3
0
mirror of https://github.com/isar/rusqlite.git synced 2025-04-08 00:07:45 +08:00

Specify a MSRV for clippy

See https://github.com/rusqlite/rusqlite/actions/runs/4037571368/jobs/6940956904
This commit is contained in:
gwenn 2023-02-03 18:31:01 +01:00
parent bff475061a
commit cbf49b4c92

@ -1 +1,2 @@
doc-valid-idents = ["SQLite", "lang_transaction"] doc-valid-idents = ["SQLite", "lang_transaction"]
msrv = "1.55.0"