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 991bb40 commit 6d37f7cCopy full SHA for 6d37f7c
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 = "0.11.0"
+version = "1.0.0"
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 = "0.15.0"
+bson = "1.0.0"
24
chrono = "0.4.7"
25
derivative = "2.1.1"
26
err-derive = "0.2.3"
0 commit comments