Skip to content

Commit 6a28f4a

Browse files
authored
release 1.1.0-beta (#228)
1 parent c8ae1b4 commit 6a28f4a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
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 = "1.0.0"
11+
version = "1.1.0-beta"
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 = "1.0.0"
23+
bson = "1.1.0-beta"
2424
chrono = "0.4.7"
2525
derivative = "2.1.1"
2626
err-derive = "0.2.3"

0 commit comments

Comments
 (0)