Skip to content

Commit

Permalink
Bump deps to fix rust build for 1.80.0 (#244)
Browse files Browse the repository at this point in the history
* Bump deps

* Bump deps to fix 1.80 rust build

* bump upload artifact
  • Loading branch information
hanneary authored Oct 7, 2024
1 parent c112643 commit 627b1d4
Show file tree
Hide file tree
Showing 6 changed files with 1,216 additions and 1,071 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/vsock-proxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
- name: Compile proxy
run: cargo build -p vsock-proxy --release
- name: Upload proxy
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: vsock-proxy
path: target/release/vsock-proxy
Expand Down
Loading

0 comments on commit 627b1d4

Please sign in to comment.