Skip to content

Commit d73ed7f

Browse files
author
Jiajie Chen
committed
Release 0.3.7 to fix compilation on rust >= 2020-03-03
1 parent a36e9e2 commit d73ed7f

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.3.6"
8+
version = "0.3.7"
99
authors = ["Jiajie Chen <noc@jiegec.ac.cn>"]
1010
edition = "2018"
1111
license = "MIT"
@@ -19,4 +19,4 @@ version = "0.5"
1919
optional = true
2020

2121
[dependencies]
22-
rustversion = "1.0"
22+
rustversion = "1.0"

0 commit comments

Comments
 (0)