We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f2662b commit 2aede9bCopy full SHA for 2aede9b
mongocrypt/Cargo.toml
@@ -18,8 +18,8 @@ repository = "https://github.com/mongodb/libmongocrypt-rust"
18
compile_fail = []
19
20
[dependencies]
21
-mongocrypt-sys = "0.1.2+1.8.0-alpha1"
22
-bson = "2.6.0"
+mongocrypt-sys = { path = "../mongocrypt-sys" }
+bson = { git = "https://github.com/mongodb/bson-rust", branch = "main" }
23
serde = "1.0.125"
24
once_cell = "1.17.0"
25
0 commit comments