Skip to content

Commit fba36ef

Browse files
committed
chore(release): bump cli versions to 0.6.8
- Bump workspace and CLI crate versions to 0.6.8 - Update README release tag example to v0.6.8 - Refresh Cargo.lock for workspace package versions - Regenerate third-party artifacts for updated lockfile inputs
1 parent 497032d commit fba36ef

File tree

30 files changed

+306
-285
lines changed

30 files changed

+306
-285
lines changed

Cargo.lock

Lines changed: 122 additions & 109 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ resolver = "2"
3232
# edition.
3333
edition = "2024"
3434
license = "MIT"
35-
version = "0.6.7"
35+
version = "0.6.8"
3636

3737
[workspace.dependencies]
3838
anyhow = "1"

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -131,10 +131,10 @@ This repo can publish prebuilt tarballs via GitHub Releases for both:
131131
- x86_64 (amd64)
132132
- aarch64 (arm64)
133133

134-
To trigger a release build, push a tag like `v0.6.7`:
134+
To trigger a release build, push a tag like `v0.6.8`:
135135

136-
- `git tag -a v0.6.7 -m "v0.6.7"`
137-
- `git push origin v0.6.7`
136+
- `git tag -a v0.6.8 -m "v0.6.8"`
137+
- `git push origin v0.6.8`
138138

139139
Then download the matching `nils-cli-<tag>-<target>.tar.gz` asset, extract it, and add `<extract_dir>/bin` to your `PATH`.
140140

THIRD_PARTY_LICENSES.md

Lines changed: 40 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
This file documents third-party Rust crate licenses used by this workspace.
44

55
- Data source: `cargo metadata --format-version 1 --locked`
6-
- Cargo.lock SHA256: `2130cfd4f9882eed5ad4423ebcd30ca1e195985fd5fd55773f8922a46c8998aa`
7-
- Third-party crates (`source != null`): 445
6+
- Cargo.lock SHA256: `82bb5e0d65a4904da72c7cbb23d3419335f29ee68b04d191dbfbd355d35f1444`
7+
- Third-party crates (`source != null`): 446
88
- Workspace crates (`source == null`, excluded below): 25
99

1010
## Notes
@@ -17,12 +17,12 @@ This file documents third-party Rust crate licenses used by this workspace.
1717

