Update Rust crate anyhow to 1.0.86
All checks were successful
Gavania Merge Build / build (pull_request) Successful in 17m50s
All checks were successful
Gavania Merge Build / build (pull_request) Successful in 17m50s
This commit is contained in:
parent
93d2705427
commit
4b67acf84f
3 changed files with 3 additions and 3 deletions
|
@ -9,7 +9,7 @@ build = "build.rs"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
vulkan-sys = { path = "../vulkan-sys" }
|
vulkan-sys = { path = "../vulkan-sys" }
|
||||||
anyhow = { version = "1.0.85", features = ["backtrace"] }
|
anyhow = { version = "1.0.86", features = ["backtrace"] }
|
||||||
|
|
||||||
[build-dependencies]
|
[build-dependencies]
|
||||||
cc = "1.0.97"
|
cc = "1.0.97"
|
|
@ -8,6 +8,6 @@ edition = "2021"
|
||||||
image = "0.25.1"
|
image = "0.25.1"
|
||||||
vulkan-sys = { path = "../vulkan-sys" }
|
vulkan-sys = { path = "../vulkan-sys" }
|
||||||
vma-rs = { path = "../vma-rs" }
|
vma-rs = { path = "../vma-rs" }
|
||||||
anyhow = { version = "1.0.85", features = ["backtrace"] }
|
anyhow = { version = "1.0.86", features = ["backtrace"] }
|
||||||
assetpath = { path = "../assetpath" }
|
assetpath = { path = "../assetpath" }
|
||||||
utilities = { git = "https://gavania.de/hodasemi/utilities.git" }
|
utilities = { git = "https://gavania.de/hodasemi/utilities.git" }
|
||||||
|
|
|
@ -8,5 +8,5 @@ edition = "2021"
|
||||||
library_loader = { path = "../library_loader" }
|
library_loader = { path = "../library_loader" }
|
||||||
paste = "1.0.15"
|
paste = "1.0.15"
|
||||||
shared_library = "0.1.9"
|
shared_library = "0.1.9"
|
||||||
anyhow = { version = "1.0.85", features = ["backtrace"] }
|
anyhow = { version = "1.0.86", features = ["backtrace"] }
|
||||||
utilities = { git = "https://gavania.de/hodasemi/utilities.git" }
|
utilities = { git = "https://gavania.de/hodasemi/utilities.git" }
|
||||||
|
|
Loading…
Reference in a new issue