Skip to content

Commit

Permalink
task: Upgrading Rustls to 0.22 and Actix to 4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
chriswk committed Feb 6, 2024
1 parent e890791 commit a011862
Show file tree
Hide file tree
Showing 7 changed files with 350 additions and 273 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release_manual_trigger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
with:
ref: ${{ inputs.version }}
- name: Install Rust
run: rustup update 1.75.0 --no-self-update && rustup default 1.75.0
run: rustup update stable --no-self-update && rustup default stable
- name: Use rust cache
uses: Swatinem/rust-cache@v2
with:
Expand All @@ -96,4 +96,4 @@ jobs:
echo "uploading..."
cat uploads.txt
gh release upload ${{ inputs.version }} $(cat uploads.txt)
echo "uploaded!"
echo "uploaded!"
Loading

0 comments on commit a011862

Please sign in to comment.