Update Rust crate anyhow to 1.0.86
Some checks failed
Gavania Merge Build / build (pull_request) Failing after 8m18s

This commit is contained in:
RenovateBot 2024-05-18 12:05:47 +00:00
parent 5f509ba05b
commit 750288febf

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.75", features = ["backtrace"] } anyhow = { version = "1.0.86", features = ["backtrace"] }