Skip to content

Commit 34f432d

Browse files
authored
release mongocrypt-sys 0.1.4 and mongocrypt 0.2.1 (#39)
1 parent 8939fe7 commit 34f432d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

mongocrypt-sys/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "mongocrypt-sys"
33
description = "FFI bindings to libmongocrypt"
4-
version = "0.1.3+1.11.0"
4+
version = "0.1.4+1.12.0"
55
edition = "2021"
66
license = "Apache-2.0"
77
authors = [

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.2.0"
4+
version = "0.2.1"
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", version = "0.1.3" }
22-
bson = { git = "https://github.com/mongodb/bson-rust", branch = "main", version = "2.11.0" }
21+
mongocrypt-sys = { path = "../mongocrypt-sys", version = "0.1.4" }
22+
bson = { git = "https://github.com/mongodb/bson-rust", branch = "main", version = "2.13.0" }
2323
serde = "1.0.125"
2424
once_cell = "1.17.0"
2525

0 commit comments

Comments
 (0)