Skip to content

Commit 00318d3

Browse files
authored
Merge pull request #38 from qwandor/deps
Update dependencies, and don't use default dependencies of spin
2 parents 57ff112 + 78bfe09 commit 00318d3

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

Cargo.toml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,16 @@ alloc = []
2020
use_spin = ["spin"]
2121

2222
[dependencies.spin]
23-
version = "0.9.8"
23+
version = "0.10.0"
2424
optional = true
25+
default-features = false
26+
features = ["spin_mutex"]
2527

2628
[dev-dependencies]
27-
criterion = "0.5.1"
28-
ctor = "0.2.6"
29-
rand = "0.8.5"
30-
rand_chacha = "0.3.1"
29+
criterion = "0.6.0"
30+
ctor = "0.4.2"
31+
rand = "0.9.2"
32+
rand_chacha = "0.9.0"
3133

3234
[[bench]]
3335
name = "memory_allocator_benchmark"

0 commit comments

Comments
 (0)