Update Rust crate anyhow to 1.0.75 #6

Merged
hodasemi merged 1 commit from renovate/anyhow-1.x into master 2023-08-21 05:57:36 +00:00

View file

@ -9,5 +9,5 @@ edition = "2021"
engine = { path = "../Gavania/engine", features = ["graphical"] } engine = { path = "../Gavania/engine", features = ["graphical"] }
assetpath = { git = "https://gavania.de/hodasemi/vulkan_lib.git" } assetpath = { git = "https://gavania.de/hodasemi/vulkan_lib.git" }
anyhow = { version = "1.0.74", features = ["backtrace"] } anyhow = { version = "1.0.75", features = ["backtrace"] }