From 30746d0565ec9b638ef8c33e1f13cb9093f92370 Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Sat, 9 Sep 2017 17:25:07 +0800 Subject: [PATCH] update smoltcp --- firmware/Cargo.lock | 6 +++--- firmware/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/firmware/Cargo.lock b/firmware/Cargo.lock index 8b12a1a..59d07b4 100644 --- a/firmware/Cargo.lock +++ b/firmware/Cargo.lock @@ -4,7 +4,7 @@ version = "1.0.0" dependencies = [ "cortex-m 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", "cortex-m-rt 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", - "smoltcp 0.4.0-pre (git+https://github.com/m-labs/smoltcp?rev=962180b)", + "smoltcp 0.4.0-pre (git+https://github.com/m-labs/smoltcp?rev=14355e1)", "tm4c129x 0.5.0 (git+https://github.com/m-labs/dslite2svd?rev=d527f3f)", "walkdir 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -74,7 +74,7 @@ dependencies = [ [[package]] name = "smoltcp" version = "0.4.0-pre" -source = "git+https://github.com/m-labs/smoltcp?rev=962180b#962180b71c9273ae77bef3d22eca8144280e4949" +source = "git+https://github.com/m-labs/smoltcp?rev=14355e1#14355e15d0b0bbc47b79cbb47ea74dda475a6f1b" dependencies = [ "byteorder 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "managed 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -134,7 +134,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" "checksum managed 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "61eb783b4fa77e8fa4d27ec400f97ed9168546b8b30341a120b7ba9cc6571aaf" "checksum r0 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "e2a38df5b15c8d5c7e8654189744d8e396bddc18ad48041a500ce52d6948941f" "checksum same-file 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "d931a44fdaa43b8637009e7632a02adc4f2b2e0733c08caa4cf00e8da4a117a7" -"checksum smoltcp 0.4.0-pre (git+https://github.com/m-labs/smoltcp?rev=962180b)" = "" +"checksum smoltcp 0.4.0-pre (git+https://github.com/m-labs/smoltcp?rev=14355e1)" = "" "checksum tm4c129x 0.5.0 (git+https://github.com/m-labs/dslite2svd?rev=d527f3f)" = "" "checksum vcell 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "45c297f0afb6928cd08ab1ff9d95e99392595ea25ae1b5ecf822ff8764e57a0d" "checksum volatile-register 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "0d67cb4616d99b940db1d6bd28844ff97108b498a6ca850e5b6191a532063286" diff --git a/firmware/Cargo.toml b/firmware/Cargo.toml index 9f8938f..19dab06 100644 --- a/firmware/Cargo.toml +++ b/firmware/Cargo.toml @@ -17,7 +17,7 @@ features = ["rt"] [dependencies.smoltcp] git = "https://github.com/m-labs/smoltcp" -rev = "962180b" +rev = "14355e1" features = [] default-features = false