Skip to content
This repository was archived by the owner on Jul 21, 2025. It is now read-only.

Commit 98a7988

Browse files
committed
downgrade redb to make it work with edition 2021
1 parent 529eec5 commit 98a7988

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 2 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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ quinn = { package = "iroh-quinn", version = "0.14.0" }
1313
n0-future = "0.1.2"
1414
n0-snafu = "0.2.0"
1515
range-collections = { version = "0.4.6", features = ["serde"] }
16-
redb = "2.4.0"
16+
redb = { version = "=2.4" }
1717
smallvec = { version = "1", features = ["serde", "const_new"] }
1818
snafu = "0.8.5"
1919
tokio = { version = "1.43.0", features = ["full"] }

0 commit comments

Comments
 (0)