Re: script rust dynamic BR

From PryMar56, 9 Months ago, written in Plain Text, viewed 186 times. This paste is a reply to script rust dynamic BR from PryMar56 - view diff
URL https://pb.dynavirt.com/view/21fbbbba Embed
Download Paste or View Raw
  1. <mock-chroot> sh-5.2# cat uu.tmp
  2. /*
  3.  how to hack rust dynamic buildrequires
  4.  in mock fedora-38-x86_64 chroot
  5.  
  6.  --- script ---
  7. rpm -i rustup-1.26.0-1.fc38.src.rpm (as user)
  8. dnf install rust-packaging cargo2rpm -y
  9. cd build/SPECS/
  10. rpmbuild -bp --nodeps rustup.spec
  11. cd build/BUILD/rustup-1.26.0/
  12. /usr/bin/cargo2rpm --path Cargo.toml buildrequires --with-check > /builddir/zz.tmp
  13. cd /builddir/
  14. #sed  -e 's|^|"|' -e 's|$|" \\|' zz.tmp
  15. echo "dnf install --assumeno \\" >> uu.tmp
  16. sed  -e 's|^|"|' -e 's|$|" \\|' zz.tmp >> uu.tmp
  17. chmod +x uu.tmp
  18. ./uu.tmp (as root)
  19. --- snip ---
  20.  
  21. */
  22.  
  23. $ dnf install --assumeno \
  24. "(crate(anyhow/default) >= 1.0.69 with crate(anyhow/default) < 2.0.0~)" \
  25. "(crate(cfg-if/default) >= 1.0.0 with crate(cfg-if/default) < 2.0.0~)" \
  26. "(crate(chrono/default) >= 0.4.0 with crate(chrono/default) < 0.5.0~)" \
  27. "(crate(clap/default) >= 3.0.0 with crate(clap/default) < 4.0.0~)" \
  28. "(crate(clap/wrap_help) >= 3.0.0 with crate(clap/wrap_help) < 4.0.0~)" \
  29. "(crate(clap_complete/default) >= 3.0.0 with crate(clap_complete/default) < 4.0.0~)" \
  30. "(crate(curl/default) >= 0.4.44 with crate(curl/default) < 0.5.0~)" \
  31. "(crate(effective-limits/default) >= 0.5.5 with crate(effective-limits/default) < 0.6.0~)" \
  32. "(crate(enum-map/default) >= 2.4.2 with crate(enum-map/default) < 3.0.0~)" \
  33. "(crate(env_proxy/default) >= 0.4.1 with crate(env_proxy/default) < 0.5.0~)" \
  34. "(crate(flate2/default) >= 1.0.0 with crate(flate2/default) < 2.0.0~)" \
  35. "(crate(home/default) >= 0.5.4 with crate(home/default) < 0.6.0~)" \
  36. "(crate(hyper) >= 0.14.0 with crate(hyper) < 0.15.0~)" \
  37. "(crate(hyper/server) >= 0.14.0 with crate(hyper/server) < 0.15.0~)" \
  38. "(crate(hyper/tcp) >= 0.14.0 with crate(hyper/tcp) < 0.15.0~)" \
  39. "(crate(lazy_static/default) >= 1.0.0 with crate(lazy_static/default) < 2.0.0~)" \
  40. "(crate(libc/default) >= 0.2.0 with crate(libc/default) < 0.3.0~)" \
  41. "(crate(num_cpus/default) >= 1.15.0 with crate(num_cpus/default) < 2.0.0~)" \
  42. "(crate(once_cell/default) >= 1.17.1 with crate(once_cell/default) < 2.0.0~)" \
  43. "(crate(opener/default) >= 0.5.2 with crate(opener/default) < 0.6.0~)" \
  44. "(crate(pulldown-cmark) >= 0.9.0 with crate(pulldown-cmark) < 0.10.0~)" \
  45. "(crate(rand/default) >= 0.8.0 with crate(rand/default) < 0.9.0~)" \
  46. "(crate(regex/default) >= 1.0.0 with crate(regex/default) < 2.0.0~)" \
  47. "(crate(remove_dir_all/default) >= 0.8.1 with crate(remove_dir_all/default) < 0.9.0~)" \
  48. "(crate(remove_dir_all/parallel) >= 0.8.1 with crate(remove_dir_all/parallel) < 0.9.0~)" \
  49. "(crate(reqwest) >= 0.11.0 with crate(reqwest) < 0.12.0~)" \
  50. "(crate(reqwest/blocking) >= 0.11.0 with crate(reqwest/blocking) < 0.12.0~)" \
  51. "(crate(reqwest/default-tls) >= 0.11.0 with crate(reqwest/default-tls) < 0.12.0~)" \
  52. "(crate(reqwest/gzip) >= 0.11.0 with crate(reqwest/gzip) < 0.12.0~)" \
  53. "(crate(reqwest/rustls-tls-native-roots) >= 0.11.0 with crate(reqwest/rustls-tls-native-roots) < 0.12.0~)" \
  54. "(crate(reqwest/socks) >= 0.11.0 with crate(reqwest/socks) < 0.12.0~)" \
  55. "(crate(retry) >= 1.3.1 with crate(retry) < 2.0.0~)" \
  56. "(crate(retry/random) >= 1.3.1 with crate(retry/random) < 2.0.0~)" \
  57. "(crate(same-file/default) >= 1.0.0 with crate(same-file/default) < 2.0.0~)" \
  58. "(crate(scopeguard/default) >= 1.0.0 with crate(scopeguard/default) < 2.0.0~)" \
  59. "(crate(semver/default) >= 1.0.0 with crate(semver/default) < 2.0.0~)" \
  60. "(crate(serde/default) >= 1.0.0 with crate(serde/default) < 2.0.0~)" \
  61. "(crate(serde/derive) >= 1.0.0 with crate(serde/derive) < 2.0.0~)" \
  62. "(crate(sha2/default) >= 0.10.0 with crate(sha2/default) < 0.11.0~)" \
  63. "(crate(sharded-slab/default) >= 0.1.1 with crate(sharded-slab/default) < 0.2.0~)" \
  64. "(crate(strsim/default) >= 0.10.0 with crate(strsim/default) < 0.11.0~)" \
  65. "(crate(tar/default) >= 0.4.26 with crate(tar/default) < 0.5.0~)" \
  66. "(crate(tempfile/default) >= 3.4.0 with crate(tempfile/default) < 4.0.0~)" \
  67. "(crate(term/default) >= 0.7.0 with crate(term/default) < 0.8.0~)" \
  68. "(crate(thiserror/default) >= 1.0.0 with crate(thiserror/default) < 2.0.0~)" \
  69. "(crate(threadpool/default) >= 1.0.0 with crate(threadpool/default) < 2.0.0~)" \
  70. "(crate(tokio) >= 1.0.0 with crate(tokio) < 2.0.0~)" \
  71. "(crate(tokio/sync) >= 1.0.0 with crate(tokio/sync) < 2.0.0~)" \
  72. "(crate(toml/default) >= 0.5.0 with crate(toml/default) < 0.6.0~)" \
  73. "(crate(trycmd/default) >= 0.14.13 with crate(trycmd/default) < 0.15.0~)" \
  74. "(crate(url/default) >= 2.3.0 with crate(url/default) < 3.0.0~)" \
  75. "(crate(wait-timeout/default) >= 0.2.0 with crate(wait-timeout/default) < 0.3.0~)" \
  76. "(crate(walkdir/default) >= 2.0.0 with crate(walkdir/default) < 3.0.0~)" \
  77. "(crate(xz2/default) >= 0.1.3 with crate(xz2/default) < 0.2.0~)" \
  78. "(crate(zstd/default) >= 0.12.0 with crate(zstd/default) < 0.13.0~)"
  79.  
  80. fedora                                           86 kB/s |  25 kB     00:00    
  81. updates                                          85 kB/s |  24 kB     00:00    
  82. Dependencies resolved.
  83. ==============================================================================================
  84.  Package                                                 Arch    Version        Repo      Size
  85. ==============================================================================================
  86. Installing:
  87.  rust-anyhow+default-devel                               noarch  1.0.75-2.fc38  updates   10 k
  88.  rust-cfg-if+default-devel                               noarch  1.0.0-8.fc38   fedora   7.9 k
  89.  rust-chrono+default-devel                               noarch  0.4.31-1.fc38  updates  8.7 k
  90.  rust-clap3+default-devel                                noarch  3.2.25-1.fc38  updates  7.6 k
  91.  rust-clap3+wrap_help-devel                              noarch  3.2.25-1.fc38  updates  7.7 k
  92.  rust-clap_complete3+default-devel                       noarch  3.2.5-1.fc38   fedora   7.2 k
  93.  rust-curl+default-devel                                 noarch  0.4.44-3.fc38  fedora   8.1 k
  94.  rust-effective-limits+default-devel                     noarch  0.5.5-1.fc38   updates  7.2 k
  95.  rust-enum-map+default-devel                             noarch  2.6.3-1.fc38   updates  8.2 k
  96.  rust-env_proxy+default-devel                            noarch  0.4.1-4.fc38   fedora   7.6 k
  97.  rust-flate2+default-devel                               noarch  1.0.28-1.fc38  updates  8.3 k
  98.  rust-home+default-devel                                 noarch  0.5.5-1.fc38   updates  7.7 k
  99.  rust-hyper+server-devel                                 noarch  0.14.27-1.fc38 updates  9.2 k
  100.  rust-hyper+tcp-devel                                    noarch  0.14.27-1.fc38 updates  9.5 k
  101.  rust-hyper-devel                                        noarch  0.14.27-1.fc38 updates  175 k
  102.  rust-lazy_static+default-devel                          noarch  1.4.0-10.fc38  fedora   7.8 k
  103.  rust-libc+default-devel                                 noarch  0.2.151-1.fc38 updates   10 k
  104.  rust-num_cpus+default-devel                             noarch  1.16.0-1.fc38  updates  8.0 k
  105.  rust-once_cell+default-devel                            noarch  1.19.0-1.fc38  updates  9.0 k
  106.  rust-opener0.5+default-devel                            noarch  0.5.2-1.fc38   updates  7.2 k
  107.  rust-pulldown-cmark-devel                               noarch  0.9.3-1.fc38   updates  113 k
  108.  rust-rand+default-devel                                 noarch  0.8.5-3.fc38   fedora   8.1 k
  109.  rust-regex+default-devel                                noarch  1.10.2-1.fc38  updates  9.3 k
  110.  rust-remove_dir_all+default-devel                       noarch  0.8.2-1.fc38   updates  7.8 k
  111.  rust-remove_dir_all+parallel-devel                      noarch  0.8.2-1.fc38   updates  8.0 k
  112.  rust-reqwest+blocking-devel                             noarch  0.11.22-3.fc38 updates  9.4 k
  113.  rust-reqwest+default-tls-devel                          noarch  0.11.22-3.fc38 updates  9.2 k
  114.  rust-reqwest+gzip-devel                                 noarch  0.11.22-3.fc38 updates  9.3 k
  115.  rust-reqwest+rustls-tls-native-roots-devel              noarch  0.11.22-3.fc38 updates  9.2 k
  116.  rust-reqwest+socks-devel                                noarch  0.11.22-3.fc38 updates  9.1 k
  117.  rust-reqwest-devel                                      noarch  0.11.22-3.fc38 updates  132 k
  118.  rust-retry+random-devel                                 noarch  1.3.1-3.fc38   fedora   8.0 k
  119.  rust-retry-devel                                        noarch  1.3.1-3.fc38   fedora    16 k
  120.  rust-same-file+default-devel                            noarch  1.0.6-10.fc38  fedora   7.8 k
  121.  rust-scopeguard+default-devel                           noarch  1.2.0-1.fc38   updates  8.1 k
  122.  rust-semver+default-devel                               noarch  1.0.20-1.fc38  updates  8.8 k
  123.  rust-serde+default-devel                                noarch  1.0.193-1.fc38 updates   11 k
  124.  rust-serde+derive-devel                                 noarch  1.0.193-1.fc38 updates   11 k
  125.  rust-sha2+default-devel                                 noarch  0.10.8-1.fc38  updates  8.4 k
  126.  rust-sharded-slab+default-devel                         noarch  0.1.7-1.fc38   updates  7.8 k
  127.  rust-strsim+default-devel                               noarch  0.10.0-6.fc38  fedora   7.8 k
  128.  rust-tar+default-devel                                  noarch  0.4.40-1.fc38  updates  8.1 k
  129.  rust-tempfile+default-devel                             noarch  3.9.0-1.fc38   updates  8.3 k
  130.  rust-term+default-devel                                 noarch  0.7.0-4.fc38   fedora   7.7 k
  131.  rust-thiserror+default-devel                            noarch  1.0.52-1.fc38  updates  8.9 k
  132.  rust-threadpool+default-devel                           noarch  1.8.1-8.fc38   fedora   7.8 k
  133.  rust-tokio+sync-devel                                   noarch  1.34.0-1.fc38  updates  9.9 k
  134.  rust-tokio-devel                                        noarch  1.34.0-1.fc38  updates  660 k
  135.  rust-toml0.5+default-devel                              noarch  0.5.11-1.fc38  updates  7.3 k
  136.  rust-trycmd+default-devel                               noarch  0.14.19-1.fc38 updates  7.3 k
  137.  rust-url+default-devel                                  noarch  2.4.1-1.fc38   updates  7.8 k
  138.  rust-wait-timeout+default-devel                         noarch  0.2.0-10.fc38  fedora   7.8 k
  139.  rust-walkdir+default-devel                              noarch  2.4.0-1.fc38   updates  7.7 k
  140.  rust-xz2+default-devel                                  noarch  0.1.7-3.fc38   fedora   7.8 k
  141.  rust-zstd+default-devel                                 noarch  0.12.4-1.fc38  updates  8.2 k
  142. Upgrading:
  143.  cpp                                                     x86_64  13.2.1-4.fc38  updates   11 M
  144.  gcc                                                     x86_64  13.2.1-4.fc38  updates   34 M
  145.  gcc-plugin-annobin                                      x86_64  13.2.1-4.fc38  updates   48 k
  146.  libgomp                                                 x86_64  13.2.1-4.fc38  updates  320 k
  147.  rust                                                    x86_64  1.74.1-1.fc38  updates   25 M
  148.  rust-std-static                                         x86_64  1.74.1-1.fc38  updates   29 M
  149. Installing dependencies:
  150.  clang                                                   x86_64  16.0.6-3.fc38  updates   77 k
  151.  clang-devel                                             x86_64  16.0.6-3.fc38  updates  3.2 M
  152.  clang-libs                                              x86_64  16.0.6-3.fc38  updates   22 M
  153.  clang-resource-filesystem                               x86_64  16.0.6-3.fc38  updates   12 k
  154.  clang-tools-extra                                       x86_64  16.0.6-3.fc38  updates   18 M
  155.  cmake-filesystem                                        x86_64  3.27.7-1.fc38  updates   19 k
  156.  gcc-c++                                                 x86_64  13.2.1-4.fc38  updates   13 M
  157.  libcurl-devel                                           x86_64  8.0.1-6.fc38   updates  986 k
  158.  libstdc++-devel                                         x86_64  13.2.1-4.fc38  updates  2.6 M
  159.  libzstd-devel                                           x86_64  1.5.5-1.fc38   updates   51 k
  160.  llvm                                                    x86_64  16.0.6-3.fc38  updates   24 M
  161.  llvm-libs                                               x86_64  16.0.6-3.fc38  updates   27 M
  162.  openssl-devel                                           x86_64  1:3.0.9-2.fc38 updates  2.6 M
  163.  rust-adler-devel                                        noarch  1.0.2-8.fc38   fedora    20 k
  164.  rust-aho-corasick+default-devel                         noarch  1.1.2-1.fc38   updates  8.6 k
  165.  rust-aho-corasick+perf-literal-devel                    noarch  1.1.2-1.fc38   updates  8.7 k
  166.  rust-aho-corasick+std-devel                             noarch  1.1.2-1.fc38   updates  8.6 k
  167.  rust-aho-corasick-devel                                 noarch  1.1.2-1.fc38   updates  158 k
  168.  rust-anstream+auto-devel                                noarch  0.6.4-1.fc38   updates  7.9 k
  169.  rust-anstream+default-devel                             noarch  0.6.4-1.fc38   updates  7.7 k
  170.  rust-anstream-devel                                     noarch  0.6.4-1.fc38   updates   33 k
  171.  rust-anstyle+default-devel                              noarch  1.0.4-1.fc38   updates  7.6 k
  172.  rust-anstyle+std-devel                                  noarch  1.0.4-1.fc38   updates  7.6 k
  173.  rust-anstyle-devel                                      noarch  1.0.4-1.fc38   updates   22 k
  174.  rust-anstyle-parse+default-devel                        noarch  0.2.2-1.fc38   updates  7.6 k
  175.  rust-anstyle-parse+utf8-devel                           noarch  0.2.2-1.fc38   updates  7.7 k
  176.  rust-anstyle-parse-devel                                noarch  0.2.2-1.fc38   updates   24 k
  177.  rust-anstyle-query+default-devel                        noarch  1.0.0-1.fc38   updates  7.2 k
  178.  rust-anstyle-query-devel                                noarch  1.0.0-1.fc38   updates   16 k
  179.  rust-anyhow+std-devel                                   noarch  1.0.75-2.fc38  updates  9.9 k
  180.  rust-anyhow-devel                                       noarch  1.0.75-2.fc38  updates   61 k
  181.  rust-async-compression+flate2-devel                     noarch  0.4.3-1.fc38   updates  8.6 k
  182.  rust-async-compression+gzip-devel                       noarch  0.4.3-1.fc38   updates  8.5 k
  183.  rust-async-compression+tokio-devel                      noarch  0.4.3-1.fc38   updates  8.6 k
  184.  rust-async-compression-devel                            noarch  0.4.3-1.fc38   updates  111 k
  185.  rust-atty+default-devel                                 noarch  0.2.14-10.fc38 fedora   7.7 k
  186.  rust-atty-devel                                         noarch  0.2.14-10.fc38 fedora    14 k
  187.  rust-autocfg+default-devel                              noarch  1.1.0-3.fc38   fedora   7.8 k
  188.  rust-autocfg-devel                                      noarch  1.1.0-3.fc38   fedora    23 k
  189.  rust-base64+alloc-devel                                 noarch  0.21.5-1.fc38  updates  8.2 k
  190.  rust-base64+default-devel                               noarch  0.21.5-1.fc38  updates  8.3 k
  191.  rust-base64+std-devel                                   noarch  0.21.5-1.fc38  updates  8.3 k
  192.  rust-base64-devel                                       noarch  0.21.5-1.fc38  updates   78 k
  193.  rust-bindgen+which-devel                                noarch  0.63.0-4.fc38  fedora   8.7 k
  194.  rust-bindgen0.63+runtime-devel                          noarch  0.63.0-1.fc38  updates  7.4 k
  195.  rust-bindgen0.63+which-rustfmt-devel                    noarch  0.63.0-1.fc38  updates  7.3 k
  196.  rust-bindgen0.63-devel                                  noarch  0.63.0-1.fc38  updates  182 k
  197.  rust-bitflags+default-devel                             noarch  2.4.1-1.fc38   updates  8.1 k
  198.  rust-bitflags+std-devel                                 noarch  2.4.1-1.fc38   updates  8.1 k
  199.  rust-bitflags-devel                                     noarch  2.4.1-1.fc38   updates   48 k
  200.  rust-bitflags1+default-devel                            noarch  1.3.2-1.fc38   updates  7.2 k
  201.  rust-bitflags1-devel                                    noarch  1.3.2-1.fc38   updates   40 k
  202.  rust-block-buffer+default-devel                         noarch  0.10.4-1.fc38  fedora   7.9 k
  203.  rust-block-buffer-devel                                 noarch  0.10.4-1.fc38  fedora    19 k
  204.  rust-bstr+alloc-devel                                   noarch  1.8.0-1.fc38   updates  8.5 k
  205.  rust-bstr+default-devel                                 noarch  1.8.0-1.fc38   updates  8.3 k
  206.  rust-bstr+std-devel                                     noarch  1.8.0-1.fc38   updates  8.5 k
  207.  rust-bstr+unicode-devel                                 noarch  1.8.0-1.fc38   updates  8.5 k
  208.  rust-bstr-devel                                         noarch  1.8.0-1.fc38   updates  289 k
  209.  rust-bytes+default-devel                                noarch  1.5.0-1.fc38   updates  8.0 k
  210.  rust-bytes+std-devel                                    noarch  1.5.0-1.fc38   updates  8.0 k
  211.  rust-bytes-devel                                        noarch  1.5.0-1.fc38   updates   68 k
  212.  rust-cc+default-devel                                   noarch  1.0.84-1.fc38  updates  8.6 k
  213.  rust-cc+parallel-devel                                  noarch  1.0.84-1.fc38  updates  8.6 k
  214.  rust-cc-devel                                           noarch  1.0.84-1.fc38  updates   80 k
  215.  rust-cexpr+default-devel                                noarch  0.6.0-6.fc38   fedora   7.9 k
  216.  rust-cexpr-devel                                        noarch  0.6.0-6.fc38   fedora    32 k
  217.  rust-cfg-if-devel                                       noarch  1.0.0-8.fc38   fedora    16 k
  218.  rust-cfg-if0.1+default-devel                            noarch  0.1.10-7.fc38  fedora   7.9 k
  219.  rust-cfg-if0.1-devel                                    noarch  0.1.10-7.fc38  fedora    16 k
  220.  rust-chrono+clock-devel                                 noarch  0.4.31-1.fc38  updates  8.6 k
  221.  rust-chrono+iana-time-zone-devel                        noarch  0.4.31-1.fc38  updates  8.8 k
  222.  rust-chrono+oldtime-devel                               noarch  0.4.31-1.fc38  updates  8.6 k
  223.  rust-chrono+std-devel                                   noarch  0.4.31-1.fc38  updates  8.5 k
  224.  rust-chrono-devel                                       noarch  0.4.31-1.fc38  updates  183 k
  225.  rust-clang-sys+clang_3_5-devel                          noarch  1.6.1-1.fc38   updates  8.5 k
  226.  rust-clang-sys+clang_3_6-devel                          noarch  1.6.1-1.fc38   updates  8.5 k
  227.  rust-clang-sys+clang_3_7-devel                          noarch  1.6.1-1.fc38   updates  8.5 k
  228.  rust-clang-sys+clang_3_8-devel                          noarch  1.6.1-1.fc38   updates  8.5 k
  229.  rust-clang-sys+clang_3_9-devel                          noarch  1.6.1-1.fc38   updates  8.5 k
  230.  rust-clang-sys+clang_4_0-devel                          noarch  1.6.1-1.fc38   updates  8.5 k
  231.  rust-clang-sys+clang_5_0-devel                          noarch  1.6.1-1.fc38   updates  8.5 k
  232.  rust-clang-sys+clang_6_0-devel                          noarch  1.6.1-1.fc38   updates  8.5 k
  233.  rust-clang-sys+default-devel                            noarch  1.6.1-1.fc38   updates  8.4 k
  234.  rust-clang-sys+libloading-devel                         noarch  1.6.1-1.fc38   updates  8.6 k
  235.  rust-clang-sys+runtime-devel                            noarch  1.6.1-1.fc38   updates  8.5 k
  236.  rust-clang-sys-devel                                    noarch  1.6.1-1.fc38   updates   47 k
  237.  rust-clap3+atty-devel                                   noarch  3.2.25-1.fc38  updates  7.6 k
  238.  rust-clap3+color-devel                                  noarch  3.2.25-1.fc38  updates  7.6 k
  239.  rust-clap3+std-devel                                    noarch  3.2.25-1.fc38  updates  7.6 k
  240.  rust-clap3+strsim-devel                                 noarch  3.2.25-1.fc38  updates  7.6 k
  241.  rust-clap3+suggestions-devel                            noarch  3.2.25-1.fc38  updates  7.5 k
  242.  rust-clap3+termcolor-devel                              noarch  3.2.25-1.fc38  updates  7.7 k
  243.  rust-clap3+terminal_size-devel                          noarch  3.2.25-1.fc38  updates  7.7 k
  244.  rust-clap3-devel                                        noarch  3.2.25-1.fc38  updates  220 k
  245.  rust-clap_complete3-devel                               noarch  3.2.5-1.fc38   fedora    38 k
  246.  rust-clap_lex0.2+default-devel                          noarch  0.2.4-2.fc38   fedora   7.3 k
  247.  rust-clap_lex0.2-devel                                  noarch  0.2.4-2.fc38   fedora    17 k
  248.  rust-colorchoice+default-devel                          noarch  1.0.0-1.fc38   updates  7.2 k
  249.  rust-colorchoice-devel                                  noarch  1.0.0-1.fc38   updates   14 k
  250.  rust-content_inspector+default-devel                    noarch  0.2.4-13.fc38  fedora   7.8 k
  251.  rust-content_inspector-devel                            noarch  0.2.4-13.fc38  fedora    26 k
  252.  rust-cpufeatures+default-devel                          noarch  0.2.11-1.fc38  updates  8.6 k
  253.  rust-cpufeatures-devel                                  noarch  0.2.11-1.fc38  updates   22 k
  254.  rust-crc32fast+default-devel                            noarch  1.3.2-3.fc38   fedora   8.2 k
  255.  rust-crc32fast+std-devel                                noarch  1.3.2-3.fc38   fedora   8.1 k
  256.  rust-crc32fast-devel                                    noarch  1.3.2-3.fc38   fedora    46 k
  257.  rust-crossbeam-deque+default-devel                      noarch  0.8.3-1.fc38   fedora   7.9 k
  258.  rust-crossbeam-deque+std-devel                          noarch  0.8.3-1.fc38   fedora   8.1 k
  259.  rust-crossbeam-deque-devel                              noarch  0.8.3-1.fc38   fedora    29 k
  260.  rust-crossbeam-epoch+alloc-devel                        noarch  0.9.15-3.fc38  updates  8.6 k
  261.  rust-crossbeam-epoch+std-devel                          noarch  0.9.15-3.fc38  updates  8.8 k
  262.  rust-crossbeam-epoch-devel                              noarch  0.9.15-3.fc38  updates   56 k
  263.  rust-crossbeam-utils+default-devel                      noarch  0.8.16-1.fc38  updates  8.6 k
  264.  rust-crossbeam-utils+std-devel                          noarch  0.8.16-1.fc38  updates  8.5 k
  265.  rust-crossbeam-utils-devel                              noarch  0.8.16-1.fc38  updates   56 k
  266.  rust-crypto-common+default-devel                        noarch  0.1.6-1.fc38   fedora   7.5 k
  267.  rust-crypto-common+std-devel                            noarch  0.1.6-1.fc38   fedora   7.5 k
  268.  rust-crypto-common-devel                                noarch  0.1.6-1.fc38   fedora    17 k
  269.  rust-curl+openssl-probe-devel                           noarch  0.4.44-3.fc38  fedora   8.3 k
  270.  rust-curl+openssl-sys-devel                             noarch  0.4.44-3.fc38  fedora   8.3 k
  271.  rust-curl+ssl-devel                                     noarch  0.4.44-3.fc38  fedora   8.3 k
  272.  rust-curl-devel                                         noarch  0.4.44-3.fc38  fedora    84 k
  273.  rust-curl-sys+openssl-sys-devel                         noarch  0.4.68-1.fc38  updates  9.0 k
  274.  rust-curl-sys+ssl-devel                                 noarch  0.4.68-1.fc38  updates  8.8 k
  275.  rust-curl-sys-devel                                     noarch  0.4.68-1.fc38  updates   21 k
  276.  rust-cvt+default-devel                                  noarch  0.1.2-1.fc38   updates  7.1 k
  277.  rust-cvt-devel                                          noarch  0.1.2-1.fc38   updates   14 k
  278.  rust-digest+alloc-devel                                 noarch  0.10.7-1.fc38  updates  8.0 k
  279.  rust-digest+block-buffer-devel                          noarch  0.10.7-1.fc38  updates  8.2 k
  280.  rust-digest+core-api-devel                              noarch  0.10.7-1.fc38  updates  8.1 k
  281.  rust-digest+default-devel                               noarch  0.10.7-1.fc38  updates  8.1 k
  282.  rust-digest+std-devel                                   noarch  0.10.7-1.fc38  updates  8.2 k
  283.  rust-digest-devel                                       noarch  0.10.7-1.fc38  updates   33 k
  284.  rust-dirs-next+default-devel                            noarch  2.0.0-6.fc38   fedora   8.1 k
  285.  rust-dirs-next-devel                                    noarch  2.0.0-6.fc38   fedora    21 k
  286.  rust-dirs-sys-next+default-devel                        noarch  0.1.2-6.fc38   fedora   7.8 k
  287.  rust-dirs-sys-next-devel                                noarch  0.1.2-6.fc38   fedora    20 k
  288.  rust-dunce+default-devel                                noarch  1.0.4-1.fc38   updates  7.9 k
  289.  rust-dunce-devel                                        noarch  1.0.4-1.fc38   updates   15 k
  290.  rust-effective-limits-devel                             noarch  0.5.5-1.fc38   updates   17 k
  291.  rust-either+default-devel                               noarch  1.9.0-1.fc38   updates  8.0 k
  292.  rust-either+use_std-devel                               noarch  1.9.0-1.fc38   updates  8.0 k
  293.  rust-either-devel                                       noarch  1.9.0-1.fc38   updates   24 k
  294.  rust-encoding_rs+alloc-devel                            noarch  0.8.33-1.fc38  updates  8.2 k
  295.  rust-encoding_rs+default-devel                          noarch  0.8.33-1.fc38  updates  8.2 k
  296.  rust-encoding_rs-devel                                  noarch  0.8.33-1.fc38  updates  596 k
  297.  rust-enum-map-derive+default-devel                      noarch  0.14.0-1.fc38  updates  8.2 k
  298.  rust-enum-map-derive-devel                              noarch  0.14.0-1.fc38  updates   20 k
  299.  rust-enum-map-devel                                     noarch  2.6.3-1.fc38   updates   30 k
  300.  rust-env_proxy-devel                                    noarch  0.4.1-4.fc38   fedora    19 k
  301.  rust-equivalent-devel                                   noarch  1.0.1-1.fc38   updates   14 k
  302.  rust-errno+std-devel                                    noarch  0.3.8-1.fc38   updates  8.5 k
  303.  rust-errno-devel                                        noarch  0.3.8-1.fc38   updates   19 k
  304.  rust-fastrand+alloc-devel                               noarch  2.0.1-1.fc38   updates  8.1 k
  305.  rust-fastrand+default-devel                             noarch  2.0.1-1.fc38   updates  8.2 k
  306.  rust-fastrand+std-devel                                 noarch  2.0.1-1.fc38   updates  8.2 k
  307.  rust-fastrand-devel                                     noarch  2.0.1-1.fc38   updates   23 k
  308.  rust-filetime+default-devel                             noarch  0.2.22-1.fc38  updates  8.2 k
  309.  rust-filetime-devel                                     noarch  0.2.22-1.fc38  updates   23 k
  310.  rust-flate2+any_impl-devel                              noarch  1.0.28-1.fc38  updates  8.2 k
  311.  rust-flate2+miniz_oxide-devel                           noarch  1.0.28-1.fc38  updates  8.5 k
  312.  rust-flate2+rust_backend-devel                          noarch  1.0.28-1.fc38  updates  8.3 k
  313.  rust-flate2-devel                                       noarch  1.0.28-1.fc38  updates   85 k
  314.  rust-fnv+default-devel                                  noarch  1.0.7-8.fc38   fedora   7.7 k
  315.  rust-fnv+std-devel                                      noarch  1.0.7-8.fc38   fedora   7.6 k
  316.  rust-fnv-devel                                          noarch  1.0.7-8.fc38   fedora    19 k
  317.  rust-foreign-types-shared0.1+default-devel              noarch  0.1.1-6.fc38   fedora   7.8 k
  318.  rust-foreign-types-shared0.1-devel                      noarch  0.1.1-6.fc38   fedora    14 k
  319.  rust-foreign-types0.3+default-devel                     noarch  0.3.2-6.fc38   fedora   7.8 k
  320.  rust-foreign-types0.3-devel                             noarch  0.3.2-6.fc38   fedora    17 k
  321.  rust-form_urlencoded+alloc-devel                        noarch  1.2.0-1.fc38   updates  8.1 k
  322.  rust-form_urlencoded+default-devel                      noarch  1.2.0-1.fc38   updates  8.0 k
  323.  rust-form_urlencoded+std-devel                          noarch  1.2.0-1.fc38   updates  8.1 k
  324.  rust-form_urlencoded-devel                              noarch  1.2.0-1.fc38   updates   17 k
  325.  rust-fs_at+default-devel                                noarch  0.1.10-2.fc38  updates  7.2 k
  326.  rust-fs_at-devel                                        noarch  0.1.10-2.fc38  updates   41 k
  327.  rust-futures-channel+alloc-devel                        noarch  0.3.28-1.fc38  updates  9.1 k
  328.  rust-futures-channel+default-devel                      noarch  0.3.28-1.fc38  updates  9.0 k
  329.  rust-futures-channel+std-devel                          noarch  0.3.28-1.fc38  updates  9.1 k
  330.  rust-futures-channel-devel                              noarch  0.3.28-1.fc38  updates   44 k
  331.  rust-futures-core+alloc-devel                           noarch  0.3.28-1.fc38  updates  8.9 k
  332.  rust-futures-core+default-devel                         noarch  0.3.28-1.fc38  updates  8.9 k
  333.  rust-futures-core+std-devel                             noarch  0.3.28-1.fc38  updates  8.9 k
  334.  rust-futures-core-devel                                 noarch  0.3.28-1.fc38  updates   24 k
  335.  rust-futures-io+std-devel                               noarch  0.3.28-1.fc38  updates  8.9 k
  336.  rust-futures-io-devel                                   noarch  0.3.28-1.fc38  updates   18 k
  337.  rust-futures-sink+alloc-devel                           noarch  0.3.28-1.fc38  updates  8.9 k
  338.  rust-futures-sink+default-devel                         noarch  0.3.28-1.fc38  updates  8.9 k
  339.  rust-futures-sink+std-devel                             noarch  0.3.28-1.fc38  updates  8.9 k
  340.  rust-futures-sink-devel                                 noarch  0.3.28-1.fc38  updates   17 k
  341.  rust-futures-task+alloc-devel                           noarch  0.3.28-1.fc38  updates  8.8 k
  342.  rust-futures-task+std-devel                             noarch  0.3.28-1.fc38  updates  8.9 k
  343.  rust-futures-task-devel                                 noarch  0.3.28-1.fc38  updates   22 k
  344.  rust-futures-util+alloc-devel                           noarch  0.3.28-1.fc38  updates  9.2 k
  345.  rust-futures-util+futures-io-devel                      noarch  0.3.28-1.fc38  updates  9.2 k
  346.  rust-futures-util+io-devel                              noarch  0.3.28-1.fc38  updates  9.0 k
  347.  rust-futures-util+memchr-devel                          noarch  0.3.28-1.fc38  updates  9.1 k
  348.  rust-futures-util+slab-devel                            noarch  0.3.28-1.fc38  updates  9.1 k
  349.  rust-futures-util+std-devel                             noarch  0.3.28-1.fc38  updates  9.2 k
  350.  rust-futures-util-devel                                 noarch  0.3.28-1.fc38  updates  181 k
  351.  rust-generic-array+default-devel                        noarch  0.14.7-1.fc38  updates  8.1 k
  352.  rust-generic-array+more_lengths-devel                   noarch  0.14.7-1.fc38  updates  8.1 k
  353.  rust-generic-array-devel                                noarch  0.14.7-1.fc38  updates   24 k
  354.  rust-getrandom+default-devel                            noarch  0.2.11-1.fc38  updates  8.4 k
  355.  rust-getrandom+std-devel                                noarch  0.2.11-1.fc38  updates  8.4 k
  356.  rust-getrandom-devel                                    noarch  0.2.11-1.fc38  updates   52 k
  357.  rust-glob+default-devel                                 noarch  0.3.1-1.fc38   fedora   7.8 k
  358.  rust-glob-devel                                         noarch  0.3.1-1.fc38   fedora    26 k
  359.  rust-h2+default-devel                                   noarch  0.3.21-1.fc38  updates  9.1 k
  360.  rust-h2-devel                                           noarch  0.3.21-1.fc38  updates  148 k
  361.  rust-hashbrown+raw-devel                                noarch  0.14.3-1.fc38  updates  8.4 k
  362.  rust-hashbrown-devel                                    noarch  0.14.3-1.fc38  updates  124 k
  363.  rust-hashbrown0.12+raw-devel                            noarch  0.12.3-1.fc38  fedora   7.2 k
  364.  rust-hashbrown0.12-devel                                noarch  0.12.3-1.fc38  fedora    96 k
  365.  rust-home-devel                                         noarch  0.5.5-1.fc38   updates   17 k
  366.  rust-http+default-devel                                 noarch  0.2.10-1.fc38  updates  8.3 k
  367.  rust-http-body+default-devel                            noarch  0.4.5-3.fc38   fedora   8.3 k
  368.  rust-http-body-devel                                    noarch  0.4.5-3.fc38   fedora    19 k
  369.  rust-http-devel                                         noarch  0.2.10-1.fc38  updates  100 k
  370.  rust-httparse+default-devel                             noarch  1.8.0-2.fc38   fedora   8.6 k
  371.  rust-httparse+std-devel                                 noarch  1.8.0-2.fc38   fedora   8.5 k
  372.  rust-httparse-devel                                     noarch  1.8.0-2.fc38   fedora    37 k
  373.  rust-httpdate+default-devel                             noarch  1.0.3-1.fc38   updates  7.8 k
  374.  rust-httpdate-devel                                     noarch  1.0.3-1.fc38   updates   19 k
  375.  rust-humantime+default-devel                            noarch  2.1.0-7.fc38   fedora   7.8 k
  376.  rust-humantime-devel                                    noarch  2.1.0-7.fc38   fedora    25 k
  377.  rust-humantime-serde+default-devel                      noarch  1.1.1-2.fc38   fedora   7.8 k
  378.  rust-humantime-serde-devel                              noarch  1.1.1-2.fc38   fedora    16 k
  379.  rust-hyper+client-devel                                 noarch  0.14.27-1.fc38 updates  9.2 k
  380.  rust-hyper+h2-devel                                     noarch  0.14.27-1.fc38 updates  9.3 k
  381.  rust-hyper+http1-devel                                  noarch  0.14.27-1.fc38 updates  9.2 k
  382.  rust-hyper+http2-devel                                  noarch  0.14.27-1.fc38 updates  9.2 k
  383.  rust-hyper+runtime-devel                                noarch  0.14.27-1.fc38 updates  9.4 k
  384.  rust-hyper+socket2-devel                                noarch  0.14.27-1.fc38 updates  9.4 k
  385.  rust-hyper-rustls-devel                                 noarch  0.24.2-1.fc38  updates   38 k
  386.  rust-hyper-tls+default-devel                            noarch  0.5.0-5.fc38   fedora   7.8 k
  387.  rust-hyper-tls-devel                                    noarch  0.5.0-5.fc38   fedora    18 k
  388.  rust-iana-time-zone+default-devel                       noarch  0.1.58-1.fc38  updates  8.3 k
  389.  rust-iana-time-zone+fallback-devel                      noarch  0.1.58-1.fc38  updates  8.3 k
  390.  rust-iana-time-zone-devel                               noarch  0.1.58-1.fc38  updates   35 k
  391.  rust-idna+alloc-devel                                   noarch  0.4.0-1.fc38   updates  7.8 k
  392.  rust-idna+default-devel                                 noarch  0.4.0-1.fc38   updates  7.8 k
  393.  rust-idna+std-devel                                     noarch  0.4.0-1.fc38   updates  8.1 k
  394.  rust-idna-devel                                         noarch  0.4.0-1.fc38   updates  225 k
  395.  rust-indexmap+default-devel                             noarch  2.1.0-1.fc38   updates  8.6 k
  396.  rust-indexmap+std-devel                                 noarch  2.1.0-1.fc38   updates  8.5 k
  397.  rust-indexmap-devel                                     noarch  2.1.0-1.fc38   updates   71 k
  398.  rust-indexmap1+default-devel                            noarch  1.9.3-1.fc38   updates  7.2 k
  399.  rust-indexmap1+std-devel                                noarch  1.9.3-1.fc38   updates  7.2 k
  400.  rust-indexmap1-devel                                    noarch  1.9.3-1.fc38   updates   61 k
  401.  rust-io-lifetimes1+close-devel                          noarch  1.0.11-1.fc38  updates  7.3 k
  402.  rust-io-lifetimes1+libc-devel                           noarch  1.0.11-1.fc38  updates  7.4 k
  403.  rust-io-lifetimes1-devel                                noarch  1.0.11-1.fc38  updates   42 k
  404.  rust-ipnet+default-devel                                noarch  2.9.0-1.fc38   updates  8.9 k
  405.  rust-ipnet+std-devel                                    noarch  2.9.0-1.fc38   updates  8.8 k
  406.  rust-ipnet-devel                                        noarch  2.9.0-1.fc38   updates   34 k
  407.  rust-itoa+default-devel                                 noarch  1.0.9-1.fc38   updates  8.4 k
  408.  rust-itoa-devel                                         noarch  1.0.9-1.fc38   updates   19 k
  409.  rust-lazy_static-devel                                  noarch  1.4.0-10.fc38  fedora    20 k
  410.  rust-lazycell+default-devel                             noarch  1.3.0-7.fc38   fedora   7.7 k
  411.  rust-lazycell-devel                                     noarch  1.3.0-7.fc38   fedora    21 k
  412.  rust-libc+extra_traits-devel                            noarch  0.2.151-1.fc38 updates   10 k
  413.  rust-libc+std-devel                                     noarch  0.2.151-1.fc38 updates   10 k
  414.  rust-libc-devel                                         noarch  0.2.151-1.fc38 updates  426 k
  415.  rust-libloading0.7+default-devel                        noarch  0.7.4-1.fc38   updates  7.2 k
  416.  rust-libloading0.7-devel                                noarch  0.7.4-1.fc38   updates   39 k
  417.  rust-linux-raw-sys+elf-devel                            noarch  0.4.12-1.fc38  updates  8.8 k
  418.  rust-linux-raw-sys+errno-devel                          noarch  0.4.12-1.fc38  updates  8.8 k
  419.  rust-linux-raw-sys+general-devel                        noarch  0.4.12-1.fc38  updates  8.8 k
  420.  rust-linux-raw-sys+ioctl-devel                          noarch  0.4.12-1.fc38  updates  8.8 k
  421.  rust-linux-raw-sys+no_std-devel                         noarch  0.4.12-1.fc38  updates  8.8 k
  422.  rust-linux-raw-sys+std-devel                            noarch  0.4.12-1.fc38  updates  8.8 k
  423.  rust-linux-raw-sys-devel                                noarch  0.4.12-1.fc38  updates  188 k
  424.  rust-linux-raw-sys0.3+errno-devel                       noarch  0.3.8-1.fc38   updates  7.2 k
  425.  rust-linux-raw-sys0.3+general-devel                     noarch  0.3.8-1.fc38   updates  7.2 k
  426.  rust-linux-raw-sys0.3+ioctl-devel                       noarch  0.3.8-1.fc38   updates  7.2 k
  427.  rust-linux-raw-sys0.3+no_std-devel                      noarch  0.3.8-1.fc38   updates  7.2 k
  428.  rust-linux-raw-sys0.3-devel                             noarch  0.3.8-1.fc38   updates  135 k
  429.  rust-log+default-devel                                  noarch  0.4.20-1.fc38  updates  7.9 k
  430.  rust-log-devel                                          noarch  0.4.20-1.fc38  updates   42 k
  431.  rust-lzma-sys+default-devel                             noarch  0.1.20-2.fc38  fedora   8.0 k
  432.  rust-lzma-sys-devel                                     noarch  0.1.20-2.fc38  fedora    16 k
  433.  rust-memchr+alloc-devel                                 noarch  2.7.1-1.fc38   updates  8.3 k
  434.  rust-memchr+default-devel                               noarch  2.7.1-1.fc38   updates  8.3 k
  435.  rust-memchr+std-devel                                   noarch  2.7.1-1.fc38   updates  8.3 k
  436.  rust-memchr-devel                                       noarch  2.7.1-1.fc38   updates   92 k
  437.  rust-memoffset+default-devel                            noarch  0.9.0-1.fc38   updates  7.9 k
  438.  rust-memoffset-devel                                    noarch  0.9.0-1.fc38   updates   17 k
  439.  rust-mime+default-devel                                 noarch  0.3.17-1.fc38  fedora   7.6 k
  440.  rust-mime-devel                                         noarch  0.3.17-1.fc38  fedora    23 k
  441.  rust-minimal-lexical+std-devel                          noarch  0.2.1-4.fc38   fedora   7.6 k
  442.  rust-minimal-lexical-devel                              noarch  0.2.1-4.fc38   fedora   102 k
  443.  rust-miniz_oxide+with-alloc-devel                       noarch  0.7.1-3.fc38   updates  8.1 k
  444.  rust-miniz_oxide-devel                                  noarch  0.7.1-3.fc38   updates   57 k
  445.  rust-mio+net-devel                                      noarch  0.8.9-1.fc38   updates  8.5 k
  446.  rust-mio+os-ext-devel                                   noarch  0.8.9-1.fc38   updates  8.6 k
  447.  rust-mio+os-poll-devel                                  noarch  0.8.9-1.fc38   updates  8.6 k
  448.  rust-mio-devel                                          noarch  0.8.9-1.fc38   updates  108 k
  449.  rust-native-tls+default-devel                           noarch  0.2.11-2.fc38  fedora   8.1 k
  450.  rust-native-tls-devel                                   noarch  0.2.11-2.fc38  fedora    32 k
  451.  rust-nix0.26+dir-devel                                  noarch  0.26.4-1.fc38  updates  7.1 k
  452.  rust-nix0.26+fs-devel                                   noarch  0.26.4-1.fc38  updates  7.1 k
  453.  rust-nix0.26-devel                                      noarch  0.26.4-1.fc38  updates  256 k
  454.  rust-nom+alloc-devel                                    noarch  7.1.3-1.fc38   fedora   8.3 k
  455.  rust-nom+std-devel                                      noarch  7.1.3-1.fc38   fedora   8.5 k
  456.  rust-nom-devel                                          noarch  7.1.3-1.fc38   fedora   113 k
  457.  rust-normalize-line-endings+default-devel               noarch  0.3.0-9.fc38   fedora   7.9 k
  458.  rust-normalize-line-endings-devel                       noarch  0.3.0-9.fc38   fedora    15 k
  459.  rust-normpath+default-devel                             noarch  1.1.1-1.fc38   updates  7.3 k
  460.  rust-normpath-devel                                     noarch  1.1.1-1.fc38   updates   27 k
  461.  rust-num-traits-devel                                   noarch  0.2.17-1.fc38  updates   58 k
  462.  rust-num_cpus-devel                                     noarch  1.16.0-1.fc38  updates   33 k
  463.  rust-once_cell+alloc-devel                              noarch  1.19.0-1.fc38  updates  9.0 k
  464.  rust-once_cell+race-devel                               noarch  1.19.0-1.fc38  updates  8.9 k
  465.  rust-once_cell+std-devel                                noarch  1.19.0-1.fc38  updates  8.9 k
  466.  rust-once_cell-devel                                    noarch  1.19.0-1.fc38  updates   44 k
  467.  rust-opener0.5-devel                                    noarch  0.5.2-1.fc38   updates   24 k
  468.  rust-openssl+default-devel                              noarch  0.10.60-1.fc38 updates  8.7 k
  469.  rust-openssl-devel                                      noarch  0.10.60-1.fc38 updates  241 k
  470.  rust-openssl-macros+default-devel                       noarch  0.1.1-1.fc38   updates  7.5 k
  471.  rust-openssl-macros-devel                               noarch  0.1.1-1.fc38   updates   14 k
  472.  rust-openssl-probe+default-devel                        noarch  0.1.5-3.fc38   fedora   7.9 k
  473.  rust-openssl-probe-devel                                noarch  0.1.5-3.fc38   fedora    16 k
  474.  rust-openssl-sys+default-devel                          noarch  0.9.96-1.fc38  updates  8.9 k
  475.  rust-openssl-sys-devel                                  noarch  0.9.96-1.fc38  updates   88 k
  476.  rust-os_pipe+default-devel                              noarch  1.1.4-1.fc38   updates  8.1 k
  477.  rust-os_pipe-devel                                      noarch  1.1.4-1.fc38   updates   19 k
  478.  rust-os_str_bytes+raw_os_str-devel                      noarch  6.6.1-1.fc38   updates  8.7 k
  479.  rust-os_str_bytes-devel                                 noarch  6.6.1-1.fc38   updates   40 k
  480.  rust-peeking_take_while+default-devel                   noarch  0.1.2-14.fc38  fedora   7.9 k
  481.  rust-peeking_take_while-devel                           noarch  0.1.2-14.fc38  fedora    16 k
  482.  rust-percent-encoding+alloc-devel                       noarch  2.3.0-1.fc38   updates  7.8 k
  483.  rust-percent-encoding+default-devel                     noarch  2.3.0-1.fc38   updates  7.9 k
  484.  rust-percent-encoding+std-devel                         noarch  2.3.0-1.fc38   updates  7.8 k
  485.  rust-percent-encoding-devel                             noarch  2.3.0-1.fc38   updates   18 k
  486.  rust-pin-project-lite+default-devel                     noarch  0.2.13-1.fc38  updates  8.2 k
  487.  rust-pin-project-lite-devel                             noarch  0.2.13-1.fc38  updates   57 k
  488.  rust-pin-utils+default-devel                            noarch  0.1.0-7.fc38   fedora   7.7 k
  489.  rust-pin-utils-devel                                    noarch  0.1.0-7.fc38   fedora    17 k
  490.  rust-pkg-config+default-devel                           noarch  0.3.28-1.fc38  updates  8.2 k
  491.  rust-pkg-config-devel                                   noarch  0.3.28-1.fc38  updates   28 k
  492.  rust-ppv-lite86+simd-devel                              noarch  0.2.17-2.fc38  fedora   8.0 k
  493.  rust-ppv-lite86+std-devel                               noarch  0.2.17-2.fc38  fedora   8.0 k
  494.  rust-ppv-lite86-devel                                   noarch  0.2.17-2.fc38  fedora    28 k
  495.  rust-proc-macro2+default-devel                          noarch  1.0.71-1.fc38  updates   10 k
  496.  rust-proc-macro2+proc-macro-devel                       noarch  1.0.71-1.fc38  updates   10 k
  497.  rust-proc-macro2-devel                                  noarch  1.0.71-1.fc38  updates   54 k
  498.  rust-quote+default-devel                                noarch  1.0.33-1.fc38  updates  9.2 k
  499.  rust-quote+proc-macro-devel                             noarch  1.0.33-1.fc38  updates  9.3 k
  500.  rust-quote-devel                                        noarch  1.0.33-1.fc38  updates   43 k
  501.  rust-rand+alloc-devel                                   noarch  0.8.5-3.fc38   fedora   8.1 k
  502.  rust-rand+getrandom-devel                               noarch  0.8.5-3.fc38   fedora   8.2 k
  503.  rust-rand+libc-devel                                    noarch  0.8.5-3.fc38   fedora   8.1 k
  504.  rust-rand+rand_chacha-devel                             noarch  0.8.5-3.fc38   fedora   8.2 k
  505.  rust-rand+std-devel                                     noarch  0.8.5-3.fc38   fedora   8.3 k
  506.  rust-rand+std_rng-devel                                 noarch  0.8.5-3.fc38   fedora   8.0 k
  507.  rust-rand-devel                                         noarch  0.8.5-3.fc38   fedora    92 k
  508.  rust-rand_chacha+std-devel                              noarch  0.3.1-4.fc38   fedora   7.9 k
  509.  rust-rand_chacha-devel                                  noarch  0.3.1-4.fc38   fedora    24 k
  510.  rust-rand_core+alloc-devel                              noarch  0.6.4-2.fc38   fedora   8.1 k
  511.  rust-rand_core+default-devel                            noarch  0.6.4-2.fc38   fedora   8.1 k
  512.  rust-rand_core+getrandom-devel                          noarch  0.6.4-2.fc38   fedora   8.2 k
  513.  rust-rand_core+std-devel                                noarch  0.6.4-2.fc38   fedora   8.3 k
  514.  rust-rand_core-devel                                    noarch  0.6.4-2.fc38   fedora    30 k
  515.  rust-rayon+default-devel                                noarch  1.8.0-1.fc38   updates  7.9 k
  516.  rust-rayon-core+default-devel                           noarch  1.12.0-1.fc38  updates  8.1 k
  517.  rust-rayon-core-devel                                   noarch  1.12.0-1.fc38  updates   79 k
  518.  rust-rayon-devel                                        noarch  1.8.0-1.fc38   updates  178 k
  519.  rust-regex+perf-backtrack-devel                         noarch  1.10.2-1.fc38  updates  9.2 k
  520.  rust-regex+perf-cache-devel                             noarch  1.10.2-1.fc38  updates  9.0 k
  521.  rust-regex+perf-devel                                   noarch  1.10.2-1.fc38  updates  9.3 k
  522.  rust-regex+perf-dfa-devel                               noarch  1.10.2-1.fc38  updates  9.2 k
  523.  rust-regex+perf-inline-devel                            noarch  1.10.2-1.fc38  updates  9.2 k
  524.  rust-regex+perf-literal-devel                           noarch  1.10.2-1.fc38  updates  9.4 k
  525.  rust-regex+perf-onepass-devel                           noarch  1.10.2-1.fc38  updates  9.2 k
  526.  rust-regex+std-devel                                    noarch  1.10.2-1.fc38  updates  9.4 k
  527.  rust-regex+unicode-age-devel                            noarch  1.10.2-1.fc38  updates  9.3 k
  528.  rust-regex+unicode-bool-devel                           noarch  1.10.2-1.fc38  updates  9.3 k
  529.  rust-regex+unicode-case-devel                           noarch  1.10.2-1.fc38  updates  9.3 k
  530.  rust-regex+unicode-devel                                noarch  1.10.2-1.fc38  updates  9.6 k
  531.  rust-regex+unicode-gencat-devel                         noarch  1.10.2-1.fc38  updates  9.3 k
  532.  rust-regex+unicode-perl-devel                           noarch  1.10.2-1.fc38  updates  9.4 k
  533.  rust-regex+unicode-script-devel                         noarch  1.10.2-1.fc38  updates  9.3 k
  534.  rust-regex+unicode-segment-devel                        noarch  1.10.2-1.fc38  updates  9.3 k
  535.  rust-regex-automata+alloc-devel                         noarch  0.4.3-1.fc38   updates  8.7 k
  536.  rust-regex-automata+dfa-onepass-devel                   noarch  0.4.3-1.fc38   updates  8.8 k
  537.  rust-regex-automata+dfa-search-devel                    noarch  0.4.3-1.fc38   updates  8.8 k
  538.  rust-regex-automata+hybrid-devel                        noarch  0.4.3-1.fc38   updates  8.8 k
  539.  rust-regex-automata+meta-devel                          noarch  0.4.3-1.fc38   updates  8.8 k
  540.  rust-regex-automata+nfa-backtrack-devel                 noarch  0.4.3-1.fc38   updates  8.8 k
  541.  rust-regex-automata+nfa-pikevm-devel                    noarch  0.4.3-1.fc38   updates  8.8 k
  542.  rust-regex-automata+nfa-thompson-devel                  noarch  0.4.3-1.fc38   updates  8.8 k
  543.  rust-regex-automata+perf-inline-devel                   noarch  0.4.3-1.fc38   updates  8.8 k
  544.  rust-regex-automata+perf-literal-devel                  noarch  0.4.3-1.fc38   updates  8.9 k
  545.  rust-regex-automata+perf-literal-multisubstring-devel   noarch  0.4.3-1.fc38   updates  9.0 k
  546.  rust-regex-automata+perf-literal-substring-devel        noarch  0.4.3-1.fc38   updates  9.0 k
  547.  rust-regex-automata+std-devel                           noarch  0.4.3-1.fc38   updates  9.1 k
  548.  rust-regex-automata+syntax-devel                        noarch  0.4.3-1.fc38   updates  8.9 k
  549.  rust-regex-automata+unicode-age-devel                   noarch  0.4.3-1.fc38   updates  8.9 k
  550.  rust-regex-automata+unicode-bool-devel                  noarch  0.4.3-1.fc38   updates  8.9 k
  551.  rust-regex-automata+unicode-case-devel                  noarch  0.4.3-1.fc38   updates  8.9 k
  552.  rust-regex-automata+unicode-devel                       noarch  0.4.3-1.fc38   updates  9.3 k
  553.  rust-regex-automata+unicode-gencat-devel                noarch  0.4.3-1.fc38   updates  8.9 k
  554.  rust-regex-automata+unicode-perl-devel                  noarch  0.4.3-1.fc38   updates  8.9 k
  555.  rust-regex-automata+unicode-script-devel                noarch  0.4.3-1.fc38   updates  8.9 k
  556.  rust-regex-automata+unicode-segment-devel               noarch  0.4.3-1.fc38   updates  8.9 k
  557.  rust-regex-automata+unicode-word-boundary-devel         noarch  0.4.3-1.fc38   updates  8.8 k
  558.  rust-regex-automata-devel                               noarch  0.4.3-1.fc38   updates  451 k
  559.  rust-regex-devel                                        noarch  1.10.2-1.fc38  updates  246 k
  560.  rust-regex-syntax+default-devel                         noarch  0.8.2-1.fc38   updates  8.5 k
  561.  rust-regex-syntax+std-devel                             noarch  0.8.2-1.fc38   updates  8.4 k
  562.  rust-regex-syntax+unicode-age-devel                     noarch  0.8.2-1.fc38   updates  8.4 k
  563.  rust-regex-syntax+unicode-bool-devel                    noarch  0.8.2-1.fc38   updates  8.4 k
  564.  rust-regex-syntax+unicode-case-devel                    noarch  0.8.2-1.fc38   updates  8.4 k
  565.  rust-regex-syntax+unicode-devel                         noarch  0.8.2-1.fc38   updates  8.7 k
  566.  rust-regex-syntax+unicode-gencat-devel                  noarch  0.8.2-1.fc38   updates  8.4 k
  567.  rust-regex-syntax+unicode-perl-devel                    noarch  0.8.2-1.fc38   updates  8.4 k
  568.  rust-regex-syntax+unicode-script-devel                  noarch  0.8.2-1.fc38   updates  8.4 k
  569.  rust-regex-syntax+unicode-segment-devel                 noarch  0.8.2-1.fc38   updates  8.4 k
  570.  rust-regex-syntax-devel                                 noarch  0.8.2-1.fc38   updates  214 k
  571.  rust-remove_dir_all-devel                               noarch  0.8.2-1.fc38   updates   23 k
  572.  rust-reqwest+__rustls-devel                             noarch  0.11.22-3.fc38 updates  9.3 k
  573.  rust-reqwest+__tls-devel                                noarch  0.11.22-3.fc38 updates  9.1 k
  574.  rust-reqwest+async-compression-devel                    noarch  0.11.22-3.fc38 updates  9.3 k
  575.  rust-reqwest+hyper-rustls-devel                         noarch  0.11.22-3.fc38 updates  9.2 k
  576.  rust-reqwest+hyper-tls-devel                            noarch  0.11.22-3.fc38 updates  9.2 k
  577.  rust-reqwest+native-tls-crate-devel                     noarch  0.11.22-3.fc38 updates  9.2 k
  578.  rust-reqwest+rustls-devel                               noarch  0.11.22-3.fc38 updates  9.3 k
  579.  rust-reqwest+rustls-native-certs-devel                  noarch  0.11.22-3.fc38 updates  9.3 k
  580.  rust-reqwest+rustls-pemfile-devel                       noarch  0.11.22-3.fc38 updates  9.2 k
  581.  rust-reqwest+tokio-native-tls-devel                     noarch  0.11.22-3.fc38 updates  9.3 k
  582.  rust-reqwest+tokio-rustls-devel                         noarch  0.11.22-3.fc38 updates  9.2 k
  583.  rust-reqwest+tokio-socks-devel                          noarch  0.11.22-3.fc38 updates  9.2 k
  584.  rust-reqwest+tokio-util-devel                           noarch  0.11.22-3.fc38 updates  9.4 k
  585.  rust-retry+rand-devel                                   noarch  1.3.1-3.fc38   fedora   8.1 k
  586.  rust-ring+alloc-devel                                   noarch  0.17.6-1.fc38  updates  8.2 k
  587.  rust-ring+default-devel                                 noarch  0.17.6-1.fc38  updates  8.3 k
  588.  rust-ring+dev_urandom_fallback-devel                    noarch  0.17.6-1.fc38  updates  8.2 k
  589.  rust-ring-devel                                         noarch  0.17.6-1.fc38  updates  3.4 M
  590.  rust-rustc-hash+default-devel                           noarch  1.1.0-7.fc38   fedora   7.8 k
  591.  rust-rustc-hash+std-devel                               noarch  1.1.0-7.fc38   fedora   7.7 k
  592.  rust-rustc-hash-devel                                   noarch  1.1.0-7.fc38   fedora    18 k
  593.  rust-rustix+alloc-devel                                 noarch  0.38.28-1.fc38 updates  9.9 k
  594.  rust-rustix+default-devel                               noarch  0.38.28-1.fc38 updates  9.9 k
  595.  rust-rustix+fs-devel                                    noarch  0.38.28-1.fc38 updates  9.8 k
  596.  rust-rustix+std-devel                                   noarch  0.38.28-1.fc38 updates   10 k
  597.  rust-rustix+use-libc-auxv-devel                         noarch  0.38.28-1.fc38 updates  9.9 k
  598.  rust-rustix-devel                                       noarch  0.38.28-1.fc38 updates  358 k
  599.  rust-rustix0.37+default-devel                           noarch  0.37.26-1.fc38 updates  7.4 k
  600.  rust-rustix0.37+io-lifetimes-devel                      noarch  0.37.26-1.fc38 updates  7.6 k
  601.  rust-rustix0.37+libc-devel                              noarch  0.37.26-1.fc38 updates  7.6 k
  602.  rust-rustix0.37+std-devel                               noarch  0.37.26-1.fc38 updates  7.4 k
  603.  rust-rustix0.37+termios-devel                           noarch  0.37.26-1.fc38 updates  7.3 k
  604.  rust-rustix0.37+use-libc-auxv-devel                     noarch  0.37.26-1.fc38 updates  7.4 k
  605.  rust-rustix0.37-devel                                   noarch  0.37.26-1.fc38 updates  301 k
  606.  rust-rustls+dangerous_configuration-devel               noarch  0.21.9-1.fc38  updates  8.2 k
  607.  rust-rustls+default-devel                               noarch  0.21.9-1.fc38  updates  8.2 k
  608.  rust-rustls+log-devel                                   noarch  0.21.9-1.fc38  updates  8.3 k
  609.  rust-rustls+logging-devel                               noarch  0.21.9-1.fc38  updates  8.2 k
  610.  rust-rustls+tls12-devel                                 noarch  0.21.9-1.fc38  updates  8.1 k
  611.  rust-rustls-devel                                       noarch  0.21.9-1.fc38  updates  260 k
  612.  rust-rustls-native-certs+default-devel                  noarch  0.6.3-1.fc38   updates  7.9 k
  613.  rust-rustls-native-certs-devel                          noarch  0.6.3-1.fc38   updates   31 k
  614.  rust-rustls-pemfile+default-devel                       noarch  1.0.4-1.fc38   updates  8.0 k
  615.  rust-rustls-pemfile-devel                               noarch  1.0.4-1.fc38   updates   36 k
  616.  rust-rustls-webpki+alloc-devel                          noarch  0.101.7-1.fc38 updates  7.7 k
  617.  rust-rustls-webpki+default-devel                        noarch  0.101.7-1.fc38 updates  7.6 k
  618.  rust-rustls-webpki+std-devel                            noarch  0.101.7-1.fc38 updates  7.6 k
  619.  rust-rustls-webpki-devel                                noarch  0.101.7-1.fc38 updates   69 k
  620.  rust-ryu+default-devel                                  noarch  1.0.15-1.fc38  updates  8.3 k
  621.  rust-ryu-devel                                          noarch  1.0.15-1.fc38  updates   56 k
  622.  rust-same-file-devel                                    noarch  1.0.6-10.fc38  fedora    19 k
  623.  rust-scopeguard+use_std-devel                           noarch  1.2.0-1.fc38   updates  8.0 k
  624.  rust-scopeguard-devel                                   noarch  1.2.0-1.fc38   updates   19 k
  625.  rust-sct+default-devel                                  noarch  0.7.1-1.fc38   updates  7.7 k
  626.  rust-sct-devel                                          noarch  0.7.1-1.fc38   updates   49 k
  627.  rust-semver+std-devel                                   noarch  1.0.20-1.fc38  updates  8.8 k
  628.  rust-semver-devel                                       noarch  1.0.20-1.fc38  updates   43 k
  629.  rust-serde+alloc-devel                                  noarch  1.0.193-1.fc38 updates   10 k
  630.  rust-serde+serde_derive-devel                           noarch  1.0.193-1.fc38 updates   11 k
  631.  rust-serde+std-devel                                    noarch  1.0.193-1.fc38 updates   10 k
  632.  rust-serde-devel                                        noarch  1.0.193-1.fc38 updates   79 k
  633.  rust-serde_derive+default-devel                         noarch  1.0.193-1.fc38 updates   11 k
  634.  rust-serde_derive-devel                                 noarch  1.0.193-1.fc38 updates   64 k
  635.  rust-serde_spanned+default-devel                        noarch  0.6.4-1.fc38   updates  7.6 k
  636.  rust-serde_spanned+serde-devel                          noarch  0.6.4-1.fc38   updates  7.7 k
  637.  rust-serde_spanned-devel                                noarch  0.6.4-1.fc38   updates   16 k
  638.  rust-serde_urlencoded+default-devel                     noarch  0.7.1-3.fc38   fedora   7.9 k
  639.  rust-serde_urlencoded-devel                             noarch  0.7.1-3.fc38   fedora    23 k
  640.  rust-sha2+std-devel                                     noarch  0.10.8-1.fc38  updates  8.5 k
  641.  rust-sha2-devel                                         noarch  0.10.8-1.fc38  updates   40 k
  642.  rust-sharded-slab-devel                                 noarch  0.1.7-1.fc38   updates   62 k
  643.  rust-shlex+default-devel                                noarch  1.2.0-1.fc38   updates  7.9 k
  644.  rust-shlex+std-devel                                    noarch  1.2.0-1.fc38   updates  7.8 k
  645.  rust-shlex-devel                                        noarch  1.2.0-1.fc38   updates   15 k
  646.  rust-similar+default-devel                              noarch  2.3.0-1.fc38   updates  8.0 k
  647.  rust-similar+inline-devel                               noarch  2.3.0-1.fc38   updates  8.0 k
  648.  rust-similar+text-devel                                 noarch  2.3.0-1.fc38   updates  7.9 k
  649.  rust-similar-devel                                      noarch  2.3.0-1.fc38   updates   68 k
  650.  rust-slab+default-devel                                 noarch  0.4.9-1.fc38   updates  8.0 k
  651.  rust-slab+std-devel                                     noarch  0.4.9-1.fc38   updates  8.0 k
  652.  rust-slab-devel                                         noarch  0.4.9-1.fc38   updates   25 k
  653.  rust-snapbox+cmd-devel                                  noarch  0.4.14-1.fc38  updates  7.4 k
  654.  rust-snapbox+color-auto-devel                           noarch  0.4.14-1.fc38  updates  7.2 k
  655.  rust-snapbox+color-devel                                noarch  0.4.14-1.fc38  updates  7.4 k
  656.  rust-snapbox+detect-encoding-devel                      noarch  0.4.14-1.fc38  updates  7.3 k
  657.  rust-snapbox+diff-devel                                 noarch  0.4.14-1.fc38  updates  7.3 k
  658.  rust-snapbox+path-devel                                 noarch  0.4.14-1.fc38  updates  7.5 k
  659.  rust-snapbox-devel                                      noarch  0.4.14-1.fc38  updates   44 k
  660.  rust-snapbox-macros+color-devel                         noarch  0.3.6-1.fc38   updates  7.3 k
  661.  rust-snapbox-macros+default-devel                       noarch  0.3.6-1.fc38   updates  7.1 k
  662.  rust-snapbox-macros-devel                               noarch  0.3.6-1.fc38   updates   14 k
  663.  rust-socket2+all-devel                                  noarch  0.5.5-1.fc38   updates  8.4 k
  664.  rust-socket2+default-devel                              noarch  0.5.5-1.fc38   updates  8.4 k
  665.  rust-socket2-devel                                      noarch  0.5.5-1.fc38   updates   53 k
  666.  rust-socket2_0.4+all-devel                              noarch  0.4.10-1.fc38  updates  7.4 k
  667.  rust-socket2_0.4+default-devel                          noarch  0.4.10-1.fc38  updates  7.4 k
  668.  rust-socket2_0.4-devel                                  noarch  0.4.10-1.fc38  updates   46 k
  669.  rust-spin+once-devel                                    noarch  0.9.8-1.fc38   updates  8.2 k
  670.  rust-spin-devel                                         noarch  0.9.8-1.fc38   updates   38 k
  671.  rust-strsim-devel                                       noarch  0.10.0-6.fc38  fedora    20 k
  672.  rust-syn+clone-impls-devel                              noarch  2.0.41-1.fc38  updates   10 k
  673.  rust-syn+default-devel                                  noarch  2.0.41-1.fc38  updates   10 k
  674.  rust-syn+derive-devel                                   noarch  2.0.41-1.fc38  updates   10 k
  675.  rust-syn+full-devel                                     noarch  2.0.41-1.fc38  updates  9.9 k
  676.  rust-syn+parsing-devel                                  noarch  2.0.41-1.fc38  updates   10 k
  677.  rust-syn+printing-devel                                 noarch  2.0.41-1.fc38  updates   10 k
  678.  rust-syn+proc-macro-devel                               noarch  2.0.41-1.fc38  updates   10 k
  679.  rust-syn+quote-devel                                    noarch  2.0.41-1.fc38  updates   10 k
  680.  rust-syn-devel                                          noarch  2.0.41-1.fc38  updates  226 k
  681.  rust-syn1+clone-impls-devel                             noarch  1.0.109-1.fc38 fedora   7.1 k
  682.  rust-syn1+default-devel                                 noarch  1.0.109-1.fc38 fedora   7.3 k
  683.  rust-syn1+derive-devel                                  noarch  1.0.109-1.fc38 fedora   7.1 k
  684.  rust-syn1+extra-traits-devel                            noarch  1.0.109-1.fc38 fedora   7.1 k
  685.  rust-syn1+full-devel                                    noarch  1.0.109-1.fc38 fedora   7.1 k
  686.  rust-syn1+parsing-devel                                 noarch  1.0.109-1.fc38 fedora   7.1 k
  687.  rust-syn1+printing-devel                                noarch  1.0.109-1.fc38 fedora   7.1 k
  688.  rust-syn1+proc-macro-devel                              noarch  1.0.109-1.fc38 fedora   7.3 k
  689.  rust-syn1+quote-devel                                   noarch  1.0.109-1.fc38 fedora   7.2 k
  690.  rust-syn1+visit-mut-devel                               noarch  1.0.109-1.fc38 fedora   7.1 k
  691.  rust-syn1-devel                                         noarch  1.0.109-1.fc38 fedora   216 k
  692.  rust-sys-info+default-devel                             noarch  0.9.1-4.fc38   fedora   7.9 k
  693.  rust-sys-info-devel                                     noarch  0.9.1-4.fc38   fedora    34 k
  694.  rust-tar+xattr-devel                                    noarch  0.4.40-1.fc38  updates  8.2 k
  695.  rust-tar-devel                                          noarch  0.4.40-1.fc38  updates   57 k
  696.  rust-tempfile-devel                                     noarch  3.9.0-1.fc38   updates   43 k
  697.  rust-term-devel                                         noarch  0.7.0-4.fc38   fedora    56 k
  698.  rust-termcolor+default-devel                            noarch  1.4.0-1.fc38   updates  8.0 k
  699.  rust-termcolor-devel                                    noarch  1.4.0-1.fc38   updates   25 k
  700.  rust-terminal_size0.2+default-devel                     noarch  0.2.6-1.fc38   updates  7.2 k
  701.  rust-terminal_size0.2-devel                             noarch  0.2.6-1.fc38   updates   16 k
  702.  rust-textwrap+terminal_size-devel                       noarch  0.16.0-1.fc38  updates  8.3 k
  703.  rust-textwrap-devel                                     noarch  0.16.0-1.fc38  updates   53 k
  704.  rust-thiserror-devel                                    noarch  1.0.52-1.fc38  updates   53 k
  705.  rust-thiserror-impl+default-devel                       noarch  1.0.52-1.fc38  updates  9.0 k
  706.  rust-thiserror-impl-devel                               noarch  1.0.52-1.fc38  updates   25 k
  707.  rust-threadpool-devel                                   noarch  1.8.1-8.fc38   fedora    23 k
  708.  rust-tinyvec+alloc-devel                                noarch  1.6.0-3.fc38   fedora   8.3 k
  709.  rust-tinyvec+default-devel                              noarch  1.6.0-3.fc38   fedora   8.3 k
  710.  rust-tinyvec+tinyvec_macros-devel                       noarch  1.6.0-3.fc38   fedora   8.5 k
  711.  rust-tinyvec-devel                                      noarch  1.6.0-3.fc38   fedora    46 k
  712.  rust-tinyvec_macros+default-devel                       noarch  0.1.1-1.fc38   fedora   7.7 k
  713.  rust-tinyvec_macros-devel                               noarch  0.1.1-1.fc38   fedora    14 k
  714.  rust-tokio+bytes-devel                                  noarch  1.34.0-1.fc38  updates   10 k
  715.  rust-tokio+default-devel                                noarch  1.34.0-1.fc38  updates  9.9 k
  716.  rust-tokio+io-util-devel                                noarch  1.34.0-1.fc38  updates  9.9 k
  717.  rust-tokio+libc-devel                                   noarch  1.34.0-1.fc38  updates   10 k
  718.  rust-tokio+net-devel                                    noarch  1.34.0-1.fc38  updates   10 k
  719.  rust-tokio+num_cpus-devel                               noarch  1.34.0-1.fc38  updates   10 k
  720.  rust-tokio+rt-devel                                     noarch  1.34.0-1.fc38  updates  9.8 k
  721.  rust-tokio+rt-multi-thread-devel                        noarch  1.34.0-1.fc38  updates   10 k
  722.  rust-tokio+socket2-devel                                noarch  1.34.0-1.fc38  updates   10 k
  723.  rust-tokio+time-devel                                   noarch  1.34.0-1.fc38  updates  9.9 k
  724.  rust-tokio-native-tls+default-devel                     noarch  0.3.1-1.fc38   fedora   7.9 k
  725.  rust-tokio-native-tls-devel                             noarch  0.3.1-1.fc38   fedora    25 k
  726.  rust-tokio-rustls+default-devel                         noarch  0.24.1-4.fc38  updates  8.2 k
  727.  rust-tokio-rustls+logging-devel                         noarch  0.24.1-4.fc38  updates  8.3 k
  728.  rust-tokio-rustls+tls12-devel                           noarch  0.24.1-4.fc38  updates  8.3 k
  729.  rust-tokio-rustls-devel                                 noarch  0.24.1-4.fc38  updates   40 k
  730.  rust-tokio-socks+default-devel                          noarch  0.5.1-5.fc38   fedora   7.8 k
  731.  rust-tokio-socks-devel                                  noarch  0.5.1-5.fc38   fedora    28 k
  732.  rust-tokio-util+codec-devel                             noarch  0.7.10-1.fc38  updates  8.5 k
  733.  rust-tokio-util+default-devel                           noarch  0.7.10-1.fc38  updates  8.5 k
  734.  rust-tokio-util+io-devel                                noarch  0.7.10-1.fc38  updates  8.4 k
  735.  rust-tokio-util+tracing-devel                           noarch  0.7.10-1.fc38  updates  8.7 k
  736.  rust-tokio-util-devel                                   noarch  0.7.10-1.fc38  updates  124 k
  737.  rust-toml0.5-devel                                      noarch  0.5.11-1.fc38  updates   55 k
  738.  rust-toml_datetime+default-devel                        noarch  0.6.5-1.fc38   updates  7.6 k
  739.  rust-toml_datetime+serde-devel                          noarch  0.6.5-1.fc38   updates  7.7 k
  740.  rust-toml_datetime-devel                                noarch  0.6.5-1.fc38   updates   18 k
  741.  rust-toml_edit0.20+default-devel                        noarch  0.20.7-1.fc38  updates  7.2 k
  742.  rust-toml_edit0.20+serde-devel                          noarch  0.20.7-1.fc38  updates  7.6 k
  743.  rust-toml_edit0.20-devel                                noarch  0.20.7-1.fc38  updates  210 k
  744.  rust-tower-service+default-devel                        noarch  0.3.2-3.fc38   fedora   8.0 k
  745.  rust-tower-service-devel                                noarch  0.3.2-3.fc38   fedora    15 k
  746.  rust-tracing+std-devel                                  noarch  0.1.40-1.fc38  updates  8.7 k
  747.  rust-tracing-core+once_cell-devel                       noarch  0.1.32-1.fc38  updates  8.7 k
  748.  rust-tracing-core+std-devel                             noarch  0.1.32-1.fc38  updates  8.5 k
  749.  rust-tracing-core-devel                                 noarch  0.1.32-1.fc38  updates   67 k
  750.  rust-tracing-devel                                      noarch  0.1.40-1.fc38  updates   86 k
  751.  rust-try-lock+default-devel                             noarch  0.2.4-1.fc38   fedora   7.6 k
  752.  rust-try-lock-devel                                     noarch  0.2.4-1.fc38   fedora    12 k
  753.  rust-trycmd+color-auto-devel                            noarch  0.14.19-1.fc38 updates  7.3 k
  754.  rust-trycmd+diff-devel                                  noarch  0.14.19-1.fc38 updates  7.3 k
  755.  rust-trycmd+filesystem-devel                            noarch  0.14.19-1.fc38 updates  7.3 k
  756.  rust-trycmd-devel                                       noarch  0.14.19-1.fc38 updates   34 k
  757.  rust-typenum+default-devel                              noarch  1.17.0-1.fc38  updates  8.1 k
  758.  rust-typenum-devel                                      noarch  1.17.0-1.fc38  updates   51 k
  759.  rust-unicase+default-devel                              noarch  2.7.0-1.fc38   updates  7.7 k
  760.  rust-unicase-devel                                      noarch  2.7.0-1.fc38   updates   25 k
  761.  rust-unicode-bidi+hardcoded-data-devel                  noarch  0.3.13-1.fc38  fedora   8.4 k
  762.  rust-unicode-bidi+std-devel                             noarch  0.3.13-1.fc38  fedora   8.3 k
  763.  rust-unicode-bidi-devel                                 noarch  0.3.13-1.fc38  fedora    46 k
  764.  rust-unicode-ident+default-devel                        noarch  1.0.12-1.fc38  updates  8.6 k
  765.  rust-unicode-ident-devel                                noarch  1.0.12-1.fc38  updates   50 k
  766.  rust-unicode-normalization+std-devel                    noarch  0.1.22-2.fc38  fedora   8.4 k
  767.  rust-unicode-normalization-devel                        noarch  0.1.22-2.fc38  fedora   107 k
  768.  rust-untrusted+default-devel                            noarch  0.9.0-1.fc38   updates  7.8 k
  769.  rust-untrusted-devel                                    noarch  0.9.0-1.fc38   updates   22 k
  770.  rust-url-devel                                          noarch  2.4.1-1.fc38   updates   75 k
  771.  rust-utf8parse+default-devel                            noarch  0.2.1-1.fc38   fedora   7.7 k
  772.  rust-utf8parse-devel                                    noarch  0.2.1-1.fc38   fedora    21 k
  773.  rust-version_check+default-devel                        noarch  0.9.4-4.fc38   fedora   8.0 k
  774.  rust-version_check-devel                                noarch  0.9.4-4.fc38   fedora    23 k
  775.  rust-wait-timeout-devel                                 noarch  0.2.0-10.fc38  fedora    21 k
  776.  rust-walkdir-devel                                      noarch  2.4.0-1.fc38   updates   31 k
  777.  rust-want+default-devel                                 noarch  0.3.1-1.fc38   updates  7.7 k
  778.  rust-want-devel                                         noarch  0.3.1-1.fc38   updates   15 k
  779.  rust-which-devel                                        noarch  4.4.2-1.fc38   updates   24 k
  780.  rust-winnow+alloc-devel                                 noarch  0.5.19-1.fc38  updates  7.9 k
  781.  rust-winnow+default-devel                               noarch  0.5.19-1.fc38  updates  8.0 k
  782.  rust-winnow+std-devel                                   noarch  0.5.19-1.fc38  updates  8.1 k
  783.  rust-winnow-devel                                       noarch  0.5.19-1.fc38  updates  144 k
  784.  rust-xattr+default-devel                                noarch  1.2.0-1.fc38   updates  8.0 k
  785.  rust-xattr+unsupported-devel                            noarch  1.2.0-1.fc38   updates  7.9 k
  786.  rust-xattr-devel                                        noarch  1.2.0-1.fc38   updates   21 k
  787.  rust-xz2-devel                                          noarch  0.1.7-3.fc38   fedora    30 k
  788.  rust-zstd+arrays-devel                                  noarch  0.12.4-1.fc38  updates  8.3 k
  789.  rust-zstd+legacy-devel                                  noarch  0.12.4-1.fc38  updates  8.3 k
  790.  rust-zstd+zdict_builder-devel                           noarch  0.12.4-1.fc38  updates  8.3 k
  791.  rust-zstd-devel                                         noarch  0.12.4-1.fc38  updates   39 k
  792.  rust-zstd-safe+arrays-devel                             noarch  6.0.6-1.fc38   updates  8.2 k
  793.  rust-zstd-safe+legacy-devel                             noarch  6.0.6-1.fc38   updates  8.4 k
  794.  rust-zstd-safe+std-devel                                noarch  6.0.6-1.fc38   updates  8.3 k
  795.  rust-zstd-safe+zdict_builder-devel                      noarch  6.0.6-1.fc38   updates  8.4 k
  796.  rust-zstd-safe-devel                                    noarch  6.0.6-1.fc38   updates   28 k
  797.  rust-zstd-sys+legacy-devel                              noarch  2.0.8-1.fc38   updates  8.2 k
  798.  rust-zstd-sys+std-devel                                 noarch  2.0.8-1.fc38   updates  8.2 k
  799.  rust-zstd-sys+zdict_builder-devel                       noarch  2.0.8-1.fc38   updates  8.2 k
  800.  rust-zstd-sys-devel                                     noarch  2.0.8-1.fc38   updates   47 k
  801.  xz-devel                                                x86_64  5.4.1-1.fc38   fedora    65 k
  802.  
  803. Transaction Summary
  804. ==============================================================================================
  805. Install  707 Packages
  806. Upgrade    6 Packages
  807.  
  808. Total size: 234 M
  809.  

Reply to "Re: script rust dynamic BR"

Here you can reply to the paste above

captcha