borntyping / rust-simple_logger

A rust logger that prints all messages with a readable output format.
https://crates.io/crates/simple_logger
MIT License
220 stars 48 forks source link

failed to select a version for the requirement time #72

Closed liyichao closed 11 months ago

liyichao commented 1 year ago

error: failed to select a version for the requirement time = "^0.3.16" candidate versions found which didn't match: 0.3.15, 0.3.14, 0.3.13, ... location searched: ustc index (which is replacing registry crates-io) required by package simple_logger v4.0.0 ... which satisfies dependency simple_logger = "^4.0" (locked to 4.0.0) of package xxx perhaps a crate was updated and forgotten to be re-vendored?

borntyping commented 1 year ago

time@0.3.16 is definitely availible on crates.io: https://crates.io/crates/time/0.3.16

This might be a problem with the alternative index you are using. If I'm looking at the right index, it does appear to exist on that index: https://mirrors.ustc.edu.cn/crates.io-index/ti/me/time (this file contains a description of version 0.3.16).

borntyping commented 11 months ago

Closing this — can't reproduce and it doesn't seem to be a problem with simpler_logger.