Compare commits

...

4 commits

Author SHA1 Message Date
hodasemi c6e0b36923 Merge pull request 'Update Rust crate anyhow to 1.0.81' (#57) from renovate/anyhow-1.x into master
Reviewed-on: #57
2024-03-18 13:53:31 +00:00
hodasemi fdd58debfb .gitea/workflows/pull_request.yaml aktualisiert
All checks were successful
Gavania Merge Build / build (pull_request) Successful in 9m8s
2024-03-12 12:02:15 +00:00
hodasemi b933f7baa4 .gitea/workflows/pull_request.yaml aktualisiert
Some checks failed
Gavania Merge Build / build (pull_request) Failing after 4s
2024-03-12 08:43:18 +00:00
RenovateBot ffa3c32c84 Update Rust crate anyhow to 1.0.81
All checks were successful
Gavania Merge Build / build (pull_request) Successful in 7m58s
2024-03-12 03:08:43 +00:00
4 changed files with 4 additions and 4 deletions

View file

@ -8,7 +8,7 @@ on:
jobs:
build:
steps:
- uses: https://github.com/actions/checkout@v3
- uses: https://github.com/actions/checkout@main
- uses: https://github.com/dtolnay/rust-toolchain@stable

View file

@ -9,7 +9,7 @@ build = "build.rs"
[dependencies]
vulkan-sys = { path = "../vulkan-sys" }
anyhow = { version = "1.0.80", features = ["backtrace"] }
anyhow = { version = "1.0.81", features = ["backtrace"] }
[build-dependencies]
cc = "1.0.90"

View file

@ -8,6 +8,6 @@ edition = "2021"
image = "0.25.0"
vulkan-sys = { path = "../vulkan-sys" }
vma-rs = { path = "../vma-rs" }
anyhow = { version = "1.0.80", features = ["backtrace"] }
anyhow = { version = "1.0.81", features = ["backtrace"] }
assetpath = { path = "../assetpath" }
utilities = { git = "https://gavania.de/hodasemi/utilities.git" }

View file

@ -8,5 +8,5 @@ edition = "2021"
library_loader = { path = "../library_loader" }
paste = "1.0.14"
shared_library = "0.1.9"
anyhow = { version = "1.0.80", features = ["backtrace"] }
anyhow = { version = "1.0.81", features = ["backtrace"] }
utilities = { git = "https://gavania.de/hodasemi/utilities.git" }