Bump rust-toolchain and linked-list-allocator versions.
This commit is contained in:
13
patches/libtock-rs/01-linked_list_allocator.patch
Normal file
13
patches/libtock-rs/01-linked_list_allocator.patch
Normal file
@@ -0,0 +1,13 @@
|
||||
diff --git a/Cargo.toml b/Cargo.toml
|
||||
index 29d9b79..30081f3 100644
|
||||
--- a/Cargo.toml
|
||||
+++ b/Cargo.toml
|
||||
@@ -6,7 +6,7 @@ license = "MIT/Apache-2.0"
|
||||
edition = "2018"
|
||||
|
||||
[dependencies]
|
||||
-linked_list_allocator = "0.6.4"
|
||||
+linked_list_allocator = "0.6.6"
|
||||
|
||||
[dev-dependencies]
|
||||
corepack = { version = "0.4.0", default-features = false, features = ["alloc"] }
|
||||
Reference in New Issue
Block a user