Skip to content

Commit 2349fc5

Browse files
committed
Bump langcodec version to 0.6.1
Update the Cargo.toml to set the package version to 0.6.1 for langcodec.
1 parent 81ab956 commit 2349fc5

2 files changed

Lines changed: 2 additions & 10 deletions

File tree

.github/workflows/rust.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -22,16 +22,8 @@ jobs:
2222
with:
2323
toolchain: stable
2424

25-
- name: Cache Rust builds
26-
uses: Swatinem/rust-cache@v2
27-
28-
- name: Install cargo-binstall
29-
uses: taiki-e/install-action@v2
30-
with:
31-
tool: cargo-binstall
32-
3325
- name: Install langcodec-cli (prebuilt if available)
34-
run: cargo binstall -y langcodec-cli
26+
run: cargo install langcodec-cli
3527

3628
- name: Verify CLI
3729
run: |

langcodec/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "langcodec"
3-
version = "0.6.0"
3+
version = "0.6.1"
44
edition = "2024"
55
description = "Universal localization file toolkit for Rust. Supports Apple, Android, and CSV formats."
66
license = "MIT"

0 commit comments

Comments
 (0)