File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name = "asserting"
33version = " 0.14.0"
44authors = [" haraldmaida" ]
55license = " MIT OR Apache-2.0"
6- edition = " 2021 "
6+ edition = " 2024 "
77rust-version = " 1.85.1"
88repository = " https://github.com/innoave/asserting"
99readme = " README.md"
@@ -73,15 +73,19 @@ version-sync.opt-level = 3
7373[lints .rust ]
7474unsafe_code = " forbid"
7575unstable_features = " forbid"
76+ deprecated_safe = { level = " forbid" , priority = -1 }
7677bare_trait_objects = " warn"
7778deprecated = " warn"
7879explicit_outlives_requirements = " warn"
80+ keyword_idents_2024 = " warn"
7981noop_method_call = " warn"
8082rust_2018_idioms = { level = " warn" , priority = -1 }
8183rust_2021_incompatible_closure_captures = " warn"
8284rust_2021_incompatible_or_patterns = " warn"
8385rust_2021_prefixes_incompatible_syntax = " warn"
8486rust_2021_prelude_collisions = " warn"
87+ rust_2024_guarded_string_incompatible_syntax = " warn"
88+ rust_2024_prelude_collisions = " warn"
8589single_use_lifetimes = " warn"
8690trivial_casts = " warn"
8791trivial_numeric_casts = " warn"
You can’t perform that action at this time.
0 commit comments