Update Rust crate anyhow to 1.0.84
Some checks failed
Gavania Merge Build / build (pull_request) Failing after 7m26s
Some checks failed
Gavania Merge Build / build (pull_request) Failing after 7m26s
This commit is contained in:
parent
5f509ba05b
commit
42624c93de
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.84", features = ["backtrace"] }
|
||||
|
||||
|
|
Loading…
Reference in a new issue