Diff rust-bin-1.71.0 with a rust-bin-1.71.1

/usr/portage/dev-lang/rust-bin/rust-bin-1.71.1.ebuild 2023-10-09 14:52:29.476368350 +0300
7 7

  
8 8
MY_P="rust-${PV}"
9 9
# curl -L static.rust-lang.org/dist/channel-rust-${PV}.toml 2>/dev/null | grep "xz_url.*rust-src"
10
MY_SRC_URI="${RUST_TOOLCHAIN_BASEURL%/}/2023-07-13/rust-src-${PV}.tar.xz"
10
MY_SRC_URI="${RUST_TOOLCHAIN_BASEURL%/}/2023-08-03/rust-src-${PV}.tar.xz"
11 11
GENTOO_BIN_BASEURI="https://dev.gentoo.org/~sam/distfiles/${CATEGORY}/${PN}" # omit leading slash
12 12

  
13 13
DESCRIPTION="Systems programming language from Mozilla"
......
20 20

  
21 21
LICENSE="|| ( MIT Apache-2.0 ) BSD BSD-1 BSD-2 BSD-4 UoI-NCSA"
22 22
SLOT="stable"
23
KEYWORDS="~amd64 ~arm ~arm64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
23
KEYWORDS="amd64 ~arm arm64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc x86"
24 24
IUSE="big-endian clippy cpu_flags_x86_sse2 doc prefix rust-analyzer rust-src rustfmt"
25 25

  
26 26
DEPEND=""
Thank you!