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 514ee4a commit 3d9deeaCopy full SHA for 3d9deea
Cargo.toml
@@ -15,7 +15,7 @@ homepage = "https://www.mongodb.com/docs/drivers/rust/"
15
license = "Apache-2.0"
16
readme = "README.md"
17
name = "mongodb"
18
-version = "2.3.0-beta"
+version = "2.3.0-beta.1"
19
20
exclude = [
21
"etc/**",
@@ -55,7 +55,7 @@ snappy-compression = ["snap"]
55
async-trait = "0.1.42"
56
base64 = "0.13.0"
57
bitflags = "1.1.0"
58
-bson = "2.3.0"
+bson = { git = "https://github.com/mongodb/bson-rust", branch = "main" }
59
chrono = "0.4.7"
60
derivative = "2.1.1"
61
flate2 = { version = "1.0", optional = true }
0 commit comments