Skip to content

Commit

Permalink
Remove num-integer crate as it's no longer used.
Browse files Browse the repository at this point in the history
  • Loading branch information
SelfMadeSystem committed Oct 8, 2023
1 parent 1112ec3 commit 0413953
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,6 @@ lru = "0.11.0"
noise = "0.8.2"
num = "0.4.0"
num-bigint = "0.4.3"
num-integer = "0.1.45"
owo-colors = "3.5.0"
parking_lot = "0.12.1"
paste = "1.0.11"
Expand Down
3 changes: 1 addition & 2 deletions crates/valence_anvil/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ license.workspace = true

[features]
bevy_plugin = ["dep:bevy_app", "dep:bevy_ecs", "dep:flume", "parsing"]
parsing = ["dep:num-integer", "dep:valence_server"]
parsing = ["dep:valence_server"]

[dependencies]
bevy_app = { workspace = true, optional = true }
Expand All @@ -22,7 +22,6 @@ byteorder.workspace = true
flate2.workspace = true
flume = { workspace = true, optional = true }
lru.workspace = true
num-integer = { workspace = true, optional = true }
thiserror.workspace = true
valence_nbt = { workspace = true, features = ["binary"] }
valence_server = { workspace = true, optional = true }
1 change: 0 additions & 1 deletion crates/valence_server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,4 @@ valence_protocol.workspace = true
valence_generated.workspace = true
rustc-hash.workspace = true
parking_lot.workspace = true
num-integer.workspace = true
arrayvec.workspace = true

0 comments on commit 0413953

Please sign in to comment.