Skip to content

Commit

Permalink
bolts: disable build for rust < 1.70 proposal. (#1460)
Browse files Browse the repository at this point in the history
mostly due std::cell namespace introduction in the 1.70 version.
as rust versions evolve fast enough, it might be easier than
having conditional dependency on he old once_cell crate.
  • Loading branch information
devnexen authored Aug 24, 2023
1 parent 9aa40c0 commit 209d38a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libafl_bolts/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ license = "MIT OR Apache-2.0"
keywords = ["fuzzing", "testing", "security"]
edition = "2021"
categories = ["development-tools::testing", "emulators", "embedded", "os", "no-std"]
rust-version = "1.70.0"

[package.metadata.docs.rs]
features = ["document-features"]
Expand Down

0 comments on commit 209d38a

Please sign in to comment.