We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81ab956 commit 2349fc5Copy full SHA for 2349fc5
2 files changed
.github/workflows/rust.yml
@@ -22,16 +22,8 @@ jobs:
22
with:
23
toolchain: stable
24
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
33
- name: Install langcodec-cli (prebuilt if available)
34
- run: cargo binstall -y langcodec-cli
+ run: cargo install langcodec-cli
35
36
- name: Verify CLI
37
run: |
langcodec/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "langcodec"
3
-version = "0.6.0"
+version = "0.6.1"
4
edition = "2024"
5
description = "Universal localization file toolkit for Rust. Supports Apple, Android, and CSV formats."
6
license = "MIT"
0 commit comments