sfackler / rust-log-panics

Apache License 2.0
52 stars 14 forks source link

Bump env_logger dependency to 0.7 #6

Closed michel-slm closed 3 years ago

michel-slm commented 4 years ago

Works without any code change:

https://koji.fedoraproject.org/koji/taskinfo?taskID=46288084

   Doc-tests log-panics
     Running `/usr/bin/rustdoc --crate-type lib --test /builddir/build/BUILD/log-panics-2.0.0/src/lib.rs --crate-name log_panics -L dependency=/builddir/build/BUILD/log-panics-2.0.0/target/release/deps -L dependency=/builddir/build/BUILD/log-panics-2.0.0/target/release/deps --extern env_logger=/builddir/build/BUILD/log-panics-2.0.0/target/release/deps/libenv_logger-8c3416e891a85a35.rlib --extern log=/builddir/build/BUILD/log-panics-2.0.0/target/release/deps/liblog-cf6b4a0e1628a84c.rlib --extern log_panics=/builddir/build/BUILD/log-panics-2.0.0/target/release/deps/liblog_panics-c3ea93e8275695be.rlib`

Signed-off-by: Michel Alexandre Salim michel@michel-slm.name


This change is Reviewable

sfackler commented 4 years ago

Looks like you'll need to bump the rust version in CI.

michel-slm commented 3 years ago

Just saw this, sorry. Looks like I'll have to set up circleci on my own fork since it won't let me see the results of the pending checks.

michel-slm commented 3 years ago

@sfackler fixed now. Also fixed a typo and switched to the official Rust docker image