Skip to content

Commit 80ba25d

Browse files
committed
Bump version, update repo URLs
1 parent 2650fc9 commit 80ba25d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
[package]
22
name = "smoltcp"
3-
version = "0.6.0"
3+
version = "0.7.0"
44
edition = "2018"
55
authors = ["whitequark <whitequark@whitequark.org>"]
66
description = "A TCP/IP stack designed for bare-metal, real-time systems without a heap."
77
documentation = "https://docs.rs/smoltcp/"
8-
homepage = "https://github.com/m-labs/smoltcp"
9-
repository = "https://github.com/m-labs/smoltcp.git"
8+
homepage = "https://github.com/smoltcp-rs/smoltcp"
9+
repository = "https://github.com/smoltcp-rs/smoltcp.git"
1010
readme = "README.md"
1111
keywords = ["ip", "tcp", "udp", "ethernet", "network"]
1212
categories = ["embedded", "network-programming"]

0 commit comments

Comments
 (0)