Skip to content

Commit c99452a

Browse files
committed
Fix dep bearer/opcode
1 parent 3592273 commit c99452a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

io-uring-bearer/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ nohash-hasher = "0.2.0"
1919
slab = { version = "0.4" }
2020
slabbable = { version = "0.1", path = "../../edifice/slabbable" }
2121
slabbable-impl-selector = { version = "0.1", path = "../../edifice/slabbable-impl-selector" }
22-
io-uring-opcode = { version = "0.2.0-pre2", path = "../io-uring-opcode" }
22+
io-uring-opcode = { version = "0.2.0-pre3", path = "../io-uring-opcode" }
2323
io-uring-fd = { version = "0.2.0-pre1", path = "../io-uring-fd" }
2424
io-uring-owner = { version = "0.2.0-pre1", path = "../io-uring-owner" }
2525

0 commit comments

Comments
 (0)