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 39db9d3 commit 83599a8Copy full SHA for 83599a8
mongocrypt/Cargo.toml
@@ -17,7 +17,7 @@ repository = "https://github.com/mongodb/libmongocrypt-rust"
17
compile_fail = []
18
19
[dependencies]
20
-mongocrypt-sys = "0.1.1"
+mongocrypt-sys = { path = "../mongocrypt-sys" }
21
bson = { git = "https://github.com/mongodb/bson-rust", branch = "main" }
22
serde = "1.0.125"
23
once_cell = "1.17.0"
0 commit comments