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 c8ae1b4 commit 6a28f4aCopy full SHA for 6a28f4a
Cargo.toml
@@ -8,7 +8,7 @@ repository = "https://github.com/mongodb/mongo-rust-driver"
8
license = "Apache-2.0"
9
readme = "README.md"
10
name = "mongodb"
11
-version = "1.0.0"
+version = "1.1.0-beta"
12
13
[features]
14
default = ["tokio-runtime"]
@@ -20,7 +20,7 @@ sync = ["async-std-runtime"]
20
async-trait = "0.1.24"
21
base64 = "0.11.0"
22
bitflags = "1.1.0"
23
-bson = "1.0.0"
+bson = "1.1.0-beta"
24
chrono = "0.4.7"
25
derivative = "2.1.1"
26
err-derive = "0.2.3"
0 commit comments