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

@ -255,9 +255,9 @@ dependencies = [
[[package]]
name = "log"
version = "0.4.22"
version = "0.4.24"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24"
checksum = "3d6ea2a48c204030ee31a7d7fc72c93294c92fe87ecb1789881c9543516e1a0d"
[[package]]
name = "maybe-uninit"