-
Notifications
You must be signed in to change notification settings - Fork 70
bson library has released v0.2.0 #140
Comments
That would be great, @saghm! I'm traveling right now, so it'll be faster if you could take it on. |
Sounds good! |
Any update on this? I also would like to use the latest version of bson. |
Sorry about this, I got sidetracked by other things. I'll get working on this right away! |
Gonna be quite tricky because I'd exactly zero people who have contributed to the current iteration of the driver currently have write access to the repo. Perhaps @acmorrow can help? |
@vkarpov15 Discussion is ongoing, appreciate your patience. |
There is no breaking change for using 0.2 in the mongo driver. I am currently using a fork version of mongo for rust with it using bson 0.2 and everything runs fine |
@dariusc93 I did the same thing. It compile right away when i changed the cargo.toml. |
@dariusc93 @freiguy1 probably worthwhile to fork for now and merge back later - it'll take a while for me to get write access to this repo again and I'd rather not push to crates from a fork unless it's absolutely necessary. |
@vkarpov15 I believe we still need to bump the version and push the changes out to crates.io. |
@saghm @kyeah I'm getting the following issue when I run
Also, do y'all have accounts on crates.io? Would make more sense for you guys to have access to do releases - I don't want to sit around and be a gatekeeper. |
Ugh, looks like one of the dependencies got broken with the latest Rust update. I'll take a look to see if it's easily fixable. I do have a crates.io account; it's linked to my github ([email protected]). I agree, it probably makes sense to add us on as maintainers of the crate. |
I'm not getting the issue you seem to be having; maybe you have an old cached version of one of the dependencies that's been updated? I'd try deleting However, despite all the tests passing locally for me, Travis seems to having an issue with one of the GridFS tests (#144), which we should probably sort out before publishing a new version. |
@saghm added you as an owner on crates.io, see https://crates.io/crates/mongodb |
Oh, strange, I'm getting the error you had now. It seems to only happen when I run |
Also on crates via github -- @kyeah ([email protected]). |
It seems to be an issue in the I've opened an issue with it, so hopefully it will be fixed soon: mikedilger/textnonce#10 |
The issue with |
I see the bson lib has released v0.2.0 and I can't use the latest versions of it or Serde without this mongo lib upgrading to the newest bson, I believe. Mongo is currently using bson 0.1.4.
The text was updated successfully, but these errors were encountered: