Skip to content

Commit

Permalink
release 1.1.0-beta (#228)
Browse files Browse the repository at this point in the history
  • Loading branch information
saghm authored Jul 31, 2020
1 parent c8ae1b4 commit 6a28f4a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ repository = "https://github.com/mongodb/mongo-rust-driver"
license = "Apache-2.0"
readme = "README.md"
name = "mongodb"
version = "1.0.0"
version = "1.1.0-beta"

[features]
default = ["tokio-runtime"]
Expand All @@ -20,7 +20,7 @@ sync = ["async-std-runtime"]
async-trait = "0.1.24"
base64 = "0.11.0"
bitflags = "1.1.0"
bson = "1.0.0"
bson = "1.1.0-beta"
chrono = "0.4.7"
derivative = "2.1.1"
err-derive = "0.2.3"
Expand Down

0 comments on commit 6a28f4a

Please sign in to comment.