Skip to content

Commit 2f2662b

Browse files
minor: update versions for release (#27)
1 parent c26fc38 commit 2f2662b

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

mongocrypt-sys/Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ edition = "2021"
66
license = "Apache-2.0"
77
authors = [
88
"Abraham Egnor <[email protected]>",
9+
"Isabel Atkinson <[email protected]>",
910
]
1011
keywords = ["mongo", "mongodb", "database", "mongocrypt", "libmongocrypt"]
1112
categories = ["database", "cryptography", "external-ffi-bindings"]
@@ -18,4 +19,4 @@ links = "mongocrypt"
1819

1920
[dev-dependencies]
2021
bson = "2.6.0"
21-
serde_json = "1.0.81"
22+
serde_json = "1.0.81"

mongocrypt/Cargo.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ edition = "2021"
66
license = "Apache-2.0"
77
authors = [
88
"Abraham Egnor <[email protected]>",
9+
"Isabel Atkinson <[email protected]>",
910
]
1011
keywords = ["mongo", "mongodb", "database", "mongocrypt", "libmongocrypt"]
1112
categories = ["database", "cryptography", "api-bindings"]
@@ -17,8 +18,8 @@ repository = "https://github.com/mongodb/libmongocrypt-rust"
1718
compile_fail = []
1819

1920
[dependencies]
20-
mongocrypt-sys = { path = "../mongocrypt-sys" }
21-
bson = { git = "https://github.com/mongodb/bson-rust", branch = "main" }
21+
mongocrypt-sys = "0.1.2+1.8.0-alpha1"
22+
bson = "2.6.0"
2223
serde = "1.0.125"
2324
once_cell = "1.17.0"
2425

0 commit comments

Comments
 (0)