Skip to content

Commit 07f8363

Browse files
committed
Bump spin to v0.7, release 0.6.0
1 parent c60774e commit 07f8363

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ documentation = "https://docs.rs/buddy_system_allocator"
55
homepage = "https://github.com/rcore-os/buddy_system_allocator"
66
repository = "https://github.com/rcore-os/buddy_system_allocator"
77
keywords = ["allocator", "no_std", "heap"]
8-
version = "0.5.0"
8+
version = "0.6.0"
99
authors = ["Jiajie Chen <[email protected]>"]
1010
edition = "2018"
1111
license = "MIT"
@@ -16,5 +16,5 @@ use_spin = ["spin"]
1616
const_fn = []
1717

1818
[dependencies.spin]
19-
version = "0.5"
19+
version = "0.7"
2020
optional = true

0 commit comments

Comments
 (0)