Skip to content

Commit

Permalink
fix: Set MSRV to 1.64 as required by the IntoFuture trait
Browse files Browse the repository at this point in the history
  • Loading branch information
Alorel committed Jul 26, 2024
1 parent 912c0d0 commit 325c1a6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "indexed_db_futures"
version = "0.4.1"
authors = ["Arturas Molcanovas <amolc@protonmail.com>"]
edition = "2021"
rust-version = "1.60.0"
rust-version = "1.64.0"
license = "MIT"
description = "Future bindings for IndexedDB via web_sys"
repository = "https://github.com/Alorel/rust-indexed-db"
Expand Down Expand Up @@ -76,3 +76,6 @@ features = [
"Window",
"WorkerGlobalScope",
]

[lints.rust]
unexpected_cfgs = { level = "deny", check-cfg = ['cfg(doc_cfg)'] }

0 comments on commit 325c1a6

Please sign in to comment.