Skip to content

Commit

Permalink
Update Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
Dylan-DPC authored and Ralith committed Jul 2, 2023
1 parent d41ca1d commit 1b0cdce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ hecs-macros = { path = "macros", version = "0.9.0", optional = true }
hashbrown = { version = "0.14", default-features = false, features = ["ahash", "inline-more"] }
lazy_static = { version = "1.4.0", optional = true, features = ["spin_no_std"] }
serde = { version = "1.0.117", default-features = false, optional = true }
spin = { version = "0.9.2", default-features = false, features = ["mutex", "spin_mutex"] }
spin = { version = "0.9.8", default-features = false, features = ["mutex", "spin_mutex"] }

[dev-dependencies]
bencher = "0.1.5"
Expand Down

0 comments on commit 1b0cdce

Please sign in to comment.