Skip to content

Commit 667ac26

Browse files
authored
Merge pull request #140 from Dentosal/master
Update spin to 0.5.0
2 parents 7765cf3 + 760f5b5 commit 667ac26

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Cargo.toml

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

1717
[dependencies.spin]
18-
version = "0.4.10"
18+
version = "0.5.0"
1919
optional = true
20-
default-features = false
21-
features = ["once"]
2220

2321
[features]
2422
spin_no_std = ["spin"]

0 commit comments

Comments
 (0)