Skip to content

Commit bd099e1

Browse files
committed
bump deps
1 parent dd50fd8 commit bd099e1

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -73,14 +73,14 @@ default = ["hide-proto-docs", "fs-store", "rpc"]
7373
fs-store = ["dep:redb", "dep:reflink-copy", "bao-tree/fs"]
7474
rpc = ["dep:quinn", "irpc/rpc", "irpc/quinn_endpoint_setup"]
7575

76-
[patch.crates-io]
77-
irpc = { git = "https://github.com/n0-computer/irpc", branch = "Frando/varint-feature" }
78-
bao-tree = { git = "https://github.com/n0-computer/bao-tree.git", branch = "Frando/wasm" }
79-
8076
[[example]]
8177
name = "expiring-tags"
8278
required-features = ["fs-store"]
8379

8480
[[example]]
8581
name = "random_store"
8682
required-features = ["fs-store"]
83+
84+
[patch.crates-io]
85+
irpc = { git = "https://github.com/n0-computer/irpc", branch = "main" }
86+
bao-tree = { git = "https://github.com/n0-computer/bao-tree", branch = "main" }

0 commit comments

Comments
 (0)