Skip to content

Commit

Permalink
update swash and fix ci pipeline for macos unsigned
Browse files Browse the repository at this point in the history
  • Loading branch information
raphamorim committed Jun 18, 2024
1 parent 9722460 commit 8d496f7
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
append_body: true
token: ${{ secrets.GITHUB_TOKEN }}
files: |
release/macos-rio.zip
release/macos-unsigned.zip
LICENSE
release-deb:
Expand Down
24 changes: 17 additions & 7 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion sugarloaf/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ linked-hash-map = "0.5.6"
xi-unicode = "0.3.0"
approx = "0.5.1"
fnv = "1.0.7"
swash = "0.1.16"
swash = "0.1.17"

[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
crossbeam-channel = "0.5.13"
Expand Down

0 comments on commit 8d496f7

Please sign in to comment.