Skip to content

Commit f75a265

Browse files
committed
Rust 2021 edition and bump spin
1 parent 39f5017 commit f75a265

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
@@ -7,7 +7,7 @@ repository = "https://github.com/rcore-os/buddy_system_allocator"
77
keywords = ["allocator", "no_std", "heap"]
88
version = "0.8.0"
99
authors = ["Jiajie Chen <noc@jiegec.ac.cn>", "Vinay Chandra Dommeti <github@vinay.vc>"]
10-
edition = "2018"
10+
edition = "2021"
1111
license = "MIT"
1212

1313
[features]
@@ -16,5 +16,5 @@ use_spin = ["spin"]
1616
const_fn = []
1717

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

0 commit comments

Comments
 (0)