Skip to content

Commit bbf1638

Browse files
committed
bump versions
1 parent 2965763 commit bbf1638

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
authors = ["Corentin Henry <corentinhenry@gmail.com>"]
33
name = "netlink-packet-core"
4-
version = "0.1.0"
4+
version = "0.2.0"
55
edition = "2018"
66

77
homepage = "https://github.com/little-dude/netlink"
@@ -15,7 +15,7 @@ description = "netlink packet types"
1515
anyhow = "1.0.31"
1616
byteorder = "1.3.2"
1717
libc = "0.2.66"
18-
netlink-packet-utils = { path = "../netlink-packet-utils", version = "0.1" }
18+
netlink-packet-utils = { path = "../netlink-packet-utils", version = "0.2" }
1919

2020
[dev-dependencies]
2121
netlink-packet-route = {path = "../netlink-packet-route" }

0 commit comments

Comments
 (0)