Compare commits

...

2 commits

Author SHA1 Message Date
hodasemi cff673a949 Merge pull request 'Update Rust crate anyhow to 1.0.80' (#80) from renovate/anyhow-1.x into master
Reviewed-on: #80
2024-02-21 11:43:45 +00:00
RenovateBot b597ce934a Update Rust crate anyhow to 1.0.80
All checks were successful
Gavania Merge Build / build (pull_request) Successful in 4m43s
2024-02-20 02:07:36 +00:00

View file

@ -9,7 +9,7 @@ cgmath = { version = "0.18.0", features = ["swizzle", "serde"] }
rand = "0.8.5"
backtrace = "0.3.69"
assetpath = { git = "https://gavania.de/hodasemi/vulkan_lib.git" }
anyhow = { version = "1.0.79", features = ["backtrace"] }
anyhow = { version = "1.0.80", features = ["backtrace"] }
reprc_proc_macro = { path = "src/reprc_proc_macro" }
# networking