diff options
| author | Cayetano Santos <csantosb@inventati.org> | 2026-05-18 12:22:43 +0200 |
|---|---|---|
| committer | Efraim Flashner <efraim@flashner.co.il> | 2026-05-20 11:54:11 +0300 |
| commit | bd2835fe684ac38c4e9cf71b5e49fe9c40c9058b (patch) | |
| tree | e37f7e8c0efd7a0727778035fdb47b0977f8bb03 /gnu | |
| parent | fdefbfd53a0b4105d5c7cf2cf18cedb30a7cc7ff (diff) | |
gnu: vhdl-ls: Update to 0.87.0.
* gnu/packages/rust-apps.scm (vhdl-ls): Update to 0.87.0.
* gnu/packages/rust-crates.scm (lookup-cargo-inputs)[vhdl-ls]: Update
entry.
Change-Id: Id8f9f426e6b2363533057a0b0e06f3052df4bd4c
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/rust-apps.scm | 4 | ||||
| -rw-r--r-- | gnu/packages/rust-crates.scm | 216 |
2 files changed, 146 insertions, 74 deletions
diff --git a/gnu/packages/rust-apps.scm b/gnu/packages/rust-apps.scm index 594a2723125..75656aacba3 100644 --- a/gnu/packages/rust-apps.scm +++ b/gnu/packages/rust-apps.scm | |||
| @@ -4007,7 +4007,7 @@ configuration-free.") | |||
| 4007 | (define-public vhdl-ls | 4007 | (define-public vhdl-ls |
| 4008 | (package | 4008 | (package |
| 4009 | (name "vhdl-ls") | 4009 | (name "vhdl-ls") |
| 4010 | (version "0.86.0") | 4010 | (version "0.87.0") |
| 4011 | (source | 4011 | (source |
| 4012 | (origin | 4012 | (origin |
| 4013 | (method git-fetch) | 4013 | (method git-fetch) |
| @@ -4016,7 +4016,7 @@ configuration-free.") | |||
| 4016 | (commit (string-append "v" version)))) | 4016 | (commit (string-append "v" version)))) |
| 4017 | (file-name (git-file-name name version)) | 4017 | (file-name (git-file-name name version)) |
| 4018 | (sha256 | 4018 | (sha256 |
| 4019 | (base32 "17ap5g96y359zy05890bwn6y6zqsg1dy5n5745vvcyz9jdhkijqz")))) | 4019 | (base32 "189ya2kxhykfx39yibp5cvdv8jk9whj81b9v6k0n6ihg9a4l21xm")))) |
| 4020 | (build-system cargo-build-system) | 4020 | (build-system cargo-build-system) |
| 4021 | (arguments | 4021 | (arguments |
| 4022 | (list | 4022 | (list |
diff --git a/gnu/packages/rust-crates.scm b/gnu/packages/rust-crates.scm index 8f8e0d5f133..55da135f42b 100644 --- a/gnu/packages/rust-crates.scm +++ b/gnu/packages/rust-crates.scm | |||
| @@ -3271,6 +3271,10 @@ | |||
| 3271 | (crate-source "brunch" "0.10.4" | 3271 | (crate-source "brunch" "0.10.4" |
| 3272 | "1pbbwx8qjmgzd17gzagag94k2sy8c37jm65rgfjv65aacq632859")) | 3272 | "1pbbwx8qjmgzd17gzagag94k2sy8c37jm65rgfjv65aacq632859")) |
| 3273 | 3273 | ||
| 3274 | (define rust-brunch-0.11.1 | ||
| 3275 | (crate-source "brunch" "0.11.1" | ||
| 3276 | "1bjx4h715parx8vbsgrvbp738dqrlh2r1h6q0cp8yikmmz97l26q")) | ||
| 3277 | |||
| 3274 | (define rust-brunch-0.8.1 | 3278 | (define rust-brunch-0.8.1 |
| 3275 | (crate-source "brunch" "0.8.1" | 3279 | (crate-source "brunch" "0.8.1" |
| 3276 | "0qlvavpczq7dhgw6aqfp44yr3wa91wsgw6ry1gx285ii8c79av81")) | 3280 | "0qlvavpczq7dhgw6aqfp44yr3wa91wsgw6ry1gx285ii8c79av81")) |
| @@ -7884,6 +7888,10 @@ | |||
| 7884 | (crate-source "dactyl" "0.12.0" | 7888 | (crate-source "dactyl" "0.12.0" |
| 7885 | "1wjwqq1g2vdzy4vwzvrrz201dqsrq1bhviwf80qm59r6qf3mjfyg")) | 7889 | "1wjwqq1g2vdzy4vwzvrrz201dqsrq1bhviwf80qm59r6qf3mjfyg")) |
| 7886 | 7890 | ||
| 7891 | (define rust-dactyl-0.13.2 | ||
| 7892 | (crate-source "dactyl" "0.13.2" | ||
| 7893 | "1wc93draf4jl0gxl7b3q8a700xn5lvn4z4rcagwnk060v0iqdpis")) | ||
| 7894 | |||
| 7887 | (define rust-dactyl-0.9.1 | 7895 | (define rust-dactyl-0.9.1 |
| 7888 | (crate-source "dactyl" "0.9.1" | 7896 | (crate-source "dactyl" "0.9.1" |
| 7889 | "1r5a8mb5pqs7cgmsciqzxj2f7slrkaf2yly2frg387dkf65jqkca")) | 7897 | "1r5a8mb5pqs7cgmsciqzxj2f7slrkaf2yly2frg387dkf65jqkca")) |
| @@ -14816,6 +14824,10 @@ | |||
| 14816 | (crate-source "gpu-descriptor-types" "0.2.0" | 14824 | (crate-source "gpu-descriptor-types" "0.2.0" |
| 14817 | "14ab90klss7w0ybj95fcnqxjsjya17xjhf576dpvi4zq5ml45wpx")) | 14825 | "14ab90klss7w0ybj95fcnqxjsjya17xjhf576dpvi4zq5ml45wpx")) |
| 14818 | 14826 | ||
| 14827 | (define rust-granit-parser-0.0.1 | ||
| 14828 | (crate-source "granit-parser" "0.0.1" | ||
| 14829 | "04w1nms1ilj4100hn534q0zra824vmnvmh9gz7l1d6i7nc7bym73")) | ||
| 14830 | |||
| 14819 | (define rust-graphene-rs-0.18.1 | 14831 | (define rust-graphene-rs-0.18.1 |
| 14820 | (crate-source "graphene-rs" "0.18.1" | 14832 | (crate-source "graphene-rs" "0.18.1" |
| 14821 | "00f4q1ra4haap5i7lazwhkdgnb49fs8adk2nm6ki6mjhl76jh8iv")) | 14833 | "00f4q1ra4haap5i7lazwhkdgnb49fs8adk2nm6ki6mjhl76jh8iv")) |
| @@ -19889,6 +19901,10 @@ | |||
| 19889 | (file-name (git-file-name "rust-libwebrtc" "0.3.26.e2d1d1d")) | 19901 | (file-name (git-file-name "rust-libwebrtc" "0.3.26.e2d1d1d")) |
| 19890 | (sha256 (base32 "00xwa6w00kdv9nd4a2206wyz3aw61al914xd1g8kj4gx9bmdhic2")))) | 19902 | (sha256 (base32 "00xwa6w00kdv9nd4a2206wyz3aw61al914xd1g8kj4gx9bmdhic2")))) |
| 19891 | 19903 | ||
| 19904 | (define rust-libyml-0.0.5 | ||
| 19905 | (crate-source "libyml" "0.0.5" | ||
| 19906 | "106963pwg1gc3165bdlk8bbspmk919gk10vshhqglks3z8m700ik")) | ||
| 19907 | |||
| 19892 | (define rust-libz-ng-sys-1.1.22 | 19908 | (define rust-libz-ng-sys-1.1.22 |
| 19893 | ;; TODO: Find a way to unbundle libz-ng. | 19909 | ;; TODO: Find a way to unbundle libz-ng. |
| 19894 | (crate-source "libz-ng-sys" "1.1.22" | 19910 | (crate-source "libz-ng-sys" "1.1.22" |
| @@ -31097,10 +31113,19 @@ | |||
| 31097 | (crate-source "serde_yaml" "0.9.34+deprecated" | 31113 | (crate-source "serde_yaml" "0.9.34+deprecated" |
| 31098 | "0isba1fjyg3l6rxk156k600ilzr8fp7crv82rhal0rxz5qd1m2va")) | 31114 | "0isba1fjyg3l6rxk156k600ilzr8fp7crv82rhal0rxz5qd1m2va")) |
| 31099 | 31115 | ||
| 31116 | (define rust-serde-yaml-bw-2.5.6 | ||
| 31117 | (crate-source "serde_yaml_bw" "2.5.6" | ||
| 31118 | "0lxbjrh7jav4sapf3s4x85rvxqbsiiixp8b1ysh0zqi7cxlrqmfr" | ||
| 31119 | #:snippet '(delete-file-recursively "tests"))) | ||
| 31120 | |||
| 31100 | (define rust-serde-yaml-ng-0.10.0 | 31121 | (define rust-serde-yaml-ng-0.10.0 |
| 31101 | (crate-source "serde_yaml_ng" "0.10.0" | 31122 | (crate-source "serde_yaml_ng" "0.10.0" |
| 31102 | "07ylpzx9xykdj4fqfa0vb6xz4c1pazrqqibv78hd8dlbp4kvckbv")) | 31123 | "07ylpzx9xykdj4fqfa0vb6xz4c1pazrqqibv78hd8dlbp4kvckbv")) |
| 31103 | 31124 | ||
| 31125 | (define rust-serde-yml-0.0.12 | ||
| 31126 | (crate-source "serde_yml" "0.0.12" | ||
| 31127 | "1p8xwz4znd6fj962y22fdvvv16gb8c0hx4iv5hjplngiidcdvqjr")) | ||
| 31128 | |||
| 31104 | (define rust-serdect-0.2.0 | 31129 | (define rust-serdect-0.2.0 |
| 31105 | (crate-source "serdect" "0.2.0" | 31130 | (crate-source "serdect" "0.2.0" |
| 31106 | "0xw1b6acw6nd0jchzyxzr97f0s4shbcqh92iyjwln0cskshi8kx8")) | 31131 | "0xw1b6acw6nd0jchzyxzr97f0s4shbcqh92iyjwln0cskshi8kx8")) |
| @@ -103510,152 +103535,199 @@ | |||
| 103510 | rust-zstd-sys-2.0.16+zstd.1.5.7)) | 103535 | rust-zstd-sys-2.0.16+zstd.1.5.7)) |
| 103511 | (vhdl-ls => | 103536 | (vhdl-ls => |
| 103512 | (list rust-aho-corasick-1.1.4 | 103537 | (list rust-aho-corasick-1.1.4 |
| 103513 | rust-anstream-0.6.21 | 103538 | rust-anstream-1.0.0 |
| 103514 | rust-anstyle-1.0.13 | 103539 | rust-anstyle-1.0.14 |
| 103515 | rust-anstyle-parse-0.2.7 | 103540 | rust-anstyle-parse-1.0.0 |
| 103516 | rust-anstyle-query-1.1.5 | 103541 | rust-anstyle-query-1.1.5 |
| 103517 | rust-anstyle-wincon-3.0.11 | 103542 | rust-anstyle-wincon-3.0.11 |
| 103518 | rust-assert-cmd-2.1.1 | 103543 | rust-anyhow-1.0.102 |
| 103544 | rust-arraydeque-0.5.1 | ||
| 103545 | rust-assert-cmd-2.2.2 | ||
| 103519 | rust-assert-matches-1.5.0 | 103546 | rust-assert-matches-1.5.0 |
| 103520 | rust-autocfg-1.5.0 | 103547 | rust-autocfg-1.5.0 |
| 103548 | rust-base64-0.22.1 | ||
| 103521 | rust-bitflags-1.3.2 | 103549 | rust-bitflags-1.3.2 |
| 103522 | rust-bitflags-2.10.0 | 103550 | rust-bitflags-2.11.1 |
| 103523 | rust-brunch-0.10.4 | 103551 | rust-block-buffer-0.10.4 |
| 103552 | rust-brunch-0.11.1 | ||
| 103524 | rust-bstr-1.12.1 | 103553 | rust-bstr-1.12.1 |
| 103525 | rust-cfg-if-1.0.4 | 103554 | rust-cfg-if-1.0.4 |
| 103526 | rust-clap-4.5.53 | 103555 | rust-clap-4.6.1 |
| 103527 | rust-clap-builder-4.5.53 | 103556 | rust-clap-builder-4.6.0 |
| 103528 | rust-clap-derive-4.5.49 | 103557 | rust-clap-derive-4.6.1 |
| 103529 | rust-clap-lex-0.7.6 | 103558 | rust-clap-lex-1.1.0 |
| 103530 | rust-colorchoice-1.0.4 | 103559 | rust-colorchoice-1.0.5 |
| 103560 | rust-console-0.16.3 | ||
| 103561 | rust-convert-case-0.6.0 | ||
| 103562 | rust-cpufeatures-0.2.17 | ||
| 103531 | rust-crossbeam-channel-0.5.15 | 103563 | rust-crossbeam-channel-0.5.15 |
| 103532 | rust-crossbeam-deque-0.8.6 | 103564 | rust-crossbeam-deque-0.8.6 |
| 103533 | rust-crossbeam-epoch-0.9.18 | 103565 | rust-crossbeam-epoch-0.9.18 |
| 103534 | rust-crossbeam-utils-0.8.21 | 103566 | rust-crossbeam-utils-0.8.21 |
| 103535 | rust-dactyl-0.12.0 | 103567 | rust-crypto-common-0.1.7 |
| 103568 | rust-dactyl-0.13.2 | ||
| 103536 | rust-diff-0.1.13 | 103569 | rust-diff-0.1.13 |
| 103537 | rust-difflib-0.4.0 | 103570 | rust-difflib-0.4.0 |
| 103571 | rust-digest-0.10.7 | ||
| 103538 | rust-dirs-6.0.0 | 103572 | rust-dirs-6.0.0 |
| 103539 | rust-dirs-sys-0.5.0 | 103573 | rust-dirs-sys-0.5.0 |
| 103540 | rust-displaydoc-0.2.5 | 103574 | rust-displaydoc-0.2.5 |
| 103541 | rust-dunce-1.0.5 | 103575 | rust-dunce-1.0.5 |
| 103542 | rust-either-1.15.0 | 103576 | rust-either-1.15.0 |
| 103577 | rust-encode-unicode-1.0.0 | ||
| 103543 | rust-enum-map-2.7.3 | 103578 | rust-enum-map-2.7.3 |
| 103544 | rust-enum-map-derive-0.17.0 | 103579 | rust-enum-map-derive-0.17.0 |
| 103545 | rust-env-filter-0.1.4 | 103580 | rust-env-filter-1.0.1 |
| 103546 | rust-env-logger-0.11.8 | 103581 | rust-env-logger-0.11.10 |
| 103547 | rust-equivalent-1.0.2 | 103582 | rust-equivalent-1.0.2 |
| 103548 | rust-errno-0.3.14 | 103583 | rust-errno-0.3.14 |
| 103549 | rust-fastrand-2.3.0 | 103584 | rust-fastrand-2.4.1 |
| 103550 | rust-float-cmp-0.10.0 | 103585 | rust-float-cmp-0.10.0 |
| 103551 | rust-fnv-1.0.7 | 103586 | rust-fnv-1.0.7 |
| 103587 | rust-foldhash-0.1.5 | ||
| 103552 | rust-form-urlencoded-1.2.2 | 103588 | rust-form-urlencoded-1.2.2 |
| 103553 | rust-fuzzy-matcher-0.3.7 | 103589 | rust-fuzzy-matcher-0.3.7 |
| 103554 | rust-getrandom-0.2.16 | 103590 | rust-generic-array-0.14.7 |
| 103555 | rust-getrandom-0.3.4 | 103591 | rust-getrandom-0.2.17 |
| 103592 | rust-getrandom-0.4.2 | ||
| 103556 | rust-glob-0.3.3 | 103593 | rust-glob-0.3.3 |
| 103557 | rust-hashbrown-0.16.1 | 103594 | rust-granit-parser-0.0.1 |
| 103595 | rust-hashbrown-0.15.5 | ||
| 103596 | rust-hashbrown-0.17.1 | ||
| 103558 | rust-heck-0.5.0 | 103597 | rust-heck-0.5.0 |
| 103559 | rust-icu-collections-2.1.1 | 103598 | rust-icu-collections-2.2.0 |
| 103560 | rust-icu-locale-core-2.1.1 | 103599 | rust-icu-locale-core-2.2.0 |
| 103561 | rust-icu-normalizer-2.1.1 | 103600 | rust-icu-normalizer-2.2.0 |
| 103562 | rust-icu-normalizer-data-2.1.1 | 103601 | rust-icu-normalizer-data-2.2.0 |
| 103563 | rust-icu-properties-2.1.1 | 103602 | rust-icu-properties-2.2.0 |
| 103564 | rust-icu-properties-data-2.1.1 | 103603 | rust-icu-properties-data-2.2.0 |
| 103565 | rust-icu-provider-2.1.1 | 103604 | rust-icu-provider-2.2.0 |
| 103605 | rust-id-arena-2.3.0 | ||
| 103566 | rust-idna-1.1.0 | 103606 | rust-idna-1.1.0 |
| 103567 | rust-idna-adapter-1.2.1 | 103607 | rust-idna-adapter-1.2.2 |
| 103568 | rust-indexmap-2.12.1 | 103608 | rust-indexmap-2.14.0 |
| 103609 | rust-insta-1.47.2 | ||
| 103569 | rust-is-terminal-polyfill-1.70.2 | 103610 | rust-is-terminal-polyfill-1.70.2 |
| 103570 | rust-itertools-0.14.0 | 103611 | rust-itertools-0.14.0 |
| 103571 | rust-itoa-1.0.15 | 103612 | rust-itoa-1.0.18 |
| 103572 | rust-jiff-0.2.16 | 103613 | rust-jiff-0.2.24 |
| 103573 | rust-jiff-static-0.2.16 | 103614 | rust-jiff-static-0.2.24 |
| 103574 | rust-libc-0.2.177 | 103615 | rust-leb128fmt-0.1.0 |
| 103575 | rust-libredox-0.1.10 | 103616 | rust-libc-0.2.186 |
| 103576 | rust-linux-raw-sys-0.11.0 | 103617 | rust-libredox-0.1.16 |
| 103577 | rust-litemap-0.8.1 | 103618 | rust-libyml-0.0.5 |
| 103619 | rust-linux-raw-sys-0.12.1 | ||
| 103620 | rust-litemap-0.8.2 | ||
| 103578 | rust-lock-api-0.4.14 | 103621 | rust-lock-api-0.4.14 |
| 103579 | rust-log-0.4.28 | 103622 | rust-log-0.4.29 |
| 103580 | rust-lsp-server-0.7.9 | 103623 | rust-lsp-server-0.7.9 |
| 103581 | rust-lsp-types-0.95.1 | 103624 | rust-lsp-types-0.95.1 |
| 103582 | rust-memchr-2.7.6 | 103625 | rust-memchr-2.8.0 |
| 103626 | rust-nonzero-ext-0.3.0 | ||
| 103583 | rust-normalize-line-endings-0.3.0 | 103627 | rust-normalize-line-endings-0.3.0 |
| 103584 | rust-num-traits-0.2.19 | 103628 | rust-num-traits-0.2.19 |
| 103585 | rust-once-cell-1.21.3 | 103629 | rust-once-cell-1.21.4 |
| 103586 | rust-once-cell-polyfill-1.70.2 | 103630 | rust-once-cell-polyfill-1.70.2 |
| 103587 | rust-option-ext-0.2.0 | 103631 | rust-option-ext-0.2.0 |
| 103588 | rust-pad-0.1.6 | ||
| 103589 | rust-parking-lot-0.12.5 | 103632 | rust-parking-lot-0.12.5 |
| 103590 | rust-parking-lot-core-0.9.12 | 103633 | rust-parking-lot-core-0.9.12 |
| 103591 | rust-percent-encoding-2.3.2 | 103634 | rust-percent-encoding-2.3.2 |
| 103635 | rust-pest-2.8.6 | ||
| 103636 | rust-pest-derive-2.8.6 | ||
| 103637 | rust-pest-generator-2.8.6 | ||
| 103638 | rust-pest-meta-2.8.6 | ||
| 103592 | rust-pinned-vec-0.1.1 | 103639 | rust-pinned-vec-0.1.1 |
| 103593 | rust-portable-atomic-1.11.1 | 103640 | rust-portable-atomic-1.13.1 |
| 103594 | rust-portable-atomic-util-0.2.4 | 103641 | rust-portable-atomic-util-0.2.7 |
| 103595 | rust-potential-utf-0.1.4 | 103642 | rust-potential-utf-0.1.5 |
| 103596 | rust-predicates-3.1.3 | 103643 | rust-predicates-3.1.4 |
| 103597 | rust-predicates-core-1.0.9 | 103644 | rust-predicates-core-1.0.10 |
| 103598 | rust-predicates-tree-1.0.12 | 103645 | rust-predicates-tree-1.0.13 |
| 103599 | rust-pretty-assertions-1.4.1 | 103646 | rust-pretty-assertions-1.4.1 |
| 103600 | rust-proc-macro2-1.0.103 | 103647 | rust-prettyplease-0.2.37 |
| 103601 | rust-quote-1.0.42 | 103648 | rust-proc-macro2-1.0.106 |
| 103602 | rust-r-efi-5.3.0 | 103649 | rust-quote-1.0.45 |
| 103603 | rust-rayon-1.11.0 | 103650 | rust-r-efi-6.0.0 |
| 103651 | rust-rayon-1.12.0 | ||
| 103604 | rust-rayon-core-1.13.0 | 103652 | rust-rayon-core-1.13.0 |
| 103605 | rust-redox-syscall-0.5.18 | 103653 | rust-redox-syscall-0.5.18 |
| 103606 | rust-redox-users-0.5.2 | 103654 | rust-redox-users-0.5.2 |
| 103607 | rust-regex-1.12.2 | 103655 | rust-regex-1.12.3 |
| 103608 | rust-regex-automata-0.4.13 | 103656 | rust-regex-automata-0.4.14 |
| 103609 | rust-regex-syntax-0.8.8 | 103657 | rust-regex-syntax-0.8.10 |
| 103610 | rust-rustix-1.1.2 | 103658 | rust-rustix-1.1.4 |
| 103611 | rust-ryu-1.0.20 | 103659 | rust-ryu-1.0.23 |
| 103612 | rust-scopeguard-1.2.0 | 103660 | rust-scopeguard-1.2.0 |
| 103661 | rust-semver-1.0.28 | ||
| 103613 | rust-serde-1.0.228 | 103662 | rust-serde-1.0.228 |
| 103614 | rust-serde-core-1.0.228 | 103663 | rust-serde-core-1.0.228 |
| 103615 | rust-serde-derive-1.0.228 | 103664 | rust-serde-derive-1.0.228 |
| 103616 | rust-serde-json-1.0.145 | 103665 | rust-serde-json-1.0.149 |
| 103617 | rust-serde-repr-0.1.20 | 103666 | rust-serde-repr-0.1.20 |
| 103618 | rust-serde-spanned-0.6.9 | 103667 | rust-serde-spanned-0.6.9 |
| 103668 | rust-serde-yaml-bw-2.5.6 | ||
| 103669 | rust-serde-yml-0.0.12 | ||
| 103670 | rust-sha2-0.10.9 | ||
| 103671 | rust-similar-2.7.0 | ||
| 103619 | rust-smallvec-1.15.1 | 103672 | rust-smallvec-1.15.1 |
| 103620 | rust-stable-deref-trait-1.2.1 | 103673 | rust-stable-deref-trait-1.2.1 |
| 103621 | rust-strsim-0.11.1 | 103674 | rust-strsim-0.11.1 |
| 103622 | rust-strum-0.27.2 | 103675 | rust-strum-0.27.2 |
| 103676 | rust-strum-0.28.0 | ||
| 103623 | rust-strum-macros-0.27.2 | 103677 | rust-strum-macros-0.27.2 |
| 103678 | rust-strum-macros-0.28.0 | ||
| 103624 | rust-subst-0.3.8 | 103679 | rust-subst-0.3.8 |
| 103625 | rust-syn-2.0.111 | 103680 | rust-syn-2.0.117 |
| 103626 | rust-synstructure-0.13.2 | 103681 | rust-synstructure-0.13.2 |
| 103627 | rust-tempfile-3.23.0 | 103682 | rust-tempfile-3.27.0 |
| 103628 | rust-termtree-0.5.1 | 103683 | rust-termtree-0.5.1 |
| 103629 | rust-thiserror-2.0.17 | 103684 | rust-thiserror-2.0.18 |
| 103630 | rust-thiserror-impl-2.0.17 | 103685 | rust-thiserror-impl-2.0.18 |
| 103631 | rust-thread-local-1.1.9 | 103686 | rust-thread-local-1.1.9 |
| 103632 | rust-tinystr-0.8.2 | 103687 | rust-tinystr-0.8.3 |
| 103633 | rust-toml-0.8.23 | 103688 | rust-toml-0.8.23 |
| 103634 | rust-toml-datetime-0.6.11 | 103689 | rust-toml-datetime-0.6.11 |
| 103635 | rust-toml-edit-0.22.27 | 103690 | rust-toml-edit-0.22.27 |
| 103636 | rust-toml-write-0.1.2 | 103691 | rust-toml-write-0.1.2 |
| 103637 | rust-unicode-ident-1.0.22 | 103692 | rust-typenum-1.20.0 |
| 103693 | rust-ucd-trie-0.1.7 | ||
| 103694 | rust-unicode-ident-1.0.24 | ||
| 103695 | rust-unicode-segmentation-1.13.2 | ||
| 103638 | rust-unicode-width-0.1.14 | 103696 | rust-unicode-width-0.1.14 |
| 103639 | rust-unicode-width-0.2.2 | 103697 | rust-unicode-width-0.2.2 |
| 103640 | rust-url-2.5.7 | 103698 | rust-unicode-xid-0.2.6 |
| 103699 | rust-unsafe-libyaml-norway-0.2.15 | ||
| 103700 | rust-url-2.5.8 | ||
| 103641 | rust-utf8-iter-1.0.4 | 103701 | rust-utf8-iter-1.0.4 |
| 103642 | rust-utf8parse-0.2.2 | 103702 | rust-utf8parse-0.2.2 |
| 103703 | rust-version-check-0.9.5 | ||
| 103643 | rust-wait-timeout-0.2.1 | 103704 | rust-wait-timeout-0.2.1 |
| 103644 | rust-wasi-0.11.1+wasi-snapshot-preview1 | 103705 | rust-wasi-0.11.1+wasi-snapshot-preview1 |
| 103645 | rust-wasip2-1.0.1+wasi-0.2.4 | 103706 | rust-wasip2-1.0.3+wasi-0.2.9 |
| 103707 | rust-wasip3-0.4.0+wasi-0.3.0-rc-2026-01-06 | ||
| 103708 | rust-wasm-encoder-0.244.0 | ||
| 103709 | rust-wasm-metadata-0.244.0 | ||
| 103710 | rust-wasmparser-0.244.0 | ||
| 103646 | rust-windows-link-0.2.1 | 103711 | rust-windows-link-0.2.1 |
| 103647 | rust-windows-sys-0.61.2 | 103712 | rust-windows-sys-0.61.2 |
| 103648 | rust-winnow-0.7.14 | 103713 | rust-winnow-0.7.15 |
| 103649 | rust-wit-bindgen-0.46.0 | 103714 | rust-wit-bindgen-0.51.0 |
| 103650 | rust-writeable-0.6.2 | 103715 | rust-wit-bindgen-0.57.1 |
| 103716 | rust-wit-bindgen-core-0.51.0 | ||
| 103717 | rust-wit-bindgen-rust-0.51.0 | ||
| 103718 | rust-wit-bindgen-rust-macro-0.51.0 | ||
| 103719 | rust-wit-component-0.244.0 | ||
| 103720 | rust-wit-parser-0.244.0 | ||
| 103721 | rust-writeable-0.6.3 | ||
| 103651 | rust-yansi-1.0.1 | 103722 | rust-yansi-1.0.1 |
| 103652 | rust-yoke-0.8.1 | 103723 | rust-yoke-0.8.2 |
| 103653 | rust-yoke-derive-0.8.1 | 103724 | rust-yoke-derive-0.8.2 |
| 103654 | rust-zerofrom-0.1.6 | 103725 | rust-zerofrom-0.1.8 |
| 103655 | rust-zerofrom-derive-0.1.6 | 103726 | rust-zerofrom-derive-0.1.7 |
| 103656 | rust-zerotrie-0.2.3 | 103727 | rust-zerotrie-0.2.4 |
| 103657 | rust-zerovec-0.11.5 | 103728 | rust-zerovec-0.11.6 |
| 103658 | rust-zerovec-derive-0.11.2)) | 103729 | rust-zerovec-derive-0.11.3 |
| 103730 | rust-zmij-1.0.21)) | ||
| 103659 | (vivid => | 103731 | (vivid => |
| 103660 | (list rust-ansi-colours-1.2.3 | 103732 | (list rust-ansi-colours-1.2.3 |
| 103661 | rust-anstream-0.6.18 | 103733 | rust-anstream-0.6.18 |
