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"] }
|
||||||
@@ -4,7 +4,7 @@ diff --git a/Cargo.toml b/Cargo.toml
|
|||||||
@@ -7,6 +7,9 @@
|
@@ -7,6 +7,9 @@
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
linked_list_allocator = "0.6.4"
|
linked_list_allocator = "0.6.6"
|
||||||
+
|
+
|
||||||
+[features]
|
+[features]
|
||||||
+panic_console = []
|
+panic_console = []
|
||||||
@@ -1 +1 @@
|
|||||||
nightly-2020-01-16
|
nightly-2020-02-03
|
||||||
|
|||||||
Reference in New Issue
Block a user