1818
| License Expression | Crate Count |
1919
| --- | ---: |
20-
| MIT OR Apache-2.0 | 214 |
20+
| MIT OR Apache-2.0 | 216 |
2121
| MIT | 79 |
2222
| Apache-2.0 OR MIT | 35 |
2323
| Zlib OR Apache-2.0 OR MIT | 19 |
2424
| Unicode-3.0 | 18 |
25-
| MIT/Apache-2.0 | 17 |
25+
| MIT/Apache-2.0 | 16 |
2626
| Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT | 14 |
2727
| Unlicense OR MIT | 9 |
2828
| MIT OR Apache-2.0 OR Zlib | 4 |
@@ -77,7 +77,7 @@ This file documents third-party Rust crate licenses used by this workspace.
7777
| atomic-waker | 1.1.2 | Apache-2.0 OR MIT | crates.io |
7878
| autocfg | 1.5.0 | Apache-2.0 OR MIT | crates.io |
7979
| aws-lc-rs | 1.16.2 | ISC AND (Apache-2.0 OR ISC) | crates.io |
80-
| aws-lc-sys | 0.39.0 | ISC AND (Apache-2.0 OR ISC) AND Apache-2.0 AND MIT AND BSD-3-Clause AND (Apache-2.0 OR ISC OR MIT) AND (Apache-2.0 OR ISC OR MIT-0) | crates.io |
80+
| aws-lc-sys | 0.39.1 | ISC AND (Apache-2.0 OR ISC) AND Apache-2.0 AND MIT AND BSD-3-Clause AND (Apache-2.0 OR ISC OR MIT) AND (Apache-2.0 OR ISC OR MIT-0) | crates.io |
8181
| base64 | 0.22.1 | MIT OR Apache-2.0 | crates.io |
8282
| bitflags | 2.11.0 | MIT OR Apache-2.0 | crates.io |
8383
| block-buffer | 0.10.4 | MIT OR Apache-2.0 | crates.io |
@@ -89,7 +89,7 @@ This file documents third-party Rust crate licenses used by this workspace.
8989
| bytemuck | 1.25.0 | Zlib OR Apache-2.0 OR MIT | crates.io |
9090
| byteorder-lite | 0.1.0 | Unlicense OR MIT | crates.io |
9191
| bytes | 1.11.1 | MIT | crates.io |
92-
| cc | 1.2.57 | MIT OR Apache-2.0 | crates.io |
92+
| cc | 1.2.58 | MIT OR Apache-2.0 | crates.io |
9393
| cesu8 | 1.1.0 | Apache-2.0/MIT | crates.io |
9494
| cfg-if | 1.0.4 | MIT OR Apache-2.0 | crates.io |
9595
| cfg_aliases | 0.2.1 | MIT | crates.io |
@@ -100,7 +100,7 @@ This file documents third-party Rust crate licenses used by this workspace.
100100
| clap_complete | 4.6.0 | MIT OR Apache-2.0 | crates.io |
101101
| clap_derive | 4.6.0 | MIT OR Apache-2.0 | crates.io |
102102
| clap_lex | 1.1.0 | MIT OR Apache-2.0 | crates.io |
103-
| cmake | 0.1.57 | MIT OR Apache-2.0 | crates.io |
103+
| cmake | 0.1.58 | MIT OR Apache-2.0 | crates.io |
104104
| color_quant | 1.1.0 | MIT | crates.io |
105105
| colorchoice | 1.0.5 | MIT OR Apache-2.0 | crates.io |
106106
| combine | 4.6.7 | MIT | crates.io |
@@ -176,8 +176,8 @@ This file documents third-party Rust crate licenses used by this workspace.
176176
| http-body | 1.0.1 | MIT | crates.io |
177177
| http-body-util | 0.1.3 | MIT | crates.io |
178178
| httparse | 1.10.1 | MIT OR Apache-2.0 | crates.io |
179-
| hybrid-array | 0.4.8 | MIT OR Apache-2.0 | crates.io |
180-
| hyper | 1.8.1 | MIT | crates.io |
179+
| hybrid-array | 0.4.10 | MIT OR Apache-2.0 | crates.io |
180+
| hyper | 1.9.0 | MIT | crates.io |
181181
| hyper-rustls | 0.27.7 | Apache-2.0 OR ISC OR MIT | crates.io |
182182
| hyper-util | 0.1.20 | MIT | crates.io |
183183
| iana-time-zone | 0.1.65 | MIT OR Apache-2.0 | crates.io |
@@ -198,26 +198,28 @@ This file documents third-party Rust crate licenses used by this workspace.
198198
| indexmap | 2.13.0 | Apache-2.0 OR MIT | crates.io |
199199
| indicatif | 0.18.4 | MIT | crates.io |
200200
| ipnet | 2.12.0 | MIT OR Apache-2.0 | crates.io |
201-
| iri-string | 0.7.10 | MIT OR Apache-2.0 | crates.io |
201+
| iri-string | 0.7.12 | MIT OR Apache-2.0 | crates.io |
202202
| is_terminal_polyfill | 1.70.2 | MIT OR Apache-2.0 | crates.io |
203203
| itoa | 1.0.18 | MIT OR Apache-2.0 | crates.io |
204-
| jaq-core | 3.0.0-gamma | MIT | crates.io |
205-
| jaq-json | 2.0.0-gamma | MIT | crates.io |
206-
| jaq-std | 3.0.0-gamma | MIT | crates.io |
204+
| jaq-core | 3.0.0 | MIT | crates.io |
205+
| jaq-json | 2.0.0 | MIT | crates.io |
206+
| jaq-std | 3.0.0 | MIT | crates.io |
207207
| jiff | 0.2.23 | Unlicense OR MIT | crates.io |
208208
| jiff-static | 0.2.23 | Unlicense OR MIT | crates.io |
209209
| jiff-tzdb | 0.1.6 | Unlicense OR MIT | crates.io |
210210
| jiff-tzdb-platform | 0.1.3 | Unlicense OR MIT | crates.io |
211211
| jni | 0.21.1 | MIT/Apache-2.0 | crates.io |
212-
| jni-sys | 0.3.0 | MIT/Apache-2.0 | crates.io |
212+
| jni-sys | 0.3.1 | MIT OR Apache-2.0 | crates.io |
213+
| jni-sys | 0.4.1 | MIT OR Apache-2.0 | crates.io |
214+
| jni-sys-macros | 0.4.1 | MIT OR Apache-2.0 | crates.io |
213215
| jobserver | 0.1.34 | MIT OR Apache-2.0 | crates.io |
214-
| js-sys | 0.3.91 | MIT OR Apache-2.0 | crates.io |
216+
| js-sys | 0.3.94 | MIT OR Apache-2.0 | crates.io |
215217
| kurbo | 0.13.0 | Apache-2.0 OR MIT | crates.io |
216218
| lazy_static | 1.5.0 | MIT OR Apache-2.0 | crates.io |
217219
| leb128fmt | 0.1.0 | MIT OR Apache-2.0 | crates.io |
218-
| libc | 0.2.183 | MIT OR Apache-2.0 | crates.io |
220+
| libc | 0.2.184 | MIT OR Apache-2.0 | crates.io |
219221
| libm | 0.2.16 | MIT | crates.io |
220-
| libredox | 0.1.14 | MIT | crates.io |
222+
| libredox | 0.1.15 | MIT | crates.io |
221223
| libsqlite3-sys | 0.37.0 | MIT | crates.io |
222224
| linux-raw-sys | 0.12.1 | Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT | crates.io |
223225
| litemap | 0.8.1 | Unicode-3.0 | crates.io |
@@ -230,12 +232,12 @@ This file documents third-party Rust crate licenses used by this workspace.
230232
| mime | 0.3.17 | MIT OR Apache-2.0 | crates.io |
231233
| mime_guess | 2.0.5 | MIT | crates.io |
232234
| miniz_oxide | 0.8.9 | MIT OR Zlib OR Apache-2.0 | crates.io |
233-
| mio | 1.1.1 | MIT | crates.io |
235+
| mio | 1.2.0 | MIT | crates.io |
234236
| moxcms | 0.8.1 | BSD-3-Clause OR Apache-2.0 | crates.io |
235237
| nix | 0.31.2 | MIT | crates.io |
236238
| nu-ansi-term | 0.50.3 | MIT | crates.io |
237239
| num-bigint | 0.4.6 | MIT OR Apache-2.0 | crates.io |
238-
| num-conv | 0.2.0 | MIT OR Apache-2.0 | crates.io |
240+
| num-conv | 0.2.1 | MIT OR Apache-2.0 | crates.io |
239241
| num-integer | 0.1.46 | MIT OR Apache-2.0 | crates.io |
240242
| num-traits | 0.2.19 | MIT OR Apache-2.0 | crates.io |
241243
| num_threads | 0.1.7 | MIT OR Apache-2.0 | crates.io |
@@ -269,7 +271,6 @@ This file documents third-party Rust crate licenses used by this workspace.
269271
| phf_shared | 0.12.1 | MIT | crates.io |
270272
| pico-args | 0.5.0 | MIT | crates.io |
271273
| pin-project-lite | 0.2.17 | Apache-2.0 OR MIT | crates.io |
272-
| pin-utils | 0.1.0 | MIT OR Apache-2.0 | crates.io |
273274
| piper | 0.2.5 | MIT OR Apache-2.0 | crates.io |
274275
| pkg-config | 0.3.32 | MIT OR Apache-2.0 | crates.io |
275276
| png | 0.18.1 | MIT OR Apache-2.0 | crates.io |
@@ -307,7 +308,7 @@ This file documents third-party Rust crate licenses used by this workspace.
307308
| roxmltree | 0.21.1 | MIT OR Apache-2.0 | crates.io |
308309
| rsqlite-vfs | 0.1.0 | MIT | crates.io |
309310
| rusqlite | 0.39.0 | MIT | crates.io |
310-
| rustc-hash | 2.1.1 | Apache-2.0 OR MIT | crates.io |
311+
| rustc-hash | 2.1.2 | Apache-2.0 OR MIT | crates.io |
311312
| rustix | 1.1.4 | Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT | crates.io |
312313
| rustls | 0.23.37 | Apache-2.0 OR ISC OR MIT | crates.io |
313314
| rustls-native-certs | 0.8.3 | Apache-2.0 OR ISC OR MIT | crates.io |
@@ -329,15 +330,15 @@ This file documents third-party Rust crate licenses used by this workspace.
329330
| serde_derive | 1.0.228 | MIT OR Apache-2.0 | crates.io |
330331
| serde_json | 1.0.149 | MIT OR Apache-2.0 | crates.io |
331332
| serde_repr | 0.1.20 | MIT OR Apache-2.0 | crates.io |
332-
| serde_spanned | 1.1.0 | MIT OR Apache-2.0 | crates.io |
333+
| serde_spanned | 1.1.1 | MIT OR Apache-2.0 | crates.io |
333334
| serde_urlencoded | 0.7.1 | MIT/Apache-2.0 | crates.io |
334335
| sha1 | 0.10.6 | MIT OR Apache-2.0 | crates.io |
335336
| sha2 | 0.11.0 | MIT OR Apache-2.0 | crates.io |
336337
| sharded-slab | 0.1.7 | MIT | crates.io |
337338
| shell-words | 1.1.1 | MIT/Apache-2.0 | crates.io |
338339
| shlex | 1.3.0 | MIT OR Apache-2.0 | crates.io |
339340
| signal-hook-registry | 1.4.8 | MIT OR Apache-2.0 | crates.io |
340-
| simd-adler32 | 0.3.8 | MIT | crates.io |
341+
| simd-adler32 | 0.3.9 | MIT | crates.io |
341342
| simplecss | 0.2.2 | Apache-2.0 OR MIT | crates.io |
342343
| siphasher | 1.0.2 | MIT/Apache-2.0 | crates.io |
343344
| slab | 0.4.12 | MIT | crates.io |
@@ -369,11 +370,11 @@ This file documents third-party Rust crate licenses used by this workspace.
369370
| tinyvec_macros | 0.1.1 | MIT OR Apache-2.0 OR Zlib | crates.io |
370371
| tokio | 1.50.0 | MIT | crates.io |
371372
| tokio-rustls | 0.26.4 | MIT OR Apache-2.0 | crates.io |
372-
| toml | 1.1.0+spec-1.1.0 | MIT OR Apache-2.0 | crates.io |
373-
| toml_datetime | 1.1.0+spec-1.1.0 | MIT OR Apache-2.0 | crates.io |
374-
| toml_edit | 0.25.5+spec-1.1.0 | MIT OR Apache-2.0 | crates.io |
375-
| toml_parser | 1.1.0+spec-1.1.0 | MIT OR Apache-2.0 | crates.io |
376-
| toml_writer | 1.1.0+spec-1.1.0 | MIT OR Apache-2.0 | crates.io |
373+
| toml | 1.1.1+spec-1.1.0 | MIT OR Apache-2.0 | crates.io |
374+
| toml_datetime | 1.1.1+spec-1.1.0 | MIT OR Apache-2.0 | crates.io |
375+
| toml_edit | 0.25.9+spec-1.1.0 | MIT OR Apache-2.0 | crates.io |
376+
| toml_parser | 1.1.1+spec-1.1.0 | MIT OR Apache-2.0 | crates.io |
377+
| toml_writer | 1.1.1+spec-1.1.0 | MIT OR Apache-2.0 | crates.io |
377378
| tower | 0.5.3 | MIT | crates.io |
378379
| tower-http | 0.6.8 | MIT | crates.io |
379380
| tower-layer | 0.3.3 | MIT | crates.io |
@@ -406,7 +407,7 @@ This file documents third-party Rust crate licenses used by this workspace.
406407
| usvg | 0.47.0 | Apache-2.0 OR MIT | crates.io |
407408
| utf8_iter | 1.0.4 | Apache-2.0 OR MIT | crates.io |
408409
| utf8parse | 0.2.2 | Apache-2.0 OR MIT | crates.io |
409-
| uuid | 1.22.0 | Apache-2.0 OR MIT | crates.io |
410+
| uuid | 1.23.0 | Apache-2.0 OR MIT | crates.io |
410411
| valuable | 0.1.1 | MIT | crates.io |
411412
| vcpkg | 0.2.15 | MIT/Apache-2.0 | crates.io |
412413
| version_check | 0.9.5 | MIT/Apache-2.0 | crates.io |
@@ -415,15 +416,15 @@ This file documents third-party Rust crate licenses used by this workspace.
415416
| wasi | 0.11.1+wasi-snapshot-preview1 | Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT | crates.io |
416417
| wasip2 | 1.0.2+wasi-0.2.9 | Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT | crates.io |
417418
| wasip3 | 0.4.0+wasi-0.3.0-rc-2026-01-06 | Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT | crates.io |
418-
| wasm-bindgen | 0.2.114 | MIT OR Apache-2.0 | crates.io |
419-
| wasm-bindgen-futures | 0.4.64 | MIT OR Apache-2.0 | crates.io |
420-
| wasm-bindgen-macro | 0.2.114 | MIT OR Apache-2.0 | crates.io |
421-
| wasm-bindgen-macro-support | 0.2.114 | MIT OR Apache-2.0 | crates.io |
422-
| wasm-bindgen-shared | 0.2.114 | MIT OR Apache-2.0 | crates.io |
419+
| wasm-bindgen | 0.2.117 | MIT OR Apache-2.0 | crates.io |
420+
| wasm-bindgen-futures | 0.4.67 | MIT OR Apache-2.0 | crates.io |
421+
| wasm-bindgen-macro | 0.2.117 | MIT OR Apache-2.0 | crates.io |
422+
| wasm-bindgen-macro-support | 0.2.117 | MIT OR Apache-2.0 | crates.io |
423+
| wasm-bindgen-shared | 0.2.117 | MIT OR Apache-2.0 | crates.io |
423424
| wasm-encoder | 0.244.0 | Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT | crates.io |
424425
| wasm-metadata | 0.244.0 | Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT | crates.io |
425426
| wasmparser | 0.244.0 | Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT | crates.io |
426-
| web-sys | 0.3.91 | MIT OR Apache-2.0 | crates.io |
427+
| web-sys | 0.3.94 | MIT OR Apache-2.0 | crates.io |
427428
| web-time | 1.1.0 | MIT OR Apache-2.0 | crates.io |
428429
| webpki-root-certs | 1.0.6 | CDLA-Permissive-2.0 | crates.io |
429430
| webpki-roots | 0.26.11 | CDLA-Permissive-2.0 | crates.io |
@@ -467,7 +468,7 @@ This file documents third-party Rust crate licenses used by this workspace.
467468
| windows_x86_64_msvc | 0.52.6 | MIT OR Apache-2.0 | crates.io |
468469
| windows_x86_64_msvc | 0.53.1 | MIT OR Apache-2.0 | crates.io |
469470
| winnow | 0.7.15 | MIT | crates.io |
470-
| winnow | 1.0.0 | MIT | crates.io |
471+
| winnow | 1.0.1 | MIT | crates.io |
471472
| wit-bindgen | 0.51.0 | Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT | crates.io |
472473
| wit-bindgen-core | 0.51.0 | Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT | crates.io |
473474
| wit-bindgen-rust | 0.51.0 | Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT | crates.io |
@@ -484,8 +485,8 @@ This file documents third-party Rust crate licenses used by this workspace.
484485
| zbus | 5.14.0 | MIT | crates.io |
485486
| zbus_macros | 5.14.0 | MIT | crates.io |
486487
| zbus_names | 4.3.1 | MIT | crates.io |
487-
| zerocopy | 0.8.47 | BSD-2-Clause OR Apache-2.0 OR MIT | crates.io |
488-
| zerocopy-derive | 0.8.47 | BSD-2-Clause OR Apache-2.0 OR MIT | crates.io |
488+
| zerocopy | 0.8.48 | BSD-2-Clause OR Apache-2.0 OR MIT | crates.io |
489+
| zerocopy-derive | 0.8.48 | BSD-2-Clause OR Apache-2.0 OR MIT | crates.io |
489490
| zerofrom | 0.1.6 | Unicode-3.0 | crates.io |
490491
| zerofrom-derive | 0.1.6 | Unicode-3.0 | crates.io |
491492
| zeroize | 1.8.2 | Apache-2.0 OR MIT | crates.io |
@@ -494,7 +495,7 @@ This file documents third-party Rust crate licenses used by this workspace.
494495
| zerovec-derive | 0.11.2 | Unicode-3.0 | crates.io |
495496
| zmij | 1.0.21 | MIT | crates.io |
496497
| zune-core | 0.5.1 | MIT OR Apache-2.0 OR Zlib | crates.io |
497-
| zune-jpeg | 0.5.14 | MIT OR Apache-2.0 OR Zlib | crates.io |
498+
| zune-jpeg | 0.5.15 | MIT OR Apache-2.0 OR Zlib | crates.io |
498499
| zvariant | 5.10.0 | MIT | crates.io |
499500
| zvariant_derive | 5.10.0 | MIT | crates.io |
500501
| zvariant_utils | 3.3.0 | MIT | crates.io |

0 commit comments

Comments
 (0)