Build break when updating time to version 0.2.0 or superior
edumco opened this issue · 2 comments
edumco commented
Looks like time changed get_time()
error[E0425]: cannot find function `get_time` in crate `time`
--> src/env_reader/mod.rs:39:33
|
39 | let mut nanosec = time::get_time().nsec;
| ^^^^^^^^ not found in `time`
error: aborting due to previous error
For more information about this error, try `rustc --explain E0425`.
error: could not compile `wait`
ufoscout commented
the time
crate is used only for testing, there's no real need for upgrading it
edumco commented
I can make dependabot ignore it
ignored_updates:
- match:
dependency_name: time