Skip to content

Commit 56a9bc0

Browse files
authored
release mongocrypt 0.1.3 (#31)
1 parent 7066467 commit 56a9bc0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

mongocrypt/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "mongocrypt"
33
description = "Rust-idiomatic wrapper around mongocrypt-sys"
4-
version = "0.1.2"
4+
version = "0.1.3"
55
edition = "2021"
66
license = "Apache-2.0"
77
authors = [
@@ -18,8 +18,8 @@ repository = "https://github.com/mongodb/libmongocrypt-rust"
1818
compile_fail = []
1919

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

0 commit comments

Comments
 (0)