Skip to content

Commit 234308a

Browse files
committed
bump version to 0.7.2 and release
1 parent 1e9fcc5 commit 234308a

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ members = ["cli", "core", "machine", "nat", "router", "."]
33

44
[package]
55
name = "netsim-embed"
6-
version = "0.7.1"
6+
version = "0.7.2"
77
authors = ["David Craven <david@craven.ch>"]
88
edition = "2018"
99
description = "Network simulator."
@@ -24,7 +24,7 @@ libpacket = "0.1.0"
2424
libtest-mimic = { version = "0.6.0", optional = true }
2525
log = "0.4.14"
2626
netsim-embed-core = { version = "0.4.2", path = "core" }
27-
netsim-embed-machine = { version = "0.6.1", path = "machine" }
27+
netsim-embed-machine = { version = "0.6.3", path = "machine" }
2828
netsim-embed-nat = { version = "0.4.1", path = "nat" }
2929
netsim-embed-router = { version = "0.4.5", path = "router" }
3030

machine/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "netsim-embed-machine"
3-
version = "0.6.2"
3+
version = "0.6.3"
44
authors = ["David Craven <david@craven.ch>"]
55
edition = "2018"
66
description = "Runs a future in a separate network namespace with a TUN adapter."

0 commit comments

Comments
 (0)