Bump rust-toolchain and linked-list-allocator versions.

This commit is contained in:
Guillaume Endignoux
2020-02-04 17:05:07 +01:00
parent d85b081a2a
commit 2985c64454
6 changed files with 15 additions and 2 deletions

View 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"] }