Skip to content

Commit edd4fc7

Browse files
author
“ramfox”
committed
chore: Release
1 parent ad23e1a commit edd4fc7

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

iroh-base/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "iroh-base"
3-
version = "0.94.0"
3+
version = "0.94.1"
44
edition = "2024"
55
readme = "README.md"
66
description = "base type and utilities for Iroh"

iroh-relay/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ http = "1"
3131
http-body-util = "0.1.0"
3232
hyper = { version = "1", features = ["server", "client", "http1"] }
3333
hyper-util = "0.1.1"
34-
iroh-base = { version = "0.94.0", path = "../iroh-base", default-features = false, features = ["key", "relay"] }
34+
iroh-base = { version = "0.94.1", path = "../iroh-base", default-features = false, features = ["key", "relay"] }
3535
iroh-metrics = { version = "0.36", default-features = false }
3636
n0-future = "0.3.0"
3737
num_enum = "0.7"

iroh/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ derive_more = { version = "2.0.1", features = [
3636
] }
3737
ed25519-dalek = { version = "3.0.0-pre.1", features = ["serde", "rand_core", "zeroize", "pkcs8", "pem"] }
3838
http = "1"
39-
iroh-base = { version = "0.94.0", default-features = false, features = ["key", "relay"], path = "../iroh-base" }
39+
iroh-base = { version = "0.94.1", default-features = false, features = ["key", "relay"], path = "../iroh-base" }
4040
iroh-relay = { version = "0.94", path = "../iroh-relay", default-features = false }
4141
n0-future = "0.3.0"
4242
n0-snafu = "0.2.2"
@@ -143,7 +143,7 @@ tracing-subscriber = { version = "0.3", features = [
143143
] }
144144
indicatif = { version = "0.18", features = ["tokio"] }
145145
parse-size = { version = "1.1.0", features = ['std'] }
146-
iroh-base = { version = "0.94.0", default-features = false, features = ["key", "relay"], path = "../iroh-base" }
146+
iroh-base = { version = "0.94.1", default-features = false, features = ["key", "relay"], path = "../iroh-base" }
147147

148148
# wasm-in-browser test/dev dependencies
149149
[target.'cfg(all(target_family = "wasm", target_os = "unknown"))'.dev-dependencies]

0 commit comments

Comments
 (0)