Skip to content

Commit

Permalink
update buddy_system_allocator version to 0.4 for rust programs, regen…
Browse files Browse the repository at this point in the history
…erate Cargo.lock
  • Loading branch information
function2-llx committed May 14, 2020
1 parent 6252ad9 commit e17de9b
Show file tree
Hide file tree
Showing 3 changed files with 80 additions and 37 deletions.
113 changes: 78 additions & 35 deletions rust/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ authors = ["Runji Wang <[email protected]>"]
edition = "2018"

[dependencies]
buddy_system_allocator = "0.1"
buddy_system_allocator = "0.4"
isomorphic_drivers = { git = "https://github.com/rcore-os/isomorphic_drivers", default-features = false, features = ["log"]}
smoltcp = { version = "0.6.0", default-features = false, features = ["alloc", "log", "ethernet", "proto-ipv4", "socket-tcp", "socket-raw"] }
treebitmap = { git = "https://github.com/jiegec/treebitmap" , features = ["alloc"] }
2 changes: 1 addition & 1 deletion rust/rust-toolchain
Original file line number Diff line number Diff line change
@@ -1 +1 @@
nightly-2020-01-17
nightly-2020-04-06

0 comments on commit e17de9b

Please sign in to comment.