Skip to content

Commit

Permalink
Merge pull request #60 from nhpupu/check-cfg-compat
Browse files Browse the repository at this point in the history
Adjust check-cfg for Rust 1.76 compatibility
  • Loading branch information
diondokter committed Jul 19, 2024
2 parents 9912929 + eeff7ab commit 5eff2c2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,6 @@ std = []
# Enable the implementation of the map Key trait for ArrayVec and ArrayString
arrayvec = ["dep:arrayvec"]
_test = ["dep:futures", "dep:approx", "std", "arrayvec"]

[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(fuzzing_repro)'] }
3 changes: 0 additions & 3 deletions build.rs

This file was deleted.

0 comments on commit 5eff2c2

Please sign in to comment.