Skip to content

Commit 8b6ad3d

Browse files
committed
pin more recent version for minimal-versions
Signed-off-by: Connor Tsui <connor.tsui20@gmail.com>
1 parent 6b38683 commit 8b6ad3d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Cargo.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,10 @@ tokio-uring = "0.5.0"
1717
tracing = "0.1.41"
1818
tokio = { version = "1.47.1", features = ["macros", "rt", "sync", "time"] }
1919

20-
# Pin downgraded version for minimal-versions
20+
# Pin downgraded version for minimal-versions.
2121
bitflags = "1.3.2" # (Downgrade) For tokio-uring -> io-uring -> bitflags.
22+
# Pin more recent version for minimal-versions.
23+
sharded-slab = "0.1.7" # Missing `REGISTRY`.
2224

2325
[dev-dependencies]
2426
tokio = { version = "1.47.1", features = ["full"] }

0 commit comments

Comments
 (0)