Update Rust crate anyhow to 1.0.81
Some checks failed
Gavania Merge Build / build (pull_request) Failing after 3m22s
Some checks failed
Gavania Merge Build / build (pull_request) Failing after 3m22s
This commit is contained in:
parent
5f509ba05b
commit
ba6565d452
1 changed files with 1 additions and 1 deletions
|
@ -9,5 +9,5 @@ edition = "2021"
|
|||
engine = { path = "../Gavania/engine", features = ["graphical"] }
|
||||
assetpath = { git = "https://gavania.de/hodasemi/vulkan_lib.git" }
|
||||
|
||||
anyhow = { version = "1.0.75", features = ["backtrace"] }
|
||||
anyhow = { version = "1.0.81", features = ["backtrace"] }
|
||||
|
||||
|
|
Loading…
Reference in a new issue