Skip to content

Commit

Permalink
chore: version 0.6.13
Browse files Browse the repository at this point in the history
  • Loading branch information
vicanso committed Jan 17, 2025
1 parent 5582799 commit d9da7e7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,10 +103,8 @@ jobs:
run: |
swapon --show=NAME | tail -n 1
df -lh
du -sh /usr/share/dotnet
sudo rm -rf /usr/share/dotnet
du -sh /usr/local/lib/android
sudo rm -rf /usr/local/lib/android
sudo rm -rf /usr/local/lib/android
export SWAP_FILE=$(swapon --show=NAME | tail -n 1)
sudo swapoff $SWAP_FILE
sudo rm $SWAP_FILE
Expand Down
2 changes: 1 addition & 1 deletion 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 Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "diving"
version = "0.6.12"
version = "0.6.13"
authors = ["Tree Xie <[email protected]>"]
edition = "2021"
keywords = ["diving", "image", "dive"]
Expand Down

0 comments on commit d9da7e7

Please sign in to comment.