Skip to content

Commit

Permalink
chore(deps): Utoipa 5, Yggdrasil 0.13.4 (#571)
Browse files Browse the repository at this point in the history
* chore(deps): Bump to utoipa 5

* fix: update cargo-dist to 0.23
  • Loading branch information
chriswk authored Oct 23, 2024
1 parent 03364f8 commit dc6f169
Show file tree
Hide file tree
Showing 7 changed files with 119 additions and 226 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
# we specify bash to get pipefail; it guards against the `curl` command
# failing. otherwise `sh` won't catch that `curl` returned non-0
shell: bash
run: "curl --proto '=https' --tlsv1.2 -LsSf https://github.com/axodotdev/cargo-dist/releases/download/v0.22.1/cargo-dist-installer.sh | sh"
run: "curl --proto '=https' --tlsv1.2 -LsSf https://github.com/axodotdev/cargo-dist/releases/download/v0.23.0/cargo-dist-installer.sh | sh"
- name: Cache cargo-dist
uses: actions/upload-artifact@v4
with:
Expand Down
Loading

0 comments on commit dc6f169

Please sign in to comment.