thedodd / wither

An ODM for MongoDB built on the official MongoDB Rust driver.
https://docs.rs/wither
Other
324 stars 40 forks source link

Updated dependencies, rewritten code utilizing mongodb::IndexModel #98

Open styrowolf opened 1 year ago

styrowolf commented 1 year ago

I have updated dependencies and rewritten the code to utilize mongodb::IndexModel instead of wither::IndexModel, which is just a placeholder. The tests have been updated and is passing too.