Skip to content

Commit 0499cf9

Browse files
committed
release v0.3.1
1 parent 403b4b4 commit 0499cf9

File tree

7 files changed

+15
-15
lines changed

7 files changed

+15
-15
lines changed

Cargo.lock

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

emissary-cli/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "emissary-cli"
3-
version = "0.3.0"
3+
version = "0.3.1"
44
edition.workspace = true
55
authors.workspace = true
66
license.workspace = true
@@ -14,8 +14,8 @@ readme.workspace = true
1414
axum = { version = "0.8.4", default-features = false, features = ["ws", "macros", "tokio", "http1"], optional = true }
1515
chrono = { version = "0.4.42", optional = true }
1616
clap = { workspace = true, features = ["derive"] }
17-
emissary-core = { path = "../emissary-core", version = "0.3.0" }
18-
emissary-util = { path = "../emissary-util", version = "0.3.0", features = ["tokio"] }
17+
emissary-core = { path = "../emissary-core", version = "0.3.1" }
18+
emissary-util = { path = "../emissary-util", version = "0.3.1", features = ["tokio"] }
1919
futures = "0.3.31"
2020
httparse = "1.10.1"
2121
iced = { version = "0.13.1", features = ["advanced", "tokio", "svg"], optional = true }

emissary-core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "emissary-core"
3-
version = "0.3.0"
3+
version = "0.3.1"
44
edition.workspace = true
55
license.workspace = true
66
repository.workspace = true

emissary-core/fuzz/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.

emissary-util/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "emissary-util"
3-
version = "0.3.0"
3+
version = "0.3.1"
44
edition.workspace = true
55
license.workspace = true
66
repository.workspace = true
@@ -11,7 +11,7 @@ keywords.workspace = true
1111
categories.workspace = true
1212

1313
[dependencies]
14-
emissary-core = { path = "../emissary-core", version = "0.3.0", default-features = false, features = ["std"] }
14+
emissary-core = { path = "../emissary-core", version = "0.3.1", default-features = false, features = ["std"] }
1515
flate2 = { workspace = true }
1616
home = "=0.5.11"
1717
igd-next = { version = "0.16.1", default-features = false, features = ["aio_tokio"] }

examples/rust-chat/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ edition = "2024"
66
[dependencies]
77
anyhow = { workspace = true }
88
clap = { workspace = true, features = ["derive"] }
9-
emissary-core = { path = "../../emissary-core", version = "0.3.0" }
10-
emissary-util = { path = "../../emissary-util", version = "0.3.0", default-features = false, features = ["tokio"] }
9+
emissary-core = { path = "../../emissary-core", version = "0.3.1" }
10+
emissary-util = { path = "../../emissary-util", version = "0.3.1", default-features = false, features = ["tokio"] }
1111
rand = "0.9.2"
1212
tempfile = { workspace = true }
1313
tokio = { workspace = true, features = ["full"] }

examples/rust-tutorial/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ categories.workspace = true
1212

1313
[dependencies]
1414
anyhow = { workspace = true }
15-
emissary-core = { path = "../../emissary-core", version = "0.3.0" }
16-
emissary-util = { path = "../../emissary-util", version = "0.3.0", default-features = false, features = ["tokio"] }
15+
emissary-core = { path = "../../emissary-core", version = "0.3.1" }
16+
emissary-util = { path = "../../emissary-util", version = "0.3.1", default-features = false, features = ["tokio"] }
1717
futures = { workspace = true }
1818
tempfile = { workspace = true }
1919
tokio = { workspace = true, features = ["full"] }

0 commit comments

Comments
 (0)