run 'cargo upgrade --incompatible --package log' and remove unused #[macro_use] import

This commit is contained in:
Artturin 2022-11-10 19:02:44 +02:00
parent d917f2f3dd
commit 0ef997b143
3 changed files with 2 additions and 3 deletions

2
Cargo.lock generated
View file

@ -1175,7 +1175,7 @@ dependencies = [
name = "ofborg-simple-build"
version = "0.1.0"
dependencies = [
"log 0.3.9",
"log 0.4.17",
"ofborg",
]

View file

@ -7,4 +7,4 @@ edition = "2018"
[dependencies]
ofborg = { path = "../ofborg" }
log = "0.3.9"
log = "0.4.17"

View file

@ -1,4 +1,3 @@
#[macro_use]
extern crate log;
use std::env;