Skip to content

Commit

Permalink
chore(deps): bump proptest-derive (#708)
Browse files Browse the repository at this point in the history
  • Loading branch information
DaniPopes authored Aug 12, 2024
1 parent 96dfb0a commit 66efe6e
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ once_cell = "1"
postgres-types = "0.2.6"
pretty_assertions = "1.4"
proptest = "1"
proptest-derive = "0.4"
proptest-derive = "0.5"
rand = { version = "0.8", default-features = false }
ruint = { version = "1.12.3", default-features = false, features = ["alloc"] }
ruint-macro = { version = "1", default-features = false }
Expand Down
2 changes: 0 additions & 2 deletions crates/primitives/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@
#![cfg_attr(not(test), warn(unused_crate_dependencies))]
#![cfg_attr(not(feature = "std"), no_std)]
#![cfg_attr(docsrs, feature(doc_cfg, doc_auto_cfg))]
// TODO: remove when https://github.com/proptest-rs/proptest/pull/427 is merged
#![allow(unknown_lints, non_local_definitions)]

#[macro_use]
extern crate alloc;
Expand Down
2 changes: 0 additions & 2 deletions crates/sol-types/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@
#![cfg_attr(not(test), warn(unused_crate_dependencies))]
#![cfg_attr(not(feature = "std"), no_std)]
#![cfg_attr(docsrs, feature(doc_cfg, doc_auto_cfg))]
// TODO: remove when https://github.com/proptest-rs/proptest/pull/427 is merged
#![allow(unknown_lints, non_local_definitions)]

#[allow(unused_extern_crates)]
extern crate self as alloy_sol_types;
Expand Down
2 changes: 0 additions & 2 deletions crates/sol-types/tests/macros/main.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
// TODO: remove when https://github.com/proptest-rs/proptest/pull/427 is merged
#![allow(unknown_lints, non_local_definitions)]
#![allow(clippy::missing_const_for_fn)]

mod sol;

0 comments on commit 66efe6e

Please sign in to comment.