Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion mongocrypt-sys/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "mongocrypt-sys"
description = "FFI bindings to libmongocrypt"
version = "0.1.4+1.12.0"
version = "0.1.5+1.15.1"
edition = "2021"
license = "Apache-2.0"
authors = [
Expand Down
2 changes: 1 addition & 1 deletion mongocrypt/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "mongocrypt"
description = "Rust-idiomatic wrapper around mongocrypt-sys"
version = "0.3.1"
version = "0.3.2"
edition = "2021"
license = "Apache-2.0"
authors = [
Expand Down