refactor: use env_logger instead of pretty_env_logger
modified Cargo.lock
@@ -1540,16 +1540,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
|
|
|
|
|
@@ -1663,7 +1653,6 @@ dependencies = [
|
|
|
|
|
|
| - | |
|
|
|
|
|
modified Cargo.toml
@@ -15,7 +15,6 @@ anyhow = "1.0.82"
|
|
|
|
|
|
| - | |
|
|
|
|
|
modified src/bin/cib.rs
@@ -39,7 +39,7 @@ fn main() {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified src/bin/cibtool.rs
@@ -48,7 +48,7 @@ fn main() {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified src/test.rs
@@ -92,7 +92,7 @@ pub fn mock_adapter(filename: &Path, script: &str) -> TestResult<Adapter> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|