Compare commits

...

2 commits

2 changed files with 3 additions and 3 deletions

View file

@ -30,7 +30,7 @@ jobs:
- name: Build
run: cargo build --release
- name: Upload artifacts
uses: https://git.kjan.de/actions/upload-artifact@v3
uses: https://git.kjan.de/actions/upload-artifact@v4
with:
name: build
path: target/release/passwd-cooker

4
Cargo.lock generated
View file

@ -66,9 +66,9 @@ checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
[[package]]
name = "cc"
version = "1.2.7"
version = "1.2.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a012a0df96dd6d06ba9a1b29d6402d1a5d77c6befd2566afdc26e10603dc93d7"
checksum = "ad0cf6e91fde44c773c6ee7ec6bba798504641a8bc2eb7e37a04ffbf4dfaa55a"
dependencies = [
"shlex",
]