Skip to content

Commit 3502b13

Browse files
use released version
1 parent 3651f73 commit 3502b13

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
lines changed

Cargo.lock

Lines changed: 3 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: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,3 @@ unexpected_cfgs = { level = "warn", check-cfg = ["cfg(iroh_docsrs)"] }
3737

3838
[workspace.lints.clippy]
3939
unused-async = "warn"
40-
41-
[patch.crates-io]
42-
n0-future = { git = "https://github.com/n0-computer/n0-future", branch = "main" }

netwatch/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ workspace = true
1818
[dependencies]
1919
atomic-waker = "1.1.2"
2020
bytes = "1.7"
21-
n0-future = "0.1.1"
21+
n0-future = "0.1.3"
2222
nested_enum_utils = "0.2.0"
2323
snafu = "0.8.5"
2424
time = "0.3.20"

0 commit comments

Comments
 (0)