Skip to content

Commit

Permalink
1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
idranme committed Aug 8, 2024
1 parent 6054dfc commit 01977e1
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ jobs:
- name: Build executable
run: |
rustup update
rustup target add ${{ matrix.target }}
cargo build --release --target ${{ matrix.target }}
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ silk-rs="0.2.0"
bytes="1.7.1"

[profile.release]
opt-level = 's'
opt-level = 'z'
lto = true
codegen-units = 1
strip = "debuginfo"
10 changes: 8 additions & 2 deletions silk-cli.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
{
"version": "0.2.4",
"version": "1.0.0",
"description": "Tencent SILK codec",
"homepage": "https://github.com/idanran/silk-cli",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://mirror.ghproxy.com/https://github.com/idanran/silk-cli/releases/download/v0.2.4/silk-cli-win-x64-v0.2.4.zip"
"url": "https://mirror.ghproxy.com/https://github.com/idanran/silk-cli/releases/download/v1.0.0/silk-cli-win-x64-v1.0.0.zip"
},
"arm64": {
"url": "https://mirror.ghproxy.com/https://github.com/idanran/silk-cli/releases/download/v1.0.0/silk-cli-win-arm64-v1.0.0.zip"
}
},
"bin": "silk-cli.exe",
Expand All @@ -14,6 +17,9 @@
"architecture": {
"64bit": {
"url": "https://mirror.ghproxy.com/https://github.com/idanran/silk-cli/releases/download/v$version/silk-cli-win-x64-v$version.zip"
},
"arm64": {
"url": "https://mirror.ghproxy.com/https://github.com/idanran/silk-cli/releases/download/v$version/silk-cli-win-arm64-v$version.zip"
}
}
}
Expand Down

0 comments on commit 01977e1

Please sign in to comment.