Skip to content

Commit 2e7e06a

Browse files
committed
Re-align op-connect dep
1 parent c99452a commit 2e7e06a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ops/op-connect/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ categories = ["science"]
1313
[dependencies]
1414
io-uring = { version = "0.7" }
1515
libc = { version = "0.2", features = ["extra_traits"] }
16-
io-uring-opcode = { version = "0.2.0-pre1", path = "../../io-uring-opcode", features = ["connect"] }
17-
io-uring-bearer = { version = "0.2.0-pre1", path = "../../io-uring-bearer", features = ["connect"] }
16+
io-uring-opcode = { version = "0.2.0-pre3", path = "../../io-uring-opcode", features = ["connect"] }
17+
io-uring-bearer = { version = "0.2.0-pre3", path = "../../io-uring-bearer", features = ["connect"] }
1818
io-uring-fd = { version = "0.2.0-pre1", path = "../../io-uring-fd" }
1919
io-uring-owner = { version = "0.2.0-pre1", path = "../../io-uring-owner" }
2020
capacity = "0.1.2"

0 commit comments

Comments
 (0)