Skip to content

Commit 2aede9b

Browse files
authored
minor: revert dependencies post-release (#28)
1 parent 2f2662b commit 2aede9b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mongocrypt/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ repository = "https://github.com/mongodb/libmongocrypt-rust"
1818
compile_fail = []
1919

2020
[dependencies]
21-
mongocrypt-sys = "0.1.2+1.8.0-alpha1"
22-
bson = "2.6.0"
21+
mongocrypt-sys = { path = "../mongocrypt-sys" }
22+
bson = { git = "https://github.com/mongodb/bson-rust", branch = "main" }
2323
serde = "1.0.125"
2424
once_cell = "1.17.0"
2525

0 commit comments

Comments
 (0)