Skip to content

Commit 376abc9

Browse files
committed
use git dep
1 parent ab52263 commit 376abc9

File tree

2 files changed

+30
-10
lines changed

2 files changed

+30
-10
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ iroh-blobs = { git = "https://github.com/n0-computer/iroh-blobs", branch = "Fran
3737
iroh-gossip = { version = "0.94", features = ["net"], default-features = false }
3838
iroh-metrics = { version = "0.36", default-features = false }
3939
irpc = { git = "https://github.com/n0-computer/irpc", branch = "main", default-features = false }
40-
n0-future = { version = "0.3", features = ["serde"] }
40+
n0-future = { version = "0.3", features = ["serde"], git = "https://github.com/n0-computer/n0-future", branch = "Frando/time-serde" }
4141
num_enum = "0.7"
4242
postcard = { version = "1", default-features = false, features = [
4343
"alloc",

0 commit comments

Comments
 (0)