Skip to content

Commit cec41a9

Browse files
committed
bump to released n0-error
1 parent cacf535 commit cec41a9

3 files changed

Lines changed: 6 additions & 59 deletions

File tree

Cargo.lock

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

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-error = { git = "https://github.com/n0-computer/n0-error", version = "0.1.0" }
21+
n0-error = "0.1.0"
2222
n0-future = "0.3.0"
2323
n0-watcher = "0.4.0"
2424
nested_enum_utils = "0.2.3"

portmapper/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ iroh-metrics = { version = "0.36", default-features = false }
2626
libc = "0.2.139"
2727
nested_enum_utils = "0.2.3"
2828
netwatch = { version = "0.11.0", path = "../netwatch" }
29-
n0-error = { git = "https://github.com/n0-computer/n0-error", version = "0.1.0" }
29+
n0-error = "0.1.0"
3030
num_enum = "0.7"
3131
rand = "0.9"
3232
serde = { version = "1", features = ["derive", "rc"] }

0 commit comments

Comments
 (0)