<mock-chroot> sh-5.2# cat uu.tmp
/*
how to hack rust dynamic buildrequires
in mock fedora-38-x86_64 chroot
--- script ---
rpm -i rustup-1.26.0-1.fc38.src.rpm (as user)
dnf install rust-packaging cargo2rpm -y
cd build/SPECS/
rpmbuild -bp --nodeps rustup.spec
cd build/BUILD/rustup-1.26.0/
/usr/bin/cargo2rpm --path Cargo.toml buildrequires --with-check > /builddir/zz.tmp
cd /builddir/
#sed -e 's|^|"|' -e 's|$|" \\|' zz.tmp
echo "dnf install --assumeno \\" >> uu.tmp
sed -e 's|^|"|' -e 's|$|" \\|' zz.tmp >> uu.tmp
chmod +x uu.tmp
./uu.tmp (as root)
--- snip ---
*/
$ dnf install --assumeno \
"(crate(anyhow/default) >= 1.0.69 with crate(anyhow/default) < 2.0.0~)" \
"(crate(cfg-if/default) >= 1.0.0 with crate(cfg-if/default) < 2.0.0~)" \
"(crate(chrono/default) >= 0.4.0 with crate(chrono/default) < 0.5.0~)" \
"(crate(clap/default) >= 3.0.0 with crate(clap/default) < 4.0.0~)" \
"(crate(clap/wrap_help) >= 3.0.0 with crate(clap/wrap_help) < 4.0.0~)" \
"(crate(clap_complete/default) >= 3.0.0 with crate(clap_complete/default) < 4.0.0~)" \
"(crate(curl/default) >= 0.4.44 with crate(curl/default) < 0.5.0~)" \
"(crate(effective-limits/default) >= 0.5.5 with crate(effective-limits/default) < 0.6.0~)" \
"(crate(enum-map/default) >= 2.4.2 with crate(enum-map/default) < 3.0.0~)" \
"(crate(env_proxy/default) >= 0.4.1 with crate(env_proxy/default) < 0.5.0~)" \
"(crate(flate2/default) >= 1.0.0 with crate(flate2/default) < 2.0.0~)" \
"(crate(home/default) >= 0.5.4 with crate(home/default) < 0.6.0~)" \
"(crate(hyper) >= 0.14.0 with crate(hyper) < 0.15.0~)" \
"(crate(hyper/server) >= 0.14.0 with crate(hyper/server) < 0.15.0~)" \
"(crate(hyper/tcp) >= 0.14.0 with crate(hyper/tcp) < 0.15.0~)" \
"(crate(lazy_static/default) >= 1.0.0 with crate(lazy_static/default) < 2.0.0~)" \
"(crate(libc/default) >= 0.2.0 with crate(libc/default) < 0.3.0~)" \
"(crate(num_cpus/default) >= 1.15.0 with crate(num_cpus/default) < 2.0.0~)" \
"(crate(once_cell/default) >= 1.17.1 with crate(once_cell/default) < 2.0.0~)" \
"(crate(opener/default) >= 0.5.2 with crate(opener/default) < 0.6.0~)" \
"(crate(pulldown-cmark) >= 0.9.0 with crate(pulldown-cmark) < 0.10.0~)" \
"(crate(rand/default) >= 0.8.0 with crate(rand/default) < 0.9.0~)" \
"(crate(regex/default) >= 1.0.0 with crate(regex/default) < 2.0.0~)" \
"(crate(remove_dir_all/default) >= 0.8.1 with crate(remove_dir_all/default) < 0.9.0~)" \
"(crate(remove_dir_all/parallel) >= 0.8.1 with crate(remove_dir_all/parallel) < 0.9.0~)" \
"(crate(reqwest) >= 0.11.0 with crate(reqwest) < 0.12.0~)" \
"(crate(reqwest/blocking) >= 0.11.0 with crate(reqwest/blocking) < 0.12.0~)" \
"(crate(reqwest/default-tls) >= 0.11.0 with crate(reqwest/default-tls) < 0.12.0~)" \
"(crate(reqwest/gzip) >= 0.11.0 with crate(reqwest/gzip) < 0.12.0~)" \
"(crate(reqwest/rustls-tls-native-roots) >= 0.11.0 with crate(reqwest/rustls-tls-native-roots) < 0.12.0~)" \
"(crate(reqwest/socks) >= 0.11.0 with crate(reqwest/socks) < 0.12.0~)" \
"(crate(retry) >= 1.3.1 with crate(retry) < 2.0.0~)" \
"(crate(retry/random) >= 1.3.1 with crate(retry/random) < 2.0.0~)" \
"(crate(same-file/default) >= 1.0.0 with crate(same-file/default) < 2.0.0~)" \
"(crate(scopeguard/default) >= 1.0.0 with crate(scopeguard/default) < 2.0.0~)" \
"(crate(semver/default) >= 1.0.0 with crate(semver/default) < 2.0.0~)" \
"(crate(serde/default) >= 1.0.0 with crate(serde/default) < 2.0.0~)" \
"(crate(serde/derive) >= 1.0.0 with crate(serde/derive) < 2.0.0~)" \
"(crate(sha2/default) >= 0.10.0 with crate(sha2/default) < 0.11.0~)" \
"(crate(sharded-slab/default) >= 0.1.1 with crate(sharded-slab/default) < 0.2.0~)" \
"(crate(strsim/default) >= 0.10.0 with crate(strsim/default) < 0.11.0~)" \
"(crate(tar/default) >= 0.4.26 with crate(tar/default) < 0.5.0~)" \
"(crate(tempfile/default) >= 3.4.0 with crate(tempfile/default) < 4.0.0~)" \
"(crate(term/default) >= 0.7.0 with crate(term/default) < 0.8.0~)" \
"(crate(thiserror/default) >= 1.0.0 with crate(thiserror/default) < 2.0.0~)" \
"(crate(threadpool/default) >= 1.0.0 with crate(threadpool/default) < 2.0.0~)" \
"(crate(tokio) >= 1.0.0 with crate(tokio) < 2.0.0~)" \
"(crate(tokio/sync) >= 1.0.0 with crate(tokio/sync) < 2.0.0~)" \
"(crate(toml/default) >= 0.5.0 with crate(toml/default) < 0.6.0~)" \
"(crate(trycmd/default) >= 0.14.13 with crate(trycmd/default) < 0.15.0~)" \
"(crate(url/default) >= 2.3.0 with crate(url/default) < 3.0.0~)" \
"(crate(wait-timeout/default) >= 0.2.0 with crate(wait-timeout/default) < 0.3.0~)" \
"(crate(walkdir/default) >= 2.0.0 with crate(walkdir/default) < 3.0.0~)" \
"(crate(xz2/default) >= 0.1.3 with crate(xz2/default) < 0.2.0~)" \
"(crate(zstd/default) >= 0.12.0 with crate(zstd/default) < 0.13.0~)"
fedora 86 kB/s | 25 kB 00:00
updates 85 kB/s | 24 kB 00:00
Dependencies resolved.
==============================================================================================
Package Arch Version Repo Size
==============================================================================================
Installing:
rust-anyhow+default-devel noarch 1.0.75-2.fc38 updates 10 k
rust-cfg-if+default-devel noarch 1.0.0-8.fc38 fedora 7.9 k
rust-chrono+default-devel noarch 0.4.31-1.fc38 updates 8.7 k
rust-clap3+default-devel noarch 3.2.25-1.fc38 updates 7.6 k
rust-clap3+wrap_help-devel noarch 3.2.25-1.fc38 updates 7.7 k
rust-clap_complete3+default-devel noarch 3.2.5-1.fc38 fedora 7.2 k
rust-curl+default-devel noarch 0.4.44-3.fc38 fedora 8.1 k
rust-effective-limits+default-devel noarch 0.5.5-1.fc38 updates 7.2 k
rust-enum-map+default-devel noarch 2.6.3-1.fc38 updates 8.2 k
rust-env_proxy+default-devel noarch 0.4.1-4.fc38 fedora 7.6 k
rust-flate2+default-devel noarch 1.0.28-1.fc38 updates 8.3 k
rust-home+default-devel noarch 0.5.5-1.fc38 updates 7.7 k
rust-hyper+server-devel noarch 0.14.27-1.fc38 updates 9.2 k
rust-hyper+tcp-devel noarch 0.14.27-1.fc38 updates 9.5 k
rust-hyper-devel noarch 0.14.27-1.fc38 updates 175 k
rust-lazy_static+default-devel noarch 1.4.0-10.fc38 fedora 7.8 k
rust-libc+default-devel noarch 0.2.151-1.fc38 updates 10 k
rust-num_cpus+default-devel noarch 1.16.0-1.fc38 updates 8.0 k
rust-once_cell+default-devel noarch 1.19.0-1.fc38 updates 9.0 k
rust-opener0.5+default-devel noarch 0.5.2-1.fc38 updates 7.2 k
rust-pulldown-cmark-devel noarch 0.9.3-1.fc38 updates 113 k
rust-rand+default-devel noarch 0.8.5-3.fc38 fedora 8.1 k
rust-regex+default-devel noarch 1.10.2-1.fc38 updates 9.3 k
rust-remove_dir_all+default-devel noarch 0.8.2-1.fc38 updates 7.8 k
rust-remove_dir_all+parallel-devel noarch 0.8.2-1.fc38 updates 8.0 k
rust-reqwest+blocking-devel noarch 0.11.22-3.fc38 updates 9.4 k
rust-reqwest+default-tls-devel noarch 0.11.22-3.fc38 updates 9.2 k
rust-reqwest+gzip-devel noarch 0.11.22-3.fc38 updates 9.3 k
rust-reqwest+rustls-tls-native-roots-devel noarch 0.11.22-3.fc38 updates 9.2 k
rust-reqwest+socks-devel noarch 0.11.22-3.fc38 updates 9.1 k
rust-reqwest-devel noarch 0.11.22-3.fc38 updates 132 k
rust-retry+random-devel noarch 1.3.1-3.fc38 fedora 8.0 k
rust-retry-devel noarch 1.3.1-3.fc38 fedora 16 k
rust-same-file+default-devel noarch 1.0.6-10.fc38 fedora 7.8 k
rust-scopeguard+default-devel noarch 1.2.0-1.fc38 updates 8.1 k
rust-semver+default-devel noarch 1.0.20-1.fc38 updates 8.8 k
rust-serde+default-devel noarch 1.0.193-1.fc38 updates 11 k
rust-serde+derive-devel noarch 1.0.193-1.fc38 updates 11 k
rust-sha2+default-devel noarch 0.10.8-1.fc38 updates 8.4 k
rust-sharded-slab+default-devel noarch 0.1.7-1.fc38 updates 7.8 k
rust-strsim+default-devel noarch 0.10.0-6.fc38 fedora 7.8 k
rust-tar+default-devel noarch 0.4.40-1.fc38 updates 8.1 k
rust-tempfile+default-devel noarch 3.9.0-1.fc38 updates 8.3 k
rust-term+default-devel noarch 0.7.0-4.fc38 fedora 7.7 k
rust-thiserror+default-devel noarch 1.0.52-1.fc38 updates 8.9 k
rust-threadpool+default-devel noarch 1.8.1-8.fc38 fedora 7.8 k
rust-tokio+sync-devel noarch 1.34.0-1.fc38 updates 9.9 k
rust-tokio-devel noarch 1.34.0-1.fc38 updates 660 k
rust-toml0.5+default-devel noarch 0.5.11-1.fc38 updates 7.3 k
rust-trycmd+default-devel noarch 0.14.19-1.fc38 updates 7.3 k
rust-url+default-devel noarch 2.4.1-1.fc38 updates 7.8 k
rust-wait-timeout+default-devel noarch 0.2.0-10.fc38 fedora 7.8 k
rust-walkdir+default-devel noarch 2.4.0-1.fc38 updates 7.7 k
rust-xz2+default-devel noarch 0.1.7-3.fc38 fedora 7.8 k
rust-zstd+default-devel noarch 0.12.4-1.fc38 updates 8.2 k
Upgrading:
cpp x86_64 13.2.1-4.fc38 updates 11 M
gcc x86_64 13.2.1-4.fc38 updates 34 M
gcc-plugin-annobin x86_64 13.2.1-4.fc38 updates 48 k
libgomp x86_64 13.2.1-4.fc38 updates 320 k
rust x86_64 1.74.1-1.fc38 updates 25 M
rust-std-static x86_64 1.74.1-1.fc38 updates 29 M
Installing dependencies:
clang x86_64 16.0.6-3.fc38 updates 77 k
clang-devel x86_64 16.0.6-3.fc38 updates 3.2 M
clang-libs x86_64 16.0.6-3.fc38 updates 22 M
clang-resource-filesystem x86_64 16.0.6-3.fc38 updates 12 k
clang-tools-extra x86_64 16.0.6-3.fc38 updates 18 M
cmake-filesystem x86_64 3.27.7-1.fc38 updates 19 k
gcc-c++ x86_64 13.2.1-4.fc38 updates 13 M
libcurl-devel x86_64 8.0.1-6.fc38 updates 986 k
libstdc++-devel x86_64 13.2.1-4.fc38 updates 2.6 M
libzstd-devel x86_64 1.5.5-1.fc38 updates 51 k
llvm x86_64 16.0.6-3.fc38 updates 24 M
llvm-libs x86_64 16.0.6-3.fc38 updates 27 M
openssl-devel x86_64 1:3.0.9-2.fc38 updates 2.6 M
rust-adler-devel noarch 1.0.2-8.fc38 fedora 20 k
rust-aho-corasick+default-devel noarch 1.1.2-1.fc38 updates 8.6 k
rust-aho-corasick+perf-literal-devel noarch 1.1.2-1.fc38 updates 8.7 k
rust-aho-corasick+std-devel noarch 1.1.2-1.fc38 updates 8.6 k
rust-aho-corasick-devel noarch 1.1.2-1.fc38 updates 158 k
rust-anstream+auto-devel noarch 0.6.4-1.fc38 updates 7.9 k
rust-anstream+default-devel noarch 0.6.4-1.fc38 updates 7.7 k
rust-anstream-devel noarch 0.6.4-1.fc38 updates 33 k
rust-anstyle+default-devel noarch 1.0.4-1.fc38 updates 7.6 k
rust-anstyle+std-devel noarch 1.0.4-1.fc38 updates 7.6 k
rust-anstyle-devel noarch 1.0.4-1.fc38 updates 22 k
rust-anstyle-parse+default-devel noarch 0.2.2-1.fc38 updates 7.6 k
rust-anstyle-parse+utf8-devel noarch 0.2.2-1.fc38 updates 7.7 k
rust-anstyle-parse-devel noarch 0.2.2-1.fc38 updates 24 k
rust-anstyle-query+default-devel noarch 1.0.0-1.fc38 updates 7.2 k
rust-anstyle-query-devel noarch 1.0.0-1.fc38 updates 16 k
rust-anyhow+std-devel noarch 1.0.75-2.fc38 updates 9.9 k
rust-anyhow-devel noarch 1.0.75-2.fc38 updates 61 k
rust-async-compression+flate2-devel noarch 0.4.3-1.fc38 updates 8.6 k
rust-async-compression+gzip-devel noarch 0.4.3-1.fc38 updates 8.5 k
rust-async-compression+tokio-devel noarch 0.4.3-1.fc38 updates 8.6 k
rust-async-compression-devel noarch 0.4.3-1.fc38 updates 111 k
rust-atty+default-devel noarch 0.2.14-10.fc38 fedora 7.7 k
rust-atty-devel noarch 0.2.14-10.fc38 fedora 14 k
rust-autocfg+default-devel noarch 1.1.0-3.fc38 fedora 7.8 k
rust-autocfg-devel noarch 1.1.0-3.fc38 fedora 23 k
rust-base64+alloc-devel noarch 0.21.5-1.fc38 updates 8.2 k
rust-base64+default-devel noarch 0.21.5-1.fc38 updates 8.3 k
rust-base64+std-devel noarch 0.21.5-1.fc38 updates 8.3 k
rust-base64-devel noarch 0.21.5-1.fc38 updates 78 k
rust-bindgen+which-devel noarch 0.63.0-4.fc38 fedora 8.7 k
rust-bindgen0.63+runtime-devel noarch 0.63.0-1.fc38 updates 7.4 k
rust-bindgen0.63+which-rustfmt-devel noarch 0.63.0-1.fc38 updates 7.3 k
rust-bindgen0.63-devel noarch 0.63.0-1.fc38 updates 182 k
rust-bitflags+default-devel noarch 2.4.1-1.fc38 updates 8.1 k
rust-bitflags+std-devel noarch 2.4.1-1.fc38 updates 8.1 k
rust-bitflags-devel noarch 2.4.1-1.fc38 updates 48 k
rust-bitflags1+default-devel noarch 1.3.2-1.fc38 updates 7.2 k
rust-bitflags1-devel noarch 1.3.2-1.fc38 updates 40 k
rust-block-buffer+default-devel noarch 0.10.4-1.fc38 fedora 7.9 k
rust-block-buffer-devel noarch 0.10.4-1.fc38 fedora 19 k
rust-bstr+alloc-devel noarch 1.8.0-1.fc38 updates 8.5 k
rust-bstr+default-devel noarch 1.8.0-1.fc38 updates 8.3 k
rust-bstr+std-devel noarch 1.8.0-1.fc38 updates 8.5 k
rust-bstr+unicode-devel noarch 1.8.0-1.fc38 updates 8.5 k
rust-bstr-devel noarch 1.8.0-1.fc38 updates 289 k
rust-bytes+default-devel noarch 1.5.0-1.fc38 updates 8.0 k
rust-bytes+std-devel noarch 1.5.0-1.fc38 updates 8.0 k
rust-bytes-devel noarch 1.5.0-1.fc38 updates 68 k
rust-cc+default-devel noarch 1.0.84-1.fc38 updates 8.6 k
rust-cc+parallel-devel noarch 1.0.84-1.fc38 updates 8.6 k
rust-cc-devel noarch 1.0.84-1.fc38 updates 80 k
rust-cexpr+default-devel noarch 0.6.0-6.fc38 fedora 7.9 k
rust-cexpr-devel noarch 0.6.0-6.fc38 fedora 32 k
rust-cfg-if-devel noarch 1.0.0-8.fc38 fedora 16 k
rust-cfg-if0.1+default-devel noarch 0.1.10-7.fc38 fedora 7.9 k
rust-cfg-if0.1-devel noarch 0.1.10-7.fc38 fedora 16 k
rust-chrono+clock-devel noarch 0.4.31-1.fc38 updates 8.6 k
rust-chrono+iana-time-zone-devel noarch 0.4.31-1.fc38 updates 8.8 k
rust-chrono+oldtime-devel noarch 0.4.31-1.fc38 updates 8.6 k
rust-chrono+std-devel noarch 0.4.31-1.fc38 updates 8.5 k
rust-chrono-devel noarch 0.4.31-1.fc38 updates 183 k
rust-clang-sys+clang_3_5-devel noarch 1.6.1-1.fc38 updates 8.5 k
rust-clang-sys+clang_3_6-devel noarch 1.6.1-1.fc38 updates 8.5 k
rust-clang-sys+clang_3_7-devel noarch 1.6.1-1.fc38 updates 8.5 k
rust-clang-sys+clang_3_8-devel noarch 1.6.1-1.fc38 updates 8.5 k
rust-clang-sys+clang_3_9-devel noarch 1.6.1-1.fc38 updates 8.5 k
rust-clang-sys+clang_4_0-devel noarch 1.6.1-1.fc38 updates 8.5 k
rust-clang-sys+clang_5_0-devel noarch 1.6.1-1.fc38 updates 8.5 k
rust-clang-sys+clang_6_0-devel noarch 1.6.1-1.fc38 updates 8.5 k
rust-clang-sys+default-devel noarch 1.6.1-1.fc38 updates 8.4 k
rust-clang-sys+libloading-devel noarch 1.6.1-1.fc38 updates 8.6 k
rust-clang-sys+runtime-devel noarch 1.6.1-1.fc38 updates 8.5 k
rust-clang-sys-devel noarch 1.6.1-1.fc38 updates 47 k
rust-clap3+atty-devel noarch 3.2.25-1.fc38 updates 7.6 k
rust-clap3+color-devel noarch 3.2.25-1.fc38 updates 7.6 k
rust-clap3+std-devel noarch 3.2.25-1.fc38 updates 7.6 k
rust-clap3+strsim-devel noarch 3.2.25-1.fc38 updates 7.6 k
rust-clap3+suggestions-devel noarch 3.2.25-1.fc38 updates 7.5 k
rust-clap3+termcolor-devel noarch 3.2.25-1.fc38 updates 7.7 k
rust-clap3+terminal_size-devel noarch 3.2.25-1.fc38 updates 7.7 k
rust-clap3-devel noarch 3.2.25-1.fc38 updates 220 k
rust-clap_complete3-devel noarch 3.2.5-1.fc38 fedora 38 k
rust-clap_lex0.2+default-devel noarch 0.2.4-2.fc38 fedora 7.3 k
rust-clap_lex0.2-devel noarch 0.2.4-2.fc38 fedora 17 k
rust-colorchoice+default-devel noarch 1.0.0-1.fc38 updates 7.2 k
rust-colorchoice-devel noarch 1.0.0-1.fc38 updates 14 k
rust-content_inspector+default-devel noarch 0.2.4-13.fc38 fedora 7.8 k
rust-content_inspector-devel noarch 0.2.4-13.fc38 fedora 26 k
rust-cpufeatures+default-devel noarch 0.2.11-1.fc38 updates 8.6 k
rust-cpufeatures-devel noarch 0.2.11-1.fc38 updates 22 k
rust-crc32fast+default-devel noarch 1.3.2-3.fc38 fedora 8.2 k
rust-crc32fast+std-devel noarch 1.3.2-3.fc38 fedora 8.1 k
rust-crc32fast-devel noarch 1.3.2-3.fc38 fedora 46 k
rust-crossbeam-deque+default-devel noarch 0.8.3-1.fc38 fedora 7.9 k
rust-crossbeam-deque+std-devel noarch 0.8.3-1.fc38 fedora 8.1 k
rust-crossbeam-deque-devel noarch 0.8.3-1.fc38 fedora 29 k
rust-crossbeam-epoch+alloc-devel noarch 0.9.15-3.fc38 updates 8.6 k
rust-crossbeam-epoch+std-devel noarch 0.9.15-3.fc38 updates 8.8 k
rust-crossbeam-epoch-devel noarch 0.9.15-3.fc38 updates 56 k
rust-crossbeam-utils+default-devel noarch 0.8.16-1.fc38 updates 8.6 k
rust-crossbeam-utils+std-devel noarch 0.8.16-1.fc38 updates 8.5 k
rust-crossbeam-utils-devel noarch 0.8.16-1.fc38 updates 56 k
rust-crypto-common+default-devel noarch 0.1.6-1.fc38 fedora 7.5 k
rust-crypto-common+std-devel noarch 0.1.6-1.fc38 fedora 7.5 k
rust-crypto-common-devel noarch 0.1.6-1.fc38 fedora 17 k
rust-curl+openssl-probe-devel noarch 0.4.44-3.fc38 fedora 8.3 k
rust-curl+openssl-sys-devel noarch 0.4.44-3.fc38 fedora 8.3 k
rust-curl+ssl-devel noarch 0.4.44-3.fc38 fedora 8.3 k
rust-curl-devel noarch 0.4.44-3.fc38 fedora 84 k
rust-curl-sys+openssl-sys-devel noarch 0.4.68-1.fc38 updates 9.0 k
rust-curl-sys+ssl-devel noarch 0.4.68-1.fc38 updates 8.8 k
rust-curl-sys-devel noarch 0.4.68-1.fc38 updates 21 k
rust-cvt+default-devel noarch 0.1.2-1.fc38 updates 7.1 k
rust-cvt-devel noarch 0.1.2-1.fc38 updates 14 k
rust-digest+alloc-devel noarch 0.10.7-1.fc38 updates 8.0 k
rust-digest+block-buffer-devel noarch 0.10.7-1.fc38 updates 8.2 k
rust-digest+core-api-devel noarch 0.10.7-1.fc38 updates 8.1 k
rust-digest+default-devel noarch 0.10.7-1.fc38 updates 8.1 k
rust-digest+std-devel noarch 0.10.7-1.fc38 updates 8.2 k
rust-digest-devel noarch 0.10.7-1.fc38 updates 33 k
rust-dirs-next+default-devel noarch 2.0.0-6.fc38 fedora 8.1 k
rust-dirs-next-devel noarch 2.0.0-6.fc38 fedora 21 k
rust-dirs-sys-next+default-devel noarch 0.1.2-6.fc38 fedora 7.8 k
rust-dirs-sys-next-devel noarch 0.1.2-6.fc38 fedora 20 k
rust-dunce+default-devel noarch 1.0.4-1.fc38 updates 7.9 k
rust-dunce-devel noarch 1.0.4-1.fc38 updates 15 k
rust-effective-limits-devel noarch 0.5.5-1.fc38 updates 17 k
rust-either+default-devel noarch 1.9.0-1.fc38 updates 8.0 k
rust-either+use_std-devel noarch 1.9.0-1.fc38 updates 8.0 k
rust-either-devel noarch 1.9.0-1.fc38 updates 24 k
rust-encoding_rs+alloc-devel noarch 0.8.33-1.fc38 updates 8.2 k
rust-encoding_rs+default-devel noarch 0.8.33-1.fc38 updates 8.2 k
rust-encoding_rs-devel noarch 0.8.33-1.fc38 updates 596 k
rust-enum-map-derive+default-devel noarch 0.14.0-1.fc38 updates 8.2 k
rust-enum-map-derive-devel noarch 0.14.0-1.fc38 updates 20 k
rust-enum-map-devel noarch 2.6.3-1.fc38 updates 30 k
rust-env_proxy-devel noarch 0.4.1-4.fc38 fedora 19 k
rust-equivalent-devel noarch 1.0.1-1.fc38 updates 14 k
rust-errno+std-devel noarch 0.3.8-1.fc38 updates 8.5 k
rust-errno-devel noarch 0.3.8-1.fc38 updates 19 k
rust-fastrand+alloc-devel noarch 2.0.1-1.fc38 updates 8.1 k
rust-fastrand+default-devel noarch 2.0.1-1.fc38 updates 8.2 k
rust-fastrand+std-devel noarch 2.0.1-1.fc38 updates 8.2 k
rust-fastrand-devel noarch 2.0.1-1.fc38 updates 23 k
rust-filetime+default-devel noarch 0.2.22-1.fc38 updates 8.2 k
rust-filetime-devel noarch 0.2.22-1.fc38 updates 23 k
rust-flate2+any_impl-devel noarch 1.0.28-1.fc38 updates 8.2 k
rust-flate2+miniz_oxide-devel noarch 1.0.28-1.fc38 updates 8.5 k
rust-flate2+rust_backend-devel noarch 1.0.28-1.fc38 updates 8.3 k
rust-flate2-devel noarch 1.0.28-1.fc38 updates 85 k
rust-fnv+default-devel noarch 1.0.7-8.fc38 fedora 7.7 k
rust-fnv+std-devel noarch 1.0.7-8.fc38 fedora 7.6 k
rust-fnv-devel noarch 1.0.7-8.fc38 fedora 19 k
rust-foreign-types-shared0.1+default-devel noarch 0.1.1-6.fc38 fedora 7.8 k
rust-foreign-types-shared0.1-devel noarch 0.1.1-6.fc38 fedora 14 k
rust-foreign-types0.3+default-devel noarch 0.3.2-6.fc38 fedora 7.8 k
rust-foreign-types0.3-devel noarch 0.3.2-6.fc38 fedora 17 k
rust-form_urlencoded+alloc-devel noarch 1.2.0-1.fc38 updates 8.1 k
rust-form_urlencoded+default-devel noarch 1.2.0-1.fc38 updates 8.0 k
rust-form_urlencoded+std-devel noarch 1.2.0-1.fc38 updates 8.1 k
rust-form_urlencoded-devel noarch 1.2.0-1.fc38 updates 17 k
rust-fs_at+default-devel noarch 0.1.10-2.fc38 updates 7.2 k
rust-fs_at-devel noarch 0.1.10-2.fc38 updates 41 k
rust-futures-channel+alloc-devel noarch 0.3.28-1.fc38 updates 9.1 k
rust-futures-channel+default-devel noarch 0.3.28-1.fc38 updates 9.0 k
rust-futures-channel+std-devel noarch 0.3.28-1.fc38 updates 9.1 k
rust-futures-channel-devel noarch 0.3.28-1.fc38 updates 44 k
rust-futures-core+alloc-devel noarch 0.3.28-1.fc38 updates 8.9 k
rust-futures-core+default-devel noarch 0.3.28-1.fc38 updates 8.9 k
rust-futures-core+std-devel noarch 0.3.28-1.fc38 updates 8.9 k
rust-futures-core-devel noarch 0.3.28-1.fc38 updates 24 k
rust-futures-io+std-devel noarch 0.3.28-1.fc38 updates 8.9 k
rust-futures-io-devel noarch 0.3.28-1.fc38 updates 18 k
rust-futures-sink+alloc-devel noarch 0.3.28-1.fc38 updates 8.9 k
rust-futures-sink+default-devel noarch 0.3.28-1.fc38 updates 8.9 k
rust-futures-sink+std-devel noarch 0.3.28-1.fc38 updates 8.9 k
rust-futures-sink-devel noarch 0.3.28-1.fc38 updates 17 k
rust-futures-task+alloc-devel noarch 0.3.28-1.fc38 updates 8.8 k
rust-futures-task+std-devel noarch 0.3.28-1.fc38 updates 8.9 k
rust-futures-task-devel noarch 0.3.28-1.fc38 updates 22 k
rust-futures-util+alloc-devel noarch 0.3.28-1.fc38 updates 9.2 k
rust-futures-util+futures-io-devel noarch 0.3.28-1.fc38 updates 9.2 k
rust-futures-util+io-devel noarch 0.3.28-1.fc38 updates 9.0 k
rust-futures-util+memchr-devel noarch 0.3.28-1.fc38 updates 9.1 k
rust-futures-util+slab-devel noarch 0.3.28-1.fc38 updates 9.1 k
rust-futures-util+std-devel noarch 0.3.28-1.fc38 updates 9.2 k
rust-futures-util-devel noarch 0.3.28-1.fc38 updates 181 k
rust-generic-array+default-devel noarch 0.14.7-1.fc38 updates 8.1 k
rust-generic-array+more_lengths-devel noarch 0.14.7-1.fc38 updates 8.1 k
rust-generic-array-devel noarch 0.14.7-1.fc38 updates 24 k
rust-getrandom+default-devel noarch 0.2.11-1.fc38 updates 8.4 k
rust-getrandom+std-devel noarch 0.2.11-1.fc38 updates 8.4 k
rust-getrandom-devel noarch 0.2.11-1.fc38 updates 52 k
rust-glob+default-devel noarch 0.3.1-1.fc38 fedora 7.8 k
rust-glob-devel noarch 0.3.1-1.fc38 fedora 26 k
rust-h2+default-devel noarch 0.3.21-1.fc38 updates 9.1 k
rust-h2-devel noarch 0.3.21-1.fc38 updates 148 k
rust-hashbrown+raw-devel noarch 0.14.3-1.fc38 updates 8.4 k
rust-hashbrown-devel noarch 0.14.3-1.fc38 updates 124 k
rust-hashbrown0.12+raw-devel noarch 0.12.3-1.fc38 fedora 7.2 k
rust-hashbrown0.12-devel noarch 0.12.3-1.fc38 fedora 96 k
rust-home-devel noarch 0.5.5-1.fc38 updates 17 k
rust-http+default-devel noarch 0.2.10-1.fc38 updates 8.3 k
rust-http-body+default-devel noarch 0.4.5-3.fc38 fedora 8.3 k
rust-http-body-devel noarch 0.4.5-3.fc38 fedora 19 k
rust-http-devel noarch 0.2.10-1.fc38 updates 100 k
rust-httparse+default-devel noarch 1.8.0-2.fc38 fedora 8.6 k
rust-httparse+std-devel noarch 1.8.0-2.fc38 fedora 8.5 k
rust-httparse-devel noarch 1.8.0-2.fc38 fedora 37 k
rust-httpdate+default-devel noarch 1.0.3-1.fc38 updates 7.8 k
rust-httpdate-devel noarch 1.0.3-1.fc38 updates 19 k
rust-humantime+default-devel noarch 2.1.0-7.fc38 fedora 7.8 k
rust-humantime-devel noarch 2.1.0-7.fc38 fedora 25 k
rust-humantime-serde+default-devel noarch 1.1.1-2.fc38 fedora 7.8 k
rust-humantime-serde-devel noarch 1.1.1-2.fc38 fedora 16 k
rust-hyper+client-devel noarch 0.14.27-1.fc38 updates 9.2 k
rust-hyper+h2-devel noarch 0.14.27-1.fc38 updates 9.3 k
rust-hyper+http1-devel noarch 0.14.27-1.fc38 updates 9.2 k
rust-hyper+http2-devel noarch 0.14.27-1.fc38 updates 9.2 k
rust-hyper+runtime-devel noarch 0.14.27-1.fc38 updates 9.4 k
rust-hyper+socket2-devel noarch 0.14.27-1.fc38 updates 9.4 k
rust-hyper-rustls-devel noarch 0.24.2-1.fc38 updates 38 k
rust-hyper-tls+default-devel noarch 0.5.0-5.fc38 fedora 7.8 k
rust-hyper-tls-devel noarch 0.5.0-5.fc38 fedora 18 k
rust-iana-time-zone+default-devel noarch 0.1.58-1.fc38 updates 8.3 k
rust-iana-time-zone+fallback-devel noarch 0.1.58-1.fc38 updates 8.3 k
rust-iana-time-zone-devel noarch 0.1.58-1.fc38 updates 35 k
rust-idna+alloc-devel noarch 0.4.0-1.fc38 updates 7.8 k
rust-idna+default-devel noarch 0.4.0-1.fc38 updates 7.8 k
rust-idna+std-devel noarch 0.4.0-1.fc38 updates 8.1 k
rust-idna-devel noarch 0.4.0-1.fc38 updates 225 k
rust-indexmap+default-devel noarch 2.1.0-1.fc38 updates 8.6 k
rust-indexmap+std-devel noarch 2.1.0-1.fc38 updates 8.5 k
rust-indexmap-devel noarch 2.1.0-1.fc38 updates 71 k
rust-indexmap1+default-devel noarch 1.9.3-1.fc38 updates 7.2 k
rust-indexmap1+std-devel noarch 1.9.3-1.fc38 updates 7.2 k
rust-indexmap1-devel noarch 1.9.3-1.fc38 updates 61 k
rust-io-lifetimes1+close-devel noarch 1.0.11-1.fc38 updates 7.3 k
rust-io-lifetimes1+libc-devel noarch 1.0.11-1.fc38 updates 7.4 k
rust-io-lifetimes1-devel noarch 1.0.11-1.fc38 updates 42 k
rust-ipnet+default-devel noarch 2.9.0-1.fc38 updates 8.9 k
rust-ipnet+std-devel noarch 2.9.0-1.fc38 updates 8.8 k
rust-ipnet-devel noarch 2.9.0-1.fc38 updates 34 k
rust-itoa+default-devel noarch 1.0.9-1.fc38 updates 8.4 k
rust-itoa-devel noarch 1.0.9-1.fc38 updates 19 k
rust-lazy_static-devel noarch 1.4.0-10.fc38 fedora 20 k
rust-lazycell+default-devel noarch 1.3.0-7.fc38 fedora 7.7 k
rust-lazycell-devel noarch 1.3.0-7.fc38 fedora 21 k
rust-libc+extra_traits-devel noarch 0.2.151-1.fc38 updates 10 k
rust-libc+std-devel noarch 0.2.151-1.fc38 updates 10 k
rust-libc-devel noarch 0.2.151-1.fc38 updates 426 k
rust-libloading0.7+default-devel noarch 0.7.4-1.fc38 updates 7.2 k
rust-libloading0.7-devel noarch 0.7.4-1.fc38 updates 39 k
rust-linux-raw-sys+elf-devel noarch 0.4.12-1.fc38 updates 8.8 k
rust-linux-raw-sys+errno-devel noarch 0.4.12-1.fc38 updates 8.8 k
rust-linux-raw-sys+general-devel noarch 0.4.12-1.fc38 updates 8.8 k
rust-linux-raw-sys+ioctl-devel noarch 0.4.12-1.fc38 updates 8.8 k
rust-linux-raw-sys+no_std-devel noarch 0.4.12-1.fc38 updates 8.8 k
rust-linux-raw-sys+std-devel noarch 0.4.12-1.fc38 updates 8.8 k
rust-linux-raw-sys-devel noarch 0.4.12-1.fc38 updates 188 k
rust-linux-raw-sys0.3+errno-devel noarch 0.3.8-1.fc38 updates 7.2 k
rust-linux-raw-sys0.3+general-devel noarch 0.3.8-1.fc38 updates 7.2 k
rust-linux-raw-sys0.3+ioctl-devel noarch 0.3.8-1.fc38 updates 7.2 k
rust-linux-raw-sys0.3+no_std-devel noarch 0.3.8-1.fc38 updates 7.2 k
rust-linux-raw-sys0.3-devel noarch 0.3.8-1.fc38 updates 135 k
rust-log+default-devel noarch 0.4.20-1.fc38 updates 7.9 k
rust-log-devel noarch 0.4.20-1.fc38 updates 42 k
rust-lzma-sys+default-devel noarch 0.1.20-2.fc38 fedora 8.0 k
rust-lzma-sys-devel noarch 0.1.20-2.fc38 fedora 16 k
rust-memchr+alloc-devel noarch 2.7.1-1.fc38 updates 8.3 k
rust-memchr+default-devel noarch 2.7.1-1.fc38 updates 8.3 k
rust-memchr+std-devel noarch 2.7.1-1.fc38 updates 8.3 k
rust-memchr-devel noarch 2.7.1-1.fc38 updates 92 k
rust-memoffset+default-devel noarch 0.9.0-1.fc38 updates 7.9 k
rust-memoffset-devel noarch 0.9.0-1.fc38 updates 17 k
rust-mime+default-devel noarch 0.3.17-1.fc38 fedora 7.6 k
rust-mime-devel noarch 0.3.17-1.fc38 fedora 23 k
rust-minimal-lexical+std-devel noarch 0.2.1-4.fc38 fedora 7.6 k
rust-minimal-lexical-devel noarch 0.2.1-4.fc38 fedora 102 k
rust-miniz_oxide+with-alloc-devel noarch 0.7.1-3.fc38 updates 8.1 k
rust-miniz_oxide-devel noarch 0.7.1-3.fc38 updates 57 k
rust-mio+net-devel noarch 0.8.9-1.fc38 updates 8.5 k
rust-mio+os-ext-devel noarch 0.8.9-1.fc38 updates 8.6 k
rust-mio+os-poll-devel noarch 0.8.9-1.fc38 updates 8.6 k
rust-mio-devel noarch 0.8.9-1.fc38 updates 108 k
rust-native-tls+default-devel noarch 0.2.11-2.fc38 fedora 8.1 k
rust-native-tls-devel noarch 0.2.11-2.fc38 fedora 32 k
rust-nix0.26+dir-devel noarch 0.26.4-1.fc38 updates 7.1 k
rust-nix0.26+fs-devel noarch 0.26.4-1.fc38 updates 7.1 k
rust-nix0.26-devel noarch 0.26.4-1.fc38 updates 256 k
rust-nom+alloc-devel noarch 7.1.3-1.fc38 fedora 8.3 k
rust-nom+std-devel noarch 7.1.3-1.fc38 fedora 8.5 k
rust-nom-devel noarch 7.1.3-1.fc38 fedora 113 k
rust-normalize-line-endings+default-devel noarch 0.3.0-9.fc38 fedora 7.9 k
rust-normalize-line-endings-devel noarch 0.3.0-9.fc38 fedora 15 k
rust-normpath+default-devel noarch 1.1.1-1.fc38 updates 7.3 k
rust-normpath-devel noarch 1.1.1-1.fc38 updates 27 k
rust-num-traits-devel noarch 0.2.17-1.fc38 updates 58 k
rust-num_cpus-devel noarch 1.16.0-1.fc38 updates 33 k
rust-once_cell+alloc-devel noarch 1.19.0-1.fc38 updates 9.0 k
rust-once_cell+race-devel noarch 1.19.0-1.fc38 updates 8.9 k
rust-once_cell+std-devel noarch 1.19.0-1.fc38 updates 8.9 k
rust-once_cell-devel noarch 1.19.0-1.fc38 updates 44 k
rust-opener0.5-devel noarch 0.5.2-1.fc38 updates 24 k
rust-openssl+default-devel noarch 0.10.60-1.fc38 updates 8.7 k
rust-openssl-devel noarch 0.10.60-1.fc38 updates 241 k
rust-openssl-macros+default-devel noarch 0.1.1-1.fc38 updates 7.5 k
rust-openssl-macros-devel noarch 0.1.1-1.fc38 updates 14 k
rust-openssl-probe+default-devel noarch 0.1.5-3.fc38 fedora 7.9 k
rust-openssl-probe-devel noarch 0.1.5-3.fc38 fedora 16 k
rust-openssl-sys+default-devel noarch 0.9.96-1.fc38 updates 8.9 k
rust-openssl-sys-devel noarch 0.9.96-1.fc38 updates 88 k
rust-os_pipe+default-devel noarch 1.1.4-1.fc38 updates 8.1 k
rust-os_pipe-devel noarch 1.1.4-1.fc38 updates 19 k
rust-os_str_bytes+raw_os_str-devel noarch 6.6.1-1.fc38 updates 8.7 k
rust-os_str_bytes-devel noarch 6.6.1-1.fc38 updates 40 k
rust-peeking_take_while+default-devel noarch 0.1.2-14.fc38 fedora 7.9 k
rust-peeking_take_while-devel noarch 0.1.2-14.fc38 fedora 16 k
rust-percent-encoding+alloc-devel noarch 2.3.0-1.fc38 updates 7.8 k
rust-percent-encoding+default-devel noarch 2.3.0-1.fc38 updates 7.9 k
rust-percent-encoding+std-devel noarch 2.3.0-1.fc38 updates 7.8 k
rust-percent-encoding-devel noarch 2.3.0-1.fc38 updates 18 k
rust-pin-project-lite+default-devel noarch 0.2.13-1.fc38 updates 8.2 k
rust-pin-project-lite-devel noarch 0.2.13-1.fc38 updates 57 k
rust-pin-utils+default-devel noarch 0.1.0-7.fc38 fedora 7.7 k
rust-pin-utils-devel noarch 0.1.0-7.fc38 fedora 17 k
rust-pkg-config+default-devel noarch 0.3.28-1.fc38 updates 8.2 k
rust-pkg-config-devel noarch 0.3.28-1.fc38 updates 28 k
rust-ppv-lite86+simd-devel noarch 0.2.17-2.fc38 fedora 8.0 k
rust-ppv-lite86+std-devel noarch 0.2.17-2.fc38 fedora 8.0 k
rust-ppv-lite86-devel noarch 0.2.17-2.fc38 fedora 28 k
rust-proc-macro2+default-devel noarch 1.0.71-1.fc38 updates 10 k
rust-proc-macro2+proc-macro-devel noarch 1.0.71-1.fc38 updates 10 k
rust-proc-macro2-devel noarch 1.0.71-1.fc38 updates 54 k
rust-quote+default-devel noarch 1.0.33-1.fc38 updates 9.2 k
rust-quote+proc-macro-devel noarch 1.0.33-1.fc38 updates 9.3 k
rust-quote-devel noarch 1.0.33-1.fc38 updates 43 k
rust-rand+alloc-devel noarch 0.8.5-3.fc38 fedora 8.1 k
rust-rand+getrandom-devel noarch 0.8.5-3.fc38 fedora 8.2 k
rust-rand+libc-devel noarch 0.8.5-3.fc38 fedora 8.1 k
rust-rand+rand_chacha-devel noarch 0.8.5-3.fc38 fedora 8.2 k
rust-rand+std-devel noarch 0.8.5-3.fc38 fedora 8.3 k
rust-rand+std_rng-devel noarch 0.8.5-3.fc38 fedora 8.0 k
rust-rand-devel noarch 0.8.5-3.fc38 fedora 92 k
rust-rand_chacha+std-devel noarch 0.3.1-4.fc38 fedora 7.9 k
rust-rand_chacha-devel noarch 0.3.1-4.fc38 fedora 24 k
rust-rand_core+alloc-devel noarch 0.6.4-2.fc38 fedora 8.1 k
rust-rand_core+default-devel noarch 0.6.4-2.fc38 fedora 8.1 k
rust-rand_core+getrandom-devel noarch 0.6.4-2.fc38 fedora 8.2 k
rust-rand_core+std-devel noarch 0.6.4-2.fc38 fedora 8.3 k
rust-rand_core-devel noarch 0.6.4-2.fc38 fedora 30 k
rust-rayon+default-devel noarch 1.8.0-1.fc38 updates 7.9 k
rust-rayon-core+default-devel noarch 1.12.0-1.fc38 updates 8.1 k
rust-rayon-core-devel noarch 1.12.0-1.fc38 updates 79 k
rust-rayon-devel noarch 1.8.0-1.fc38 updates 178 k
rust-regex+perf-backtrack-devel noarch 1.10.2-1.fc38 updates 9.2 k
rust-regex+perf-cache-devel noarch 1.10.2-1.fc38 updates 9.0 k
rust-regex+perf-devel noarch 1.10.2-1.fc38 updates 9.3 k
rust-regex+perf-dfa-devel noarch 1.10.2-1.fc38 updates 9.2 k
rust-regex+perf-inline-devel noarch 1.10.2-1.fc38 updates 9.2 k
rust-regex+perf-literal-devel noarch 1.10.2-1.fc38 updates 9.4 k
rust-regex+perf-onepass-devel noarch 1.10.2-1.fc38 updates 9.2 k
rust-regex+std-devel noarch 1.10.2-1.fc38 updates 9.4 k
rust-regex+unicode-age-devel noarch 1.10.2-1.fc38 updates 9.3 k
rust-regex+unicode-bool-devel noarch 1.10.2-1.fc38 updates 9.3 k
rust-regex+unicode-case-devel noarch 1.10.2-1.fc38 updates 9.3 k
rust-regex+unicode-devel noarch 1.10.2-1.fc38 updates 9.6 k
rust-regex+unicode-gencat-devel noarch 1.10.2-1.fc38 updates 9.3 k
rust-regex+unicode-perl-devel noarch 1.10.2-1.fc38 updates 9.4 k
rust-regex+unicode-script-devel noarch 1.10.2-1.fc38 updates 9.3 k
rust-regex+unicode-segment-devel noarch 1.10.2-1.fc38 updates 9.3 k
rust-regex-automata+alloc-devel noarch 0.4.3-1.fc38 updates 8.7 k
rust-regex-automata+dfa-onepass-devel noarch 0.4.3-1.fc38 updates 8.8 k
rust-regex-automata+dfa-search-devel noarch 0.4.3-1.fc38 updates 8.8 k
rust-regex-automata+hybrid-devel noarch 0.4.3-1.fc38 updates 8.8 k
rust-regex-automata+meta-devel noarch 0.4.3-1.fc38 updates 8.8 k
rust-regex-automata+nfa-backtrack-devel noarch 0.4.3-1.fc38 updates 8.8 k
rust-regex-automata+nfa-pikevm-devel noarch 0.4.3-1.fc38 updates 8.8 k
rust-regex-automata+nfa-thompson-devel noarch 0.4.3-1.fc38 updates 8.8 k
rust-regex-automata+perf-inline-devel noarch 0.4.3-1.fc38 updates 8.8 k
rust-regex-automata+perf-literal-devel noarch 0.4.3-1.fc38 updates 8.9 k
rust-regex-automata+perf-literal-multisubstring-devel noarch 0.4.3-1.fc38 updates 9.0 k
rust-regex-automata+perf-literal-substring-devel noarch 0.4.3-1.fc38 updates 9.0 k
rust-regex-automata+std-devel noarch 0.4.3-1.fc38 updates 9.1 k
rust-regex-automata+syntax-devel noarch 0.4.3-1.fc38 updates 8.9 k
rust-regex-automata+unicode-age-devel noarch 0.4.3-1.fc38 updates 8.9 k
rust-regex-automata+unicode-bool-devel noarch 0.4.3-1.fc38 updates 8.9 k
rust-regex-automata+unicode-case-devel noarch 0.4.3-1.fc38 updates 8.9 k
rust-regex-automata+unicode-devel noarch 0.4.3-1.fc38 updates 9.3 k
rust-regex-automata+unicode-gencat-devel noarch 0.4.3-1.fc38 updates 8.9 k
rust-regex-automata+unicode-perl-devel noarch 0.4.3-1.fc38 updates 8.9 k
rust-regex-automata+unicode-script-devel noarch 0.4.3-1.fc38 updates 8.9 k
rust-regex-automata+unicode-segment-devel noarch 0.4.3-1.fc38 updates 8.9 k
rust-regex-automata+unicode-word-boundary-devel noarch 0.4.3-1.fc38 updates 8.8 k
rust-regex-automata-devel noarch 0.4.3-1.fc38 updates 451 k
rust-regex-devel noarch 1.10.2-1.fc38 updates 246 k
rust-regex-syntax+default-devel noarch 0.8.2-1.fc38 updates 8.5 k
rust-regex-syntax+std-devel noarch 0.8.2-1.fc38 updates 8.4 k
rust-regex-syntax+unicode-age-devel noarch 0.8.2-1.fc38 updates 8.4 k
rust-regex-syntax+unicode-bool-devel noarch 0.8.2-1.fc38 updates 8.4 k
rust-regex-syntax+unicode-case-devel noarch 0.8.2-1.fc38 updates 8.4 k
rust-regex-syntax+unicode-devel noarch 0.8.2-1.fc38 updates 8.7 k
rust-regex-syntax+unicode-gencat-devel noarch 0.8.2-1.fc38 updates 8.4 k
rust-regex-syntax+unicode-perl-devel noarch 0.8.2-1.fc38 updates 8.4 k
rust-regex-syntax+unicode-script-devel noarch 0.8.2-1.fc38 updates 8.4 k
rust-regex-syntax+unicode-segment-devel noarch 0.8.2-1.fc38 updates 8.4 k
rust-regex-syntax-devel noarch 0.8.2-1.fc38 updates 214 k
rust-remove_dir_all-devel noarch 0.8.2-1.fc38 updates 23 k
rust-reqwest+__rustls-devel noarch 0.11.22-3.fc38 updates 9.3 k
rust-reqwest+__tls-devel noarch 0.11.22-3.fc38 updates 9.1 k
rust-reqwest+async-compression-devel noarch 0.11.22-3.fc38 updates 9.3 k
rust-reqwest+hyper-rustls-devel noarch 0.11.22-3.fc38 updates 9.2 k
rust-reqwest+hyper-tls-devel noarch 0.11.22-3.fc38 updates 9.2 k
rust-reqwest+native-tls-crate-devel noarch 0.11.22-3.fc38 updates 9.2 k
rust-reqwest+rustls-devel noarch 0.11.22-3.fc38 updates 9.3 k
rust-reqwest+rustls-native-certs-devel noarch 0.11.22-3.fc38 updates 9.3 k
rust-reqwest+rustls-pemfile-devel noarch 0.11.22-3.fc38 updates 9.2 k
rust-reqwest+tokio-native-tls-devel noarch 0.11.22-3.fc38 updates 9.3 k
rust-reqwest+tokio-rustls-devel noarch 0.11.22-3.fc38 updates 9.2 k
rust-reqwest+tokio-socks-devel noarch 0.11.22-3.fc38 updates 9.2 k
rust-reqwest+tokio-util-devel noarch 0.11.22-3.fc38 updates 9.4 k
rust-retry+rand-devel noarch 1.3.1-3.fc38 fedora 8.1 k
rust-ring+alloc-devel noarch 0.17.6-1.fc38 updates 8.2 k
rust-ring+default-devel noarch 0.17.6-1.fc38 updates 8.3 k
rust-ring+dev_urandom_fallback-devel noarch 0.17.6-1.fc38 updates 8.2 k
rust-ring-devel noarch 0.17.6-1.fc38 updates 3.4 M
rust-rustc-hash+default-devel noarch 1.1.0-7.fc38 fedora 7.8 k
rust-rustc-hash+std-devel noarch 1.1.0-7.fc38 fedora 7.7 k
rust-rustc-hash-devel noarch 1.1.0-7.fc38 fedora 18 k
rust-rustix+alloc-devel noarch 0.38.28-1.fc38 updates 9.9 k
rust-rustix+default-devel noarch 0.38.28-1.fc38 updates 9.9 k
rust-rustix+fs-devel noarch 0.38.28-1.fc38 updates 9.8 k
rust-rustix+std-devel noarch 0.38.28-1.fc38 updates 10 k
rust-rustix+use-libc-auxv-devel noarch 0.38.28-1.fc38 updates 9.9 k
rust-rustix-devel noarch 0.38.28-1.fc38 updates 358 k
rust-rustix0.37+default-devel noarch 0.37.26-1.fc38 updates 7.4 k
rust-rustix0.37+io-lifetimes-devel noarch 0.37.26-1.fc38 updates 7.6 k
rust-rustix0.37+libc-devel noarch 0.37.26-1.fc38 updates 7.6 k
rust-rustix0.37+std-devel noarch 0.37.26-1.fc38 updates 7.4 k
rust-rustix0.37+termios-devel noarch 0.37.26-1.fc38 updates 7.3 k
rust-rustix0.37+use-libc-auxv-devel noarch 0.37.26-1.fc38 updates 7.4 k
rust-rustix0.37-devel noarch 0.37.26-1.fc38 updates 301 k
rust-rustls+dangerous_configuration-devel noarch 0.21.9-1.fc38 updates 8.2 k
rust-rustls+default-devel noarch 0.21.9-1.fc38 updates 8.2 k
rust-rustls+log-devel noarch 0.21.9-1.fc38 updates 8.3 k
rust-rustls+logging-devel noarch 0.21.9-1.fc38 updates 8.2 k
rust-rustls+tls12-devel noarch 0.21.9-1.fc38 updates 8.1 k
rust-rustls-devel noarch 0.21.9-1.fc38 updates 260 k
rust-rustls-native-certs+default-devel noarch 0.6.3-1.fc38 updates 7.9 k
rust-rustls-native-certs-devel noarch 0.6.3-1.fc38 updates 31 k
rust-rustls-pemfile+default-devel noarch 1.0.4-1.fc38 updates 8.0 k
rust-rustls-pemfile-devel noarch 1.0.4-1.fc38 updates 36 k
rust-rustls-webpki+alloc-devel noarch 0.101.7-1.fc38 updates 7.7 k
rust-rustls-webpki+default-devel noarch 0.101.7-1.fc38 updates 7.6 k
rust-rustls-webpki+std-devel noarch 0.101.7-1.fc38 updates 7.6 k
rust-rustls-webpki-devel noarch 0.101.7-1.fc38 updates 69 k
rust-ryu+default-devel noarch 1.0.15-1.fc38 updates 8.3 k
rust-ryu-devel noarch 1.0.15-1.fc38 updates 56 k
rust-same-file-devel noarch 1.0.6-10.fc38 fedora 19 k
rust-scopeguard+use_std-devel noarch 1.2.0-1.fc38 updates 8.0 k
rust-scopeguard-devel noarch 1.2.0-1.fc38 updates 19 k
rust-sct+default-devel noarch 0.7.1-1.fc38 updates 7.7 k
rust-sct-devel noarch 0.7.1-1.fc38 updates 49 k
rust-semver+std-devel noarch 1.0.20-1.fc38 updates 8.8 k
rust-semver-devel noarch 1.0.20-1.fc38 updates 43 k
rust-serde+alloc-devel noarch 1.0.193-1.fc38 updates 10 k
rust-serde+serde_derive-devel noarch 1.0.193-1.fc38 updates 11 k
rust-serde+std-devel noarch 1.0.193-1.fc38 updates 10 k
rust-serde-devel noarch 1.0.193-1.fc38 updates 79 k
rust-serde_derive+default-devel noarch 1.0.193-1.fc38 updates 11 k
rust-serde_derive-devel noarch 1.0.193-1.fc38 updates 64 k
rust-serde_spanned+default-devel noarch 0.6.4-1.fc38 updates 7.6 k
rust-serde_spanned+serde-devel noarch 0.6.4-1.fc38 updates 7.7 k
rust-serde_spanned-devel noarch 0.6.4-1.fc38 updates 16 k
rust-serde_urlencoded+default-devel noarch 0.7.1-3.fc38 fedora 7.9 k
rust-serde_urlencoded-devel noarch 0.7.1-3.fc38 fedora 23 k
rust-sha2+std-devel noarch 0.10.8-1.fc38 updates 8.5 k
rust-sha2-devel noarch 0.10.8-1.fc38 updates 40 k
rust-sharded-slab-devel noarch 0.1.7-1.fc38 updates 62 k
rust-shlex+default-devel noarch 1.2.0-1.fc38 updates 7.9 k
rust-shlex+std-devel noarch 1.2.0-1.fc38 updates 7.8 k
rust-shlex-devel noarch 1.2.0-1.fc38 updates 15 k
rust-similar+default-devel noarch 2.3.0-1.fc38 updates 8.0 k
rust-similar+inline-devel noarch 2.3.0-1.fc38 updates 8.0 k
rust-similar+text-devel noarch 2.3.0-1.fc38 updates 7.9 k
rust-similar-devel noarch 2.3.0-1.fc38 updates 68 k
rust-slab+default-devel noarch 0.4.9-1.fc38 updates 8.0 k
rust-slab+std-devel noarch 0.4.9-1.fc38 updates 8.0 k
rust-slab-devel noarch 0.4.9-1.fc38 updates 25 k
rust-snapbox+cmd-devel noarch 0.4.14-1.fc38 updates 7.4 k
rust-snapbox+color-auto-devel noarch 0.4.14-1.fc38 updates 7.2 k
rust-snapbox+color-devel noarch 0.4.14-1.fc38 updates 7.4 k
rust-snapbox+detect-encoding-devel noarch 0.4.14-1.fc38 updates 7.3 k
rust-snapbox+diff-devel noarch 0.4.14-1.fc38 updates 7.3 k
rust-snapbox+path-devel noarch 0.4.14-1.fc38 updates 7.5 k
rust-snapbox-devel noarch 0.4.14-1.fc38 updates 44 k
rust-snapbox-macros+color-devel noarch 0.3.6-1.fc38 updates 7.3 k
rust-snapbox-macros+default-devel noarch 0.3.6-1.fc38 updates 7.1 k
rust-snapbox-macros-devel noarch 0.3.6-1.fc38 updates 14 k
rust-socket2+all-devel noarch 0.5.5-1.fc38 updates 8.4 k
rust-socket2+default-devel noarch 0.5.5-1.fc38 updates 8.4 k
rust-socket2-devel noarch 0.5.5-1.fc38 updates 53 k
rust-socket2_0.4+all-devel noarch 0.4.10-1.fc38 updates 7.4 k
rust-socket2_0.4+default-devel noarch 0.4.10-1.fc38 updates 7.4 k
rust-socket2_0.4-devel noarch 0.4.10-1.fc38 updates 46 k
rust-spin+once-devel noarch 0.9.8-1.fc38 updates 8.2 k
rust-spin-devel noarch 0.9.8-1.fc38 updates 38 k
rust-strsim-devel noarch 0.10.0-6.fc38 fedora 20 k
rust-syn+clone-impls-devel noarch 2.0.41-1.fc38 updates 10 k
rust-syn+default-devel noarch 2.0.41-1.fc38 updates 10 k
rust-syn+derive-devel noarch 2.0.41-1.fc38 updates 10 k
rust-syn+full-devel noarch 2.0.41-1.fc38 updates 9.9 k
rust-syn+parsing-devel noarch 2.0.41-1.fc38 updates 10 k
rust-syn+printing-devel noarch 2.0.41-1.fc38 updates 10 k
rust-syn+proc-macro-devel noarch 2.0.41-1.fc38 updates 10 k
rust-syn+quote-devel noarch 2.0.41-1.fc38 updates 10 k
rust-syn-devel noarch 2.0.41-1.fc38 updates 226 k
rust-syn1+clone-impls-devel noarch 1.0.109-1.fc38 fedora 7.1 k
rust-syn1+default-devel noarch 1.0.109-1.fc38 fedora 7.3 k
rust-syn1+derive-devel noarch 1.0.109-1.fc38 fedora 7.1 k
rust-syn1+extra-traits-devel noarch 1.0.109-1.fc38 fedora 7.1 k
rust-syn1+full-devel noarch 1.0.109-1.fc38 fedora 7.1 k
rust-syn1+parsing-devel noarch 1.0.109-1.fc38 fedora 7.1 k
rust-syn1+printing-devel noarch 1.0.109-1.fc38 fedora 7.1 k
rust-syn1+proc-macro-devel noarch 1.0.109-1.fc38 fedora 7.3 k
rust-syn1+quote-devel noarch 1.0.109-1.fc38 fedora 7.2 k
rust-syn1+visit-mut-devel noarch 1.0.109-1.fc38 fedora 7.1 k
rust-syn1-devel noarch 1.0.109-1.fc38 fedora 216 k
rust-sys-info+default-devel noarch 0.9.1-4.fc38 fedora 7.9 k
rust-sys-info-devel noarch 0.9.1-4.fc38 fedora 34 k
rust-tar+xattr-devel noarch 0.4.40-1.fc38 updates 8.2 k
rust-tar-devel noarch 0.4.40-1.fc38 updates 57 k
rust-tempfile-devel noarch 3.9.0-1.fc38 updates 43 k
rust-term-devel noarch 0.7.0-4.fc38 fedora 56 k
rust-termcolor+default-devel noarch 1.4.0-1.fc38 updates 8.0 k
rust-termcolor-devel noarch 1.4.0-1.fc38 updates 25 k
rust-terminal_size0.2+default-devel noarch 0.2.6-1.fc38 updates 7.2 k
rust-terminal_size0.2-devel noarch 0.2.6-1.fc38 updates 16 k
rust-textwrap+terminal_size-devel noarch 0.16.0-1.fc38 updates 8.3 k
rust-textwrap-devel noarch 0.16.0-1.fc38 updates 53 k
rust-thiserror-devel noarch 1.0.52-1.fc38 updates 53 k
rust-thiserror-impl+default-devel noarch 1.0.52-1.fc38 updates 9.0 k
rust-thiserror-impl-devel noarch 1.0.52-1.fc38 updates 25 k
rust-threadpool-devel noarch 1.8.1-8.fc38 fedora 23 k
rust-tinyvec+alloc-devel noarch 1.6.0-3.fc38 fedora 8.3 k
rust-tinyvec+default-devel noarch 1.6.0-3.fc38 fedora 8.3 k
rust-tinyvec+tinyvec_macros-devel noarch 1.6.0-3.fc38 fedora 8.5 k
rust-tinyvec-devel noarch 1.6.0-3.fc38 fedora 46 k
rust-tinyvec_macros+default-devel noarch 0.1.1-1.fc38 fedora 7.7 k
rust-tinyvec_macros-devel noarch 0.1.1-1.fc38 fedora 14 k
rust-tokio+bytes-devel noarch 1.34.0-1.fc38 updates 10 k
rust-tokio+default-devel noarch 1.34.0-1.fc38 updates 9.9 k
rust-tokio+io-util-devel noarch 1.34.0-1.fc38 updates 9.9 k
rust-tokio+libc-devel noarch 1.34.0-1.fc38 updates 10 k
rust-tokio+net-devel noarch 1.34.0-1.fc38 updates 10 k
rust-tokio+num_cpus-devel noarch 1.34.0-1.fc38 updates 10 k
rust-tokio+rt-devel noarch 1.34.0-1.fc38 updates 9.8 k
rust-tokio+rt-multi-thread-devel noarch 1.34.0-1.fc38 updates 10 k
rust-tokio+socket2-devel noarch 1.34.0-1.fc38 updates 10 k
rust-tokio+time-devel noarch 1.34.0-1.fc38 updates 9.9 k
rust-tokio-native-tls+default-devel noarch 0.3.1-1.fc38 fedora 7.9 k
rust-tokio-native-tls-devel noarch 0.3.1-1.fc38 fedora 25 k
rust-tokio-rustls+default-devel noarch 0.24.1-4.fc38 updates 8.2 k
rust-tokio-rustls+logging-devel noarch 0.24.1-4.fc38 updates 8.3 k
rust-tokio-rustls+tls12-devel noarch 0.24.1-4.fc38 updates 8.3 k
rust-tokio-rustls-devel noarch 0.24.1-4.fc38 updates 40 k
rust-tokio-socks+default-devel noarch 0.5.1-5.fc38 fedora 7.8 k
rust-tokio-socks-devel noarch 0.5.1-5.fc38 fedora 28 k
rust-tokio-util+codec-devel noarch 0.7.10-1.fc38 updates 8.5 k
rust-tokio-util+default-devel noarch 0.7.10-1.fc38 updates 8.5 k
rust-tokio-util+io-devel noarch 0.7.10-1.fc38 updates 8.4 k
rust-tokio-util+tracing-devel noarch 0.7.10-1.fc38 updates 8.7 k
rust-tokio-util-devel noarch 0.7.10-1.fc38 updates 124 k
rust-toml0.5-devel noarch 0.5.11-1.fc38 updates 55 k
rust-toml_datetime+default-devel noarch 0.6.5-1.fc38 updates 7.6 k
rust-toml_datetime+serde-devel noarch 0.6.5-1.fc38 updates 7.7 k
rust-toml_datetime-devel noarch 0.6.5-1.fc38 updates 18 k
rust-toml_edit0.20+default-devel noarch 0.20.7-1.fc38 updates 7.2 k
rust-toml_edit0.20+serde-devel noarch 0.20.7-1.fc38 updates 7.6 k
rust-toml_edit0.20-devel noarch 0.20.7-1.fc38 updates 210 k
rust-tower-service+default-devel noarch 0.3.2-3.fc38 fedora 8.0 k
rust-tower-service-devel noarch 0.3.2-3.fc38 fedora 15 k
rust-tracing+std-devel noarch 0.1.40-1.fc38 updates 8.7 k
rust-tracing-core+once_cell-devel noarch 0.1.32-1.fc38 updates 8.7 k
rust-tracing-core+std-devel noarch 0.1.32-1.fc38 updates 8.5 k
rust-tracing-core-devel noarch 0.1.32-1.fc38 updates 67 k
rust-tracing-devel noarch 0.1.40-1.fc38 updates 86 k
rust-try-lock+default-devel noarch 0.2.4-1.fc38 fedora 7.6 k
rust-try-lock-devel noarch 0.2.4-1.fc38 fedora 12 k
rust-trycmd+color-auto-devel noarch 0.14.19-1.fc38 updates 7.3 k
rust-trycmd+diff-devel noarch 0.14.19-1.fc38 updates 7.3 k
rust-trycmd+filesystem-devel noarch 0.14.19-1.fc38 updates 7.3 k
rust-trycmd-devel noarch 0.14.19-1.fc38 updates 34 k
rust-typenum+default-devel noarch 1.17.0-1.fc38 updates 8.1 k
rust-typenum-devel noarch 1.17.0-1.fc38 updates 51 k
rust-unicase+default-devel noarch 2.7.0-1.fc38 updates 7.7 k
rust-unicase-devel noarch 2.7.0-1.fc38 updates 25 k
rust-unicode-bidi+hardcoded-data-devel noarch 0.3.13-1.fc38 fedora 8.4 k
rust-unicode-bidi+std-devel noarch 0.3.13-1.fc38 fedora 8.3 k
rust-unicode-bidi-devel noarch 0.3.13-1.fc38 fedora 46 k
rust-unicode-ident+default-devel noarch 1.0.12-1.fc38 updates 8.6 k
rust-unicode-ident-devel noarch 1.0.12-1.fc38 updates 50 k
rust-unicode-normalization+std-devel noarch 0.1.22-2.fc38 fedora 8.4 k
rust-unicode-normalization-devel noarch 0.1.22-2.fc38 fedora 107 k
rust-untrusted+default-devel noarch 0.9.0-1.fc38 updates 7.8 k
rust-untrusted-devel noarch 0.9.0-1.fc38 updates 22 k
rust-url-devel noarch 2.4.1-1.fc38 updates 75 k
rust-utf8parse+default-devel noarch 0.2.1-1.fc38 fedora 7.7 k
rust-utf8parse-devel noarch 0.2.1-1.fc38 fedora 21 k
rust-version_check+default-devel noarch 0.9.4-4.fc38 fedora 8.0 k
rust-version_check-devel noarch 0.9.4-4.fc38 fedora 23 k
rust-wait-timeout-devel noarch 0.2.0-10.fc38 fedora 21 k
rust-walkdir-devel noarch 2.4.0-1.fc38 updates 31 k
rust-want+default-devel noarch 0.3.1-1.fc38 updates 7.7 k
rust-want-devel noarch 0.3.1-1.fc38 updates 15 k
rust-which-devel noarch 4.4.2-1.fc38 updates 24 k
rust-winnow+alloc-devel noarch 0.5.19-1.fc38 updates 7.9 k
rust-winnow+default-devel noarch 0.5.19-1.fc38 updates 8.0 k
rust-winnow+std-devel noarch 0.5.19-1.fc38 updates 8.1 k
rust-winnow-devel noarch 0.5.19-1.fc38 updates 144 k
rust-xattr+default-devel noarch 1.2.0-1.fc38 updates 8.0 k
rust-xattr+unsupported-devel noarch 1.2.0-1.fc38 updates 7.9 k
rust-xattr-devel noarch 1.2.0-1.fc38 updates 21 k
rust-xz2-devel noarch 0.1.7-3.fc38 fedora 30 k
rust-zstd+arrays-devel noarch 0.12.4-1.fc38 updates 8.3 k
rust-zstd+legacy-devel noarch 0.12.4-1.fc38 updates 8.3 k
rust-zstd+zdict_builder-devel noarch 0.12.4-1.fc38 updates 8.3 k
rust-zstd-devel noarch 0.12.4-1.fc38 updates 39 k
rust-zstd-safe+arrays-devel noarch 6.0.6-1.fc38 updates 8.2 k
rust-zstd-safe+legacy-devel noarch 6.0.6-1.fc38 updates 8.4 k
rust-zstd-safe+std-devel noarch 6.0.6-1.fc38 updates 8.3 k
rust-zstd-safe+zdict_builder-devel noarch 6.0.6-1.fc38 updates 8.4 k
rust-zstd-safe-devel noarch 6.0.6-1.fc38 updates 28 k
rust-zstd-sys+legacy-devel noarch 2.0.8-1.fc38 updates 8.2 k
rust-zstd-sys+std-devel noarch 2.0.8-1.fc38 updates 8.2 k
rust-zstd-sys+zdict_builder-devel noarch 2.0.8-1.fc38 updates 8.2 k
rust-zstd-sys-devel noarch 2.0.8-1.fc38 updates 47 k
xz-devel x86_64 5.4.1-1.fc38 fedora 65 k
Transaction Summary
==============================================================================================
Install 707 Packages
Upgrade 6 Packages
Total size: 234 M
Re: script rust dynamic BR
From PryMar56, 10 Months ago, written in Plain Text, viewed 210 times.
This paste is a reply to script rust dynamic BR from PryMar56
- go back
URL https://pb.dynavirt.com/view/21fbbbba/diff
Embed
Viewing differences between script rust dynamic BR and Re: script rust dynamic BR
— Expand Paste to full width of browser