Skip to content

Commit

Permalink
Merge branch 'master' into include_default_trait_access
Browse files Browse the repository at this point in the history
  • Loading branch information
siriak authored Jan 28, 2025
2 parents 9502398 + b78cb6a commit 06d3e87
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ authors = ["Anshul Malik <[email protected]>"]
num-bigint = { version = "0.4", optional = true }
num-traits = { version = "0.2", optional = true }
rand = "0.8"
rand_chacha = "0.3"
nalgebra = "0.33.0"

[dev-dependencies]
Expand Down Expand Up @@ -144,6 +143,8 @@ cfg_not_test = { level = "allow", priority = 1 }
field_scoped_visibility_modifiers = { level = "allow", priority = 1 }
unused_trait_names = { level = "allow", priority = 1 }
used_underscore_items = { level = "allow", priority = 1 }
arbitrary_source_item_ordering = { level = "allow", priority = 1 }
map_with_unused_argument_over_ranges = { level = "allow", priority = 1 }
# nursery-lints:
branches_sharing_code = { level = "allow", priority = 1 }
cognitive_complexity = { level = "allow", priority = 1 }
Expand Down

0 comments on commit 06d3e87

Please sign in to comment.