use specific log version

This commit is contained in:
griffi-gh 2023-05-21 02:16:12 +02:00
parent 821cee541b
commit dc8229f929
2 changed files with 2 additions and 2 deletions

View file

@ -7,7 +7,7 @@ publish = false
[dependencies]
kubi-shared = { path = "../kubi-shared" }
kubi-logging = { path = "../kubi-logging" }
log = "*"
log = "0.4"
shipyard = { git = "https://github.com/leudz/shipyard", rev = "a4f4d27edcf", default-features = false, features = ["std", "proc", "thread_local"] }
serde = { version = "1.0", default-features = false, features = ["alloc", "derive"] }
toml = "0.7"

View file

@ -7,7 +7,7 @@ publish = false
[dependencies]
kubi-shared = { path = "../kubi-shared" }
kubi-logging = { path = "../kubi-logging" }
log = "*"
log = "0.4"
glium = { git = "https://github.com/glium/glium", rev = "5d50e7" }
glam = { version = "0.23", features = ["debug-glam-assert", "fast-math"] }
image = { version = "0.24", default_features = false, features = ["png"] }