Skip to content

Commit 3bb3b76

Browse files
committed
Use crates.io version of smoltcp
1 parent cbaf315 commit 3bb3b76

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ version = "1.0"
3333
default-features = false
3434

3535
[dependencies.smoltcp]
36-
git = "https://github.com/m-labs/smoltcp.git"
36+
version = "0.5.0"
3737
default-features = false
3838
features = ["alloc", "socket-raw", "socket-udp", "socket-tcp", "socket-icmp", "proto-ipv4"]
3939

0 commit comments

Comments
 (0)