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 7066467 commit 56a9bc0Copy full SHA for 56a9bc0
mongocrypt/Cargo.toml
@@ -1,7 +1,7 @@
1
[package]
2
name = "mongocrypt"
3
description = "Rust-idiomatic wrapper around mongocrypt-sys"
4
-version = "0.1.2"
+version = "0.1.3"
5
edition = "2021"
6
license = "Apache-2.0"
7
authors = [
@@ -18,8 +18,8 @@ repository = "https://github.com/mongodb/libmongocrypt-rust"
18
compile_fail = []
19
20
[dependencies]
21
-mongocrypt-sys = { path = "../mongocrypt-sys" }
22
-bson = { git = "https://github.com/mongodb/bson-rust", branch = "main" }
+mongocrypt-sys = "0.1.2"
+bson = "2.10.0"
23
serde = "1.0.125"
24
once_cell = "1.17.0"
25
0 commit comments