|
1 | 1 | [package] |
2 | 2 | name = "iroh" |
3 | | -version = "0.95.0" |
| 3 | +version = "0.95.1" |
4 | 4 | edition = "2024" |
5 | 5 | readme = "README.md" |
6 | 6 | description = "p2p quic connections dialed by public key" |
@@ -36,7 +36,7 @@ derive_more = { version = "2.0.1", features = [ |
36 | 36 | ] } |
37 | 37 | ed25519-dalek = { version = "3.0.0-pre.1", features = ["serde", "rand_core", "zeroize", "pkcs8", "pem"] } |
38 | 38 | http = "1" |
39 | | -iroh-base = { version = "0.95.0", default-features = false, features = ["key", "relay"], path = "../iroh-base" } |
| 39 | +iroh-base = { version = "0.95.1", default-features = false, features = ["key", "relay"], path = "../iroh-base" } |
40 | 40 | iroh-relay = { version = "0.95", path = "../iroh-relay", default-features = false } |
41 | 41 | n0-future = "0.3.0" |
42 | 42 | n0-error = "0.1.0" |
@@ -141,7 +141,7 @@ tracing-subscriber = { version = "0.3", features = [ |
141 | 141 | ] } |
142 | 142 | indicatif = { version = "0.18", features = ["tokio"] } |
143 | 143 | parse-size = { version = "1.1.0", features = ['std'] } |
144 | | -iroh-base = { version = "0.95.0", default-features = false, features = ["key", "relay"], path = "../iroh-base" } |
| 144 | +iroh-base = { version = "0.95.1", default-features = false, features = ["key", "relay"], path = "../iroh-base" } |
145 | 145 |
|
146 | 146 | # wasm-in-browser test/dev dependencies |
147 | 147 | [target.'cfg(all(target_family = "wasm", target_os = "unknown"))'.dev-dependencies] |
|
0 commit comments