Skip to content

Commit 1e2358b

Browse files
committed
release v0.2.0
1 parent d6fc88b commit 1e2358b

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
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.1.0"
3+
version = "0.2.0"
44
edition.workspace = true
55
authors.workspace = true
66
license.workspace = true
@@ -14,8 +14,8 @@ readme.workspace = true
1414
axum = { version = "0.8.3", features = ["ws", "macros"], optional = true }
1515
clap = { version = "4.5.35", features = ["derive"] }
1616
ctrlc = "3.4.5"
17-
emissary-core = { path = "../emissary-core", version = "0.1.0", features = ["std"] }
18-
emissary-util = { path = "../emissary-util", version = "0.1.0", features = ["tokio"] }
17+
emissary-core = { path = "../emissary-core", version = "0.2.0", features = ["std"] }
18+
emissary-util = { path = "../emissary-util", version = "0.2.0", features = ["tokio"] }
1919
futures = "0.3.31"
2020
home = "=0.5.9"
2121
httparse = "1.10.1"

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.1.0"
3+
version = "0.2.0"
44
edition.workspace = true
55
license.workspace = true
66
repository.workspace = true

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.1.0"
3+
version = "0.2.0"
44
edition.workspace = true
55
license.workspace = true
66
repository.workspace = true
@@ -12,7 +12,7 @@ categories.workspace = true
1212

1313
[dependencies]
1414
async-std = { version = "1.13.1", features = ["unstable"], optional = true }
15-
emissary-core = { path = "../emissary-core", version = "0.1.0", features = ["std"] }
15+
emissary-core = { path = "../emissary-core", version = "0.2.0", features = ["std"] }
1616
flate2 = "1.1.1"
1717
metrics = "0.24.1"
1818
metrics-exporter-prometheus = "0.16.2"

0 commit comments

Comments
 (0)