Skip to content

Commit

Permalink
Remove dependency on nonzero_signed crate
Browse files Browse the repository at this point in the history
As of Rust 1.34, std::num::NonZeroI32 is available to replace
nonzero_signed::NonZeroI32. The nonzero_signed crate includes a
deprecation warning to that effect, and src/world/entity.rs was already
updated to the std::num type in #575.
  • Loading branch information
willglynn authored and Xaeroxe committed Aug 26, 2019
1 parent b938efc commit ef5b2f6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ log = "0.4"
shred = { version = "0.9.1", default-features = false }
shrev = "1.1.1"
tuple_utils = "0.3"
nonzero_signed = "1.0.1"

rayon = { version = "1.1.0", optional = true }
serde = { version = "1.0", optional = true, features = ["serde_derive"] }
Expand Down

0 comments on commit ef5b2f6

Please sign in to comment.