Skip to content

Commit 3d9deea

Browse files
committed
minor: post-release Cargo.toml updates
1 parent 514ee4a commit 3d9deea

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
@@ -15,7 +15,7 @@ homepage = "https://www.mongodb.com/docs/drivers/rust/"
1515
license = "Apache-2.0"
1616
readme = "README.md"
1717
name = "mongodb"
18-
version = "2.3.0-beta"
18+
version = "2.3.0-beta.1"
1919

2020
exclude = [
2121
"etc/**",
@@ -55,7 +55,7 @@ snappy-compression = ["snap"]
5555
async-trait = "0.1.42"
5656
base64 = "0.13.0"
5757
bitflags = "1.1.0"
58-
bson = "2.3.0"
58+
bson = { git = "https://github.com/mongodb/bson-rust", branch = "main" }
5959
chrono = "0.4.7"
6060
derivative = "2.1.1"
6161
flate2 = { version = "1.0", optional = true }

0 commit comments

Comments
 (0)