Skip to content

Commit 35f7cdb

Browse files
authored
Merge pull request #193 from Eijebong/you-spin-me-right-round-baby-right-round
Update spin to 0.9
2 parents b3280d3 + dcfcc70 commit 35f7cdb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Cargo.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,9 @@ categories = [ "no-std", "rust-patterns", "memory-management" ]
1515
exclude = ["/.travis.yml", "/appveyor.yml"]
1616

1717
[dependencies.spin]
18-
version = "0.7.0"
18+
version = "0.9.2"
19+
default-features = false
20+
features = ["once"]
1921
optional = true
2022

2123
[features]

0 commit comments

Comments
 (0)