Skip to content

Commit 39db9d3

Browse files
authored
fix driver compilation (#24)
1 parent e4eb206 commit 39db9d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mongocrypt/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ compile_fail = []
1818

1919
[dependencies]
2020
mongocrypt-sys = "0.1.1"
21-
bson = "2.6.0"
21+
bson = { git = "https://github.com/mongodb/bson-rust", branch = "main" }
2222
serde = "1.0.125"
2323
once_cell = "1.17.0"
2424

0 commit comments

Comments
 (0)