Skip to content

Commit 6d37f7c

Browse files
authored
release 1.0.0 (#197)
1 parent 991bb40 commit 6d37f7c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ repository = "https://github.com/mongodb/mongo-rust-driver"
88
license = "Apache-2.0"
99
readme = "README.md"
1010
name = "mongodb"
11-
version = "0.11.0"
11+
version = "1.0.0"
1212

1313
[features]
1414
default = ["tokio-runtime"]
@@ -20,7 +20,7 @@ sync = ["async-std-runtime"]
2020
async-trait = "0.1.24"
2121
base64 = "0.11.0"
2222
bitflags = "1.1.0"
23-
bson = "0.15.0"
23+
bson = "1.0.0"
2424
chrono = "0.4.7"
2525
derivative = "2.1.1"
2626
err-derive = "0.2.3"

0 commit comments

Comments
 (0)