Skip to content

Commit cc885b2

Browse files
committed
Fix redb version to the latest version that uses edition 2021
1 parent ce939a2 commit cc885b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ quic-rpc = { version = "0.19", optional = true }
5858
quic-rpc-derive = { version = "0.19", optional = true }
5959
rand = "0.8"
6060
range-collections = "0.4.0"
61-
redb = { version = "2.2.0", optional = true }
61+
redb = { version = "=2.4", optional = true }
6262
reflink-copy = { version = "0.1.8", optional = true }
6363
self_cell = "1.0.1"
6464
serde = { version = "1", features = ["derive"] }

0 commit comments

Comments
 (0)