From cf639dc7daa7e96b0cabe6a79101c9e636df82b2 Mon Sep 17 00:00:00 2001 From: "Uwe L. Korn" Date: Mon, 20 Jul 2026 11:37:15 +0200 Subject: [PATCH 1/2] rust-dev 20270720 --- recipe/conda_build_config.yaml | 1 + recipe/meta.yaml | 47 ++++++++++++++++++---------------- recipe/update-sha.sh | 3 +++ 3 files changed, 29 insertions(+), 22 deletions(-) diff --git a/recipe/conda_build_config.yaml b/recipe/conda_build_config.yaml index dcfa2d1..c1a3477 100644 --- a/recipe/conda_build_config.yaml +++ b/recipe/conda_build_config.yaml @@ -21,6 +21,7 @@ rust_std_extra: - i686-linux-android - wasm32-unknown-unknown - wasm32-unknown-emscripten + - thumbv7em-none-eabihf - x86_64-linux-android - x86_64-pc-windows-gnu - x86_64-pc-windows-msvc # [linux and x86_64] diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 773cfbe..d69662d 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -1,6 +1,6 @@ {% set year = "2026" %} {% set month = "07" %} -{% set day = "13" %} +{% set day = "20" %} {% set version = "1.99.0" %} package: @@ -13,63 +13,66 @@ source: # applies to *all* of these inputs, not just the last one in the list, because # of the way that the YAML selector processing works. - url: https://static.rust-lang.org/dist/{{ year }}-{{ month }}-{{ day }}/rust-nightly-x86_64-unknown-linux-gnu.tar.gz # [linux and x86_64] - sha256: 341844d7398c8d3cdb564718ffdb4ea4c84ec4928e5983d5323a39b904a5c6e2 # [linux and x86_64] + sha256: c523fa5f411d3955a6a01d90054a77f9a67750aa104f6380becf84af59b312b8 # [linux and x86_64] - url: https://static.rust-lang.org/dist/{{ year }}-{{ month }}-{{ day }}/rust-nightly-aarch64-unknown-linux-gnu.tar.gz # [aarch64] - sha256: 23f6ce224870c1defacd0c4b1ec5de670d21a2711c954c23b31ce233df62ebb6 # [aarch64] + sha256: 8341c57ae44f1393b75ccdb8be7cb8139f18e7455298bb3ab8efc8e839318852 # [aarch64] - url: https://static.rust-lang.org/dist/{{ year }}-{{ month }}-{{ day }}/rust-nightly-powerpc64le-unknown-linux-gnu.tar.gz # [ppc64le] - sha256: 0241db6fb57335cccb8b138af80852eac3d39f9acbe75f31fe8d3eca0709021d # [ppc64le] + sha256: f5b0b919f8b2adca4f4c59287a1d5f0be05e31d58e43d7b58a0a49cabbd89b87 # [ppc64le] - url: https://static.rust-lang.org/dist/{{ year }}-{{ month }}-{{ day }}/rust-nightly-x86_64-apple-darwin.tar.gz # [osx and x86_64] - sha256: d4059130605ed5cfd84268999f532d2ca80af34a727867d2d2c8453902b7725d # [osx and x86_64] + sha256: 537990345d210b07bfc4f58e3e519527dfbe2c5f0633943d3a71bd9136b421da # [osx and x86_64] - url: https://static.rust-lang.org/dist/{{ year }}-{{ month }}-{{ day }}/rust-nightly-aarch64-apple-darwin.tar.gz # [osx and arm64] - sha256: 4e48da8470fad7458b6abc081afe0f1fd8419f481187e0cbcbd5e6a3fb21eca2 # [osx and arm64] + sha256: 5b5a55cf7f8cd92f37d0476ca7eea08e05c0336ce6c7e6764168825589207834 # [osx and arm64] - url: https://static.rust-lang.org/dist/{{ year }}-{{ month }}-{{ day }}/rust-nightly-x86_64-pc-windows-msvc.tar.gz # [win64] - sha256: 4d7b672dd6425d809e4adf301d146e00956d64f485e377e93fd017b9f9e56330 # [win64] + sha256: 89b90512a4396707b84efd323445ab4e5a01bc42bc5b5d3e668235f5f0f83365 # [win64] - url: https://static.rust-lang.org/dist/{{ year }}-{{ month }}-{{ day }}/rust-nightly-aarch64-pc-windows-msvc.tar.gz # [win and arm64] - sha256: 7c2da7b302aa657dd78d32bcf7318fa1538a3a01c4e5a251c2a3f6a218ae37d4 # [win and arm64] + sha256: 248b2a356e891853c0cd8e99852a169bb3b4fedd42e614e3decfbe7f136def33 # [win and arm64] patches: - 0001-gh-106-install.sh-Perfomance-Use-more-shell-builtins.patch # End of block of primary source files. - url: https://static.rust-lang.org/dist/{{ year }}-{{ month }}-{{ day }}/rust-src-nightly.tar.gz - sha256: 13ba2f43f794791ec13a2b23a6bc1ca2a1db5190a6fcc682c388358ccdb3ba88 + sha256: 2be85b655b99624bed0fb63a47e564abac07aa1fb5d0576abac5c42ef8c5316e folder: rust-src - url: https://static.rust-lang.org/dist/{{ year }}-{{ month }}-{{ day }}/rust-std-nightly-aarch64-apple-ios.tar.gz # [(linux or win) and x86_64] - sha256: 6325cfd9d33c2624feeb5cc8c9bfa24f0b5e8352bb0c1b8e35d2db889692afd7 # [(linux or win) and x86_64] + sha256: 98b520972421ba064286f0719c15faa46917018683653b1cf084ea76699d0797 # [(linux or win) and x86_64] folder: rust-std # [(linux or win) and x86_64] - url: https://static.rust-lang.org/dist/{{ year }}-{{ month }}-{{ day }}/rust-std-nightly-x86_64-apple-ios.tar.gz # [(linux or win) and x86_64] - sha256: e154563b98f9de93292f37814d0d96f9347d3c7436bbbf8fc19e7414587139d2 # [(linux or win) and x86_64] + sha256: 27e3a3fabdf0e3102afcc9e0d7060ff2dec2ad21141a6bc23d4b5400c221ec96 # [(linux or win) and x86_64] folder: rust-std # [(linux or win) and x86_64] - url: https://static.rust-lang.org/dist/{{ year }}-{{ month }}-{{ day }}/rust-std-nightly-aarch64-apple-ios-sim.tar.gz # [(linux or win) and x86_64] - sha256: 0ac16cd4f35a98d3795d52665bd23e72941784951f7e979b0a0c0454a45f2375 # [(linux or win) and x86_64] + sha256: 00dbace0a082cd484362cd8c73d2aab6a388ef1c4d899b6891167f1d680707d9 # [(linux or win) and x86_64] folder: rust-std # [(linux or win) and x86_64] - url: https://static.rust-lang.org/dist/{{ year }}-{{ month }}-{{ day }}/rust-std-nightly-aarch64-linux-android.tar.gz # [(linux or win) and x86_64] - sha256: 84403af8906e0308460684ec7fe6cb806e34a02e50675e691bb839d1357609a5 # [(linux or win) and x86_64] + sha256: ecda9466eb10d8cc905b652e8edf77c4a69c7c75070eac6d3238c8ea07b9313c # [(linux or win) and x86_64] folder: rust-std # [(linux or win) and x86_64] - url: https://static.rust-lang.org/dist/{{ year }}-{{ month }}-{{ day }}/rust-std-nightly-arm-linux-androideabi.tar.gz # [(linux or win) and x86_64] - sha256: 0af85d92bd593aae92325abfae46fcefafe49b621ca45a57bc8f81bf78a0a046 # [(linux or win) and x86_64] + sha256: a4da98ba2c4f6fd46c8926ec9bb1203790260995e3619a5bcc0cf3b7acfa09b4 # [(linux or win) and x86_64] folder: rust-std # [(linux or win) and x86_64] - url: https://static.rust-lang.org/dist/{{ year }}-{{ month }}-{{ day }}/rust-std-nightly-armv7-linux-androideabi.tar.gz # [(linux or win) and x86_64] - sha256: 6d836cf8bae3ee4912627f1a4ce8d503e9a6f9128c4d8acc0ac87cf6e2196d76 # [(linux or win) and x86_64] + sha256: 2da57d34286c3ff20cba7c3d71e249ed8d3b2a04af284d95f23acb2e4a98719c # [(linux or win) and x86_64] folder: rust-std # [(linux or win) and x86_64] - url: https://static.rust-lang.org/dist/{{ year }}-{{ month }}-{{ day }}/rust-std-nightly-i686-linux-android.tar.gz # [(linux or win) and x86_64] - sha256: e6858a660344250a9f049cd15cf741eef8a5801dc2a72d8a77baca5829c8cc4f # [(linux or win) and x86_64] + sha256: 584e2b26568f458fc4bede83077425eab16f7ee1ea4c3bb8e7b019eff31b8cc2 # [(linux or win) and x86_64] folder: rust-std # [(linux or win) and x86_64] - url: https://static.rust-lang.org/dist/{{ year }}-{{ month }}-{{ day }}/rust-std-nightly-x86_64-linux-android.tar.gz # [(linux or win) and x86_64] - sha256: 2589531a69087b8841ffab1447edee21cf33c7d16278e7a767cbc8e697894a74 # [(linux or win) and x86_64] + sha256: 1f817a83c7cc072213c9b3a695cc54d67293410e10201418ad1b8c31f620fc27 # [(linux or win) and x86_64] folder: rust-std # [(linux or win) and x86_64] - url: https://static.rust-lang.org/dist/{{ year }}-{{ month }}-{{ day }}/rust-std-nightly-wasm32-unknown-unknown.tar.gz # [(linux or win) and x86_64] - sha256: e2347227f1d978f97d76765aa221e52a81ded44ed66b60eb32ebd4fee5640767 # [(linux or win) and x86_64] + sha256: 02ea3f586445bfedaeca5c3343f5804bfc5fd3dc029dbfb44645fbf31a56159d # [(linux or win) and x86_64] folder: rust-std # [(linux or win) and x86_64] - url: https://static.rust-lang.org/dist/{{ year }}-{{ month }}-{{ day }}/rust-std-nightly-x86_64-pc-windows-msvc.tar.gz # [(linux or win) and x86_64] - sha256: 454279ee4d5af5711bb915f466ffd2fb2fdba1e4994e1ca587b5c6a6fe9c00d3 # [(linux or win) and x86_64] + sha256: 1dd4659b45a306f90d04fc22294ed9a9b722e249bdeac2d1bcacf3883bcb6456 # [(linux or win) and x86_64] folder: rust-std # [(linux or win) and x86_64] - url: https://static.rust-lang.org/dist/{{ year }}-{{ month }}-{{ day }}/rust-std-nightly-wasm32-unknown-emscripten.tar.gz # [(linux or win) and x86_64] - sha256: 821abc5c762dc8d96fa5a917a3333923fd6f4bafc603d89c6e40c32d35e5fff5 # [(linux or win) and x86_64] + sha256: 19435f94e4117fd30d5b19c41ca1fc60629b2522af8477fc55c052fdc93366aa # [(linux or win) and x86_64] + folder: rust-std # [(linux or win) and x86_64] + - url: https://static.rust-lang.org/dist/{{ year }}-{{ month }}-{{ day }}/rust-std-nightly-thumbv7em-none-eabihf.tar.gz # [(linux or win) and x86_64] + sha256: 40ebf94a418ca38128731e0d412edfe61048a4682a5d1ef71d7e13bd3cd7a63c # [(linux or win) and x86_64] folder: rust-std # [(linux or win) and x86_64] - url: https://static.rust-lang.org/dist/{{ year }}-{{ month }}-{{ day }}/rust-std-nightly-x86_64-pc-windows-gnu.tar.gz # [(linux or win) and x86_64] - sha256: 68748830941628444518b6f48c130c04850100e6f967b652d79782d0fce1d532 # [(linux or win) and x86_64] + sha256: 07c923327543132db55621fbae52e0d14143b4d1eaa471be59e83c2bbe566ed8 # [(linux or win) and x86_64] folder: rust-std # [(linux or win) and x86_64] - url: https://static.rust-lang.org/dist/{{ year }}-{{ month }}-{{ day }}/rust-std-nightly-aarch64-pc-windows-msvc.tar.xz # [(linux or win) and x86_64] - sha256: 59aaa5a5a1233620e2f47a52ff5b103a458413dc920ccb90f532749ed7d2f914 # [(linux or win) and x86_64] + sha256: 6342c210441433253dfc3f99964778931ed172df9dfc14bfe0ebcc7887749790 # [(linux or win) and x86_64] folder: rust-std # [(linux or win) and x86_64] build: diff --git a/recipe/update-sha.sh b/recipe/update-sha.sh index c985129..9d268a7 100755 --- a/recipe/update-sha.sh +++ b/recipe/update-sha.sh @@ -52,6 +52,9 @@ echo " folder: rust-std # [(linux or win) and x86_64]" echo " - url: https://static.rust-lang.org/dist/{{ year }}-{{ month }}-{{ day }}/rust-std-nightly-wasm32-unknown-emscripten.tar.gz # [(linux or win) and x86_64]" echo " sha256: $(wget -q -O - https://static.rust-lang.org/dist/$ver/rust-std-nightly-wasm32-unknown-emscripten.tar.gz.sha256 | cut -d " " -f1) # [(linux or win) and x86_64]" echo " folder: rust-std # [(linux or win) and x86_64]" +echo " - url: https://static.rust-lang.org/dist/{{ year }}-{{ month }}-{{ day }}/rust-std-nightly-thumbv7em-none-eabihf.tar.gz # [(linux or win) and x86_64]" +echo " sha256: $(wget -q -O - https://static.rust-lang.org/dist/$ver/rust-std-nightly-thumbv7em-none-eabihf.tar.gz.sha256 | cut -d " " -f1) # [(linux or win) and x86_64]" +echo " folder: rust-std # [(linux or win) and x86_64]" echo " - url: https://static.rust-lang.org/dist/{{ year }}-{{ month }}-{{ day }}/rust-std-nightly-x86_64-pc-windows-gnu.tar.gz # [(linux or win) and x86_64]" echo " sha256: $(wget -q -O - https://static.rust-lang.org/dist/$ver/rust-std-nightly-x86_64-pc-windows-gnu.tar.gz.sha256 | cut -d " " -f1) # [(linux or win) and x86_64]" echo " folder: rust-std # [(linux or win) and x86_64]" From 4035165420a8f01ef40f01fa5edd2aa9923967fc Mon Sep 17 00:00:00 2001 From: "Uwe L. Korn" Date: Mon, 20 Jul 2026 11:41:01 +0200 Subject: [PATCH 2/2] MNT: Re-rendered with conda-smithy 2026.6.14 and conda-forge-pinning 2026.07.19.23.14.08 Other tools: - conda-build 26.5.0 - rattler-build 0.69.1 - rattler-build-conda-compat 1.4.15 --- .azure-pipelines/azure-pipelines-linux.yml | 4 ++-- .ci_support/linux_64_.yaml | 3 ++- .ci_support/linux_aarch64_.yaml | 2 +- .ci_support/linux_ppc64le_.yaml | 2 +- .github/workflows/conda-build.yml | 2 +- README.md | 7 ++++--- 6 files changed, 11 insertions(+), 9 deletions(-) diff --git a/.azure-pipelines/azure-pipelines-linux.yml b/.azure-pipelines/azure-pipelines-linux.yml index f805d6b..0dbe31b 100755 --- a/.azure-pipelines/azure-pipelines-linux.yml +++ b/.azure-pipelines/azure-pipelines-linux.yml @@ -11,7 +11,7 @@ jobs: linux_aarch64_: CONFIG: linux_aarch64_ UPLOAD_PACKAGES: 'True' - DOCKER_IMAGE: quay.io/condaforge/linux-anvil-aarch64:alma9 + DOCKER_IMAGE: quay.io/condaforge/linux-anvil-aarch64:alma10 docker_run_args: '' build_workspace_dir: build_artifacts free_disk_space: skip @@ -22,7 +22,7 @@ jobs: linux_ppc64le_: CONFIG: linux_ppc64le_ UPLOAD_PACKAGES: 'True' - DOCKER_IMAGE: quay.io/condaforge/linux-anvil-ppc64le:alma9 + DOCKER_IMAGE: quay.io/condaforge/linux-anvil-ppc64le:alma10 docker_run_args: '' build_workspace_dir: build_artifacts free_disk_space: skip diff --git a/.ci_support/linux_64_.yaml b/.ci_support/linux_64_.yaml index b0f6767..deb6874 100644 --- a/.ci_support/linux_64_.yaml +++ b/.ci_support/linux_64_.yaml @@ -11,7 +11,7 @@ channel_sources: channel_targets: - conda-forge rust_dev docker_image: -- quay.io/condaforge/linux-anvil-x86_64:alma9 +- quay.io/condaforge/linux-anvil-x86_64:alma10 rust_arch: - x86_64-unknown-linux-gnu rust_std_extra: @@ -22,6 +22,7 @@ rust_std_extra: - arm-linux-androideabi - armv7-linux-androideabi - i686-linux-android +- thumbv7em-none-eabihf - wasm32-unknown-emscripten - wasm32-unknown-unknown - x86_64-apple-ios diff --git a/.ci_support/linux_aarch64_.yaml b/.ci_support/linux_aarch64_.yaml index a379d3e..bf3e508 100644 --- a/.ci_support/linux_aarch64_.yaml +++ b/.ci_support/linux_aarch64_.yaml @@ -11,7 +11,7 @@ channel_sources: channel_targets: - conda-forge rust_dev docker_image: -- quay.io/condaforge/linux-anvil-aarch64:alma9 +- quay.io/condaforge/linux-anvil-aarch64:alma10 rust_arch: - aarch64-unknown-linux-gnu target_platform: diff --git a/.ci_support/linux_ppc64le_.yaml b/.ci_support/linux_ppc64le_.yaml index 13e2647..53be0ae 100644 --- a/.ci_support/linux_ppc64le_.yaml +++ b/.ci_support/linux_ppc64le_.yaml @@ -11,7 +11,7 @@ channel_sources: channel_targets: - conda-forge rust_dev docker_image: -- quay.io/condaforge/linux-anvil-ppc64le:alma9 +- quay.io/condaforge/linux-anvil-ppc64le:alma10 rust_arch: - powerpc64le-unknown-linux-gnu target_platform: diff --git a/.github/workflows/conda-build.yml b/.github/workflows/conda-build.yml index c88da12..580d154 100644 --- a/.github/workflows/conda-build.yml +++ b/.github/workflows/conda-build.yml @@ -23,7 +23,7 @@ jobs: matrix: include: - CONFIG: linux_64_ - DOCKER_IMAGE: quay.io/condaforge/linux-anvil-x86_64:alma9 + DOCKER_IMAGE: quay.io/condaforge/linux-anvil-x86_64:alma10 STORE_BUILD_ARTIFACTS: False UPLOAD_PACKAGES: True build_workspace_dir: build_artifacts diff --git a/README.md b/README.md index a741064..6d5e7f9 100644 --- a/README.md +++ b/README.md @@ -90,6 +90,7 @@ Current release info | [![Conda Recipe](https://img.shields.io/badge/recipe-rust--std--arm--linux--androideabi-green.svg)](https://anaconda.org/conda-forge/rust-std-arm-linux-androideabi) | [![Conda Downloads](https://img.shields.io/conda/dn/conda-forge/rust-std-arm-linux-androideabi.svg)](https://anaconda.org/conda-forge/rust-std-arm-linux-androideabi) | [![Conda Version](https://img.shields.io/conda/vn/conda-forge/rust-std-arm-linux-androideabi.svg)](https://anaconda.org/conda-forge/rust-std-arm-linux-androideabi) | [![Conda Platforms](https://img.shields.io/conda/pn/conda-forge/rust-std-arm-linux-androideabi.svg)](https://anaconda.org/conda-forge/rust-std-arm-linux-androideabi) | | [![Conda Recipe](https://img.shields.io/badge/recipe-rust--std--armv7--linux--androideabi-green.svg)](https://anaconda.org/conda-forge/rust-std-armv7-linux-androideabi) | [![Conda Downloads](https://img.shields.io/conda/dn/conda-forge/rust-std-armv7-linux-androideabi.svg)](https://anaconda.org/conda-forge/rust-std-armv7-linux-androideabi) | [![Conda Version](https://img.shields.io/conda/vn/conda-forge/rust-std-armv7-linux-androideabi.svg)](https://anaconda.org/conda-forge/rust-std-armv7-linux-androideabi) | [![Conda Platforms](https://img.shields.io/conda/pn/conda-forge/rust-std-armv7-linux-androideabi.svg)](https://anaconda.org/conda-forge/rust-std-armv7-linux-androideabi) | | [![Conda Recipe](https://img.shields.io/badge/recipe-rust--std--i686--linux--android-green.svg)](https://anaconda.org/conda-forge/rust-std-i686-linux-android) | [![Conda Downloads](https://img.shields.io/conda/dn/conda-forge/rust-std-i686-linux-android.svg)](https://anaconda.org/conda-forge/rust-std-i686-linux-android) | [![Conda Version](https://img.shields.io/conda/vn/conda-forge/rust-std-i686-linux-android.svg)](https://anaconda.org/conda-forge/rust-std-i686-linux-android) | [![Conda Platforms](https://img.shields.io/conda/pn/conda-forge/rust-std-i686-linux-android.svg)](https://anaconda.org/conda-forge/rust-std-i686-linux-android) | +| [![Conda Recipe](https://img.shields.io/badge/recipe-rust--std--thumbv7em--none--eabihf-green.svg)](https://anaconda.org/conda-forge/rust-std-thumbv7em-none-eabihf) | [![Conda Downloads](https://img.shields.io/conda/dn/conda-forge/rust-std-thumbv7em-none-eabihf.svg)](https://anaconda.org/conda-forge/rust-std-thumbv7em-none-eabihf) | [![Conda Version](https://img.shields.io/conda/vn/conda-forge/rust-std-thumbv7em-none-eabihf.svg)](https://anaconda.org/conda-forge/rust-std-thumbv7em-none-eabihf) | [![Conda Platforms](https://img.shields.io/conda/pn/conda-forge/rust-std-thumbv7em-none-eabihf.svg)](https://anaconda.org/conda-forge/rust-std-thumbv7em-none-eabihf) | | [![Conda Recipe](https://img.shields.io/badge/recipe-rust--std--wasm32--unknown--emscripten-green.svg)](https://anaconda.org/conda-forge/rust-std-wasm32-unknown-emscripten) | [![Conda Downloads](https://img.shields.io/conda/dn/conda-forge/rust-std-wasm32-unknown-emscripten.svg)](https://anaconda.org/conda-forge/rust-std-wasm32-unknown-emscripten) | [![Conda Version](https://img.shields.io/conda/vn/conda-forge/rust-std-wasm32-unknown-emscripten.svg)](https://anaconda.org/conda-forge/rust-std-wasm32-unknown-emscripten) | [![Conda Platforms](https://img.shields.io/conda/pn/conda-forge/rust-std-wasm32-unknown-emscripten.svg)](https://anaconda.org/conda-forge/rust-std-wasm32-unknown-emscripten) | | [![Conda Recipe](https://img.shields.io/badge/recipe-rust--std--wasm32--unknown--unknown-green.svg)](https://anaconda.org/conda-forge/rust-std-wasm32-unknown-unknown) | [![Conda Downloads](https://img.shields.io/conda/dn/conda-forge/rust-std-wasm32-unknown-unknown.svg)](https://anaconda.org/conda-forge/rust-std-wasm32-unknown-unknown) | [![Conda Version](https://img.shields.io/conda/vn/conda-forge/rust-std-wasm32-unknown-unknown.svg)](https://anaconda.org/conda-forge/rust-std-wasm32-unknown-unknown) | [![Conda Platforms](https://img.shields.io/conda/pn/conda-forge/rust-std-wasm32-unknown-unknown.svg)](https://anaconda.org/conda-forge/rust-std-wasm32-unknown-unknown) | | [![Conda Recipe](https://img.shields.io/badge/recipe-rust--std--x86__64--apple--ios-green.svg)](https://anaconda.org/conda-forge/rust-std-x86_64-apple-ios) | [![Conda Downloads](https://img.shields.io/conda/dn/conda-forge/rust-std-x86_64-apple-ios.svg)](https://anaconda.org/conda-forge/rust-std-x86_64-apple-ios) | [![Conda Version](https://img.shields.io/conda/vn/conda-forge/rust-std-x86_64-apple-ios.svg)](https://anaconda.org/conda-forge/rust-std-x86_64-apple-ios) | [![Conda Platforms](https://img.shields.io/conda/pn/conda-forge/rust-std-x86_64-apple-ios.svg)](https://anaconda.org/conda-forge/rust-std-x86_64-apple-ios) | @@ -108,16 +109,16 @@ conda config --add channels conda-forge/label/rust_dev conda config --set channel_priority strict ``` -Once the `conda-forge/label/rust_dev` channel has been enabled, `rust, rust-docs, rust-src, rust-std-aarch64-apple-ios, rust-std-aarch64-apple-ios-sim, rust-std-aarch64-linux-android, rust-std-aarch64-pc-windows-msvc, rust-std-arm-linux-androideabi, rust-std-armv7-linux-androideabi, rust-std-i686-linux-android, rust-std-wasm32-unknown-emscripten, rust-std-wasm32-unknown-unknown, rust-std-x86_64-apple-ios, rust-std-x86_64-linux-android, rust-std-x86_64-pc-windows-gnu, rust-std-x86_64-pc-windows-msvc, rust-std-x86_64-unknown-linux-gnu` can be installed with `conda`: +Once the `conda-forge/label/rust_dev` channel has been enabled, `rust, rust-docs, rust-src, rust-std-aarch64-apple-ios, rust-std-aarch64-apple-ios-sim, rust-std-aarch64-linux-android, rust-std-aarch64-pc-windows-msvc, rust-std-arm-linux-androideabi, rust-std-armv7-linux-androideabi, rust-std-i686-linux-android, rust-std-thumbv7em-none-eabihf, rust-std-wasm32-unknown-emscripten, rust-std-wasm32-unknown-unknown, rust-std-x86_64-apple-ios, rust-std-x86_64-linux-android, rust-std-x86_64-pc-windows-gnu, rust-std-x86_64-pc-windows-msvc, rust-std-x86_64-unknown-linux-gnu` can be installed with `conda`: ``` -conda install rust rust-docs rust-src rust-std-aarch64-apple-ios rust-std-aarch64-apple-ios-sim rust-std-aarch64-linux-android rust-std-aarch64-pc-windows-msvc rust-std-arm-linux-androideabi rust-std-armv7-linux-androideabi rust-std-i686-linux-android rust-std-wasm32-unknown-emscripten rust-std-wasm32-unknown-unknown rust-std-x86_64-apple-ios rust-std-x86_64-linux-android rust-std-x86_64-pc-windows-gnu rust-std-x86_64-pc-windows-msvc rust-std-x86_64-unknown-linux-gnu +conda install rust rust-docs rust-src rust-std-aarch64-apple-ios rust-std-aarch64-apple-ios-sim rust-std-aarch64-linux-android rust-std-aarch64-pc-windows-msvc rust-std-arm-linux-androideabi rust-std-armv7-linux-androideabi rust-std-i686-linux-android rust-std-thumbv7em-none-eabihf rust-std-wasm32-unknown-emscripten rust-std-wasm32-unknown-unknown rust-std-x86_64-apple-ios rust-std-x86_64-linux-android rust-std-x86_64-pc-windows-gnu rust-std-x86_64-pc-windows-msvc rust-std-x86_64-unknown-linux-gnu ``` or with `mamba`: ``` -mamba install rust rust-docs rust-src rust-std-aarch64-apple-ios rust-std-aarch64-apple-ios-sim rust-std-aarch64-linux-android rust-std-aarch64-pc-windows-msvc rust-std-arm-linux-androideabi rust-std-armv7-linux-androideabi rust-std-i686-linux-android rust-std-wasm32-unknown-emscripten rust-std-wasm32-unknown-unknown rust-std-x86_64-apple-ios rust-std-x86_64-linux-android rust-std-x86_64-pc-windows-gnu rust-std-x86_64-pc-windows-msvc rust-std-x86_64-unknown-linux-gnu +mamba install rust rust-docs rust-src rust-std-aarch64-apple-ios rust-std-aarch64-apple-ios-sim rust-std-aarch64-linux-android rust-std-aarch64-pc-windows-msvc rust-std-arm-linux-androideabi rust-std-armv7-linux-androideabi rust-std-i686-linux-android rust-std-thumbv7em-none-eabihf rust-std-wasm32-unknown-emscripten rust-std-wasm32-unknown-unknown rust-std-x86_64-apple-ios rust-std-x86_64-linux-android rust-std-x86_64-pc-windows-gnu rust-std-x86_64-pc-windows-msvc rust-std-x86_64-unknown-linux-gnu ``` It is possible to list all of the versions of `rust` available on your platform with `conda`: