Skip to content

Commit dd5d0a2

Browse files
authored
RUST-1020 Track bson master branch (#472)
1 parent 1b643df commit dd5d0a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ aws-auth = ["reqwest"]
3939
async-trait = "0.1.42"
4040
base64 = "0.13.0"
4141
bitflags = "1.1.0"
42-
bson = "2.0.0"
42+
bson = { git = "https://github.com/mongodb/bson-rust", branch = "master" }
4343
chrono = "0.4.7"
4444
derivative = "2.1.1"
4545
futures-core = "0.3.14"

0 commit comments

Comments
 (0)