Skip to content

Commit 4d05c70

Browse files
author
whitequark
committedJan 23, 2017
firmware: update smoltcp.
1 parent 15ba6f3 commit 4d05c70

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed
 

Diff for: ‎artiq/firmware/Cargo.lock

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: ‎artiq/firmware/runtime/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ byteorder = { version = "1.0", default-features = false }
2323

2424
[dependencies.smoltcp]
2525
git = "https://github.com/m-labs/smoltcp"
26-
rev = "d57b42c"
26+
rev = "b90495f"
2727
default-features = false
2828
features = ["use_alloc", "use_collections", "use_log"]#, "verbose"]

0 commit comments

Comments
 (0)
Please sign in to comment.