diff --git a/Cargo.toml b/Cargo.toml index 18efb91..e772bd7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,9 +5,7 @@ authors = ["Thijs Cadier "] [dependencies] libc = "*" - -[dependencies.bson] -git = "https://github.com/zonyitoo/bson-rs.git" +bson = "*" [dependencies.mongo_c_driver_wrapper] path = "mongo_c_driver_wrapper"