mongodb / mongo-rust-driver

The official MongoDB Rust Driver
https://www.mongodb.com/docs/drivers/rust/current/
Apache License 2.0
1.44k stars 164 forks source link

Build failed on Rust 1.80 #1178

Closed oloko64 closed 1 month ago

oloko64 commented 1 month ago

Versions/Environment

  1. What version of Rust are you using?
  2. What operating system are you using?
  3. What versions of the driver and its dependencies are you using? (Run cargo pkgid mongodb & cargo pkgid bson)
  4. What version of MongoDB are you using? (Check with the MongoDB shell using db.version())
  5. What is your MongoDB topology (standalone, replica set, sharded cluster, serverless)?

Describe the bug

A clear and concise description of what the bug is.

BE SPECIFIC:



**To Reproduce**
Steps to reproduce the behavior:
1. First, do this.
2. Then do this.
3. After doing that, do this.
4. And then, finally, do this.
5. Bug occurs.
oloko64 commented 1 month ago

Seems to be related to https://github.com/time-rs/time/issues/693

Can't reproduce the error after updating my dependency cache, closing the issue.