Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

cargo1.60-1.60.0-7.7.1 RPM for armv7hl

From OpenSuSE Ports Leap 15.4 for armv7hl

Name: cargo1.60 Distribution: openSUSE Step 15
Version: 1.60.0 Vendor: openSUSE
Release: 7.7.1 Build date: Wed Oct 19 13:13:16 2022
Group: Development/Languages/Rust Build host: obs-arm-5
Size: 10452536 Source RPM: rust1.60-1.60.0-7.7.1.src.rpm
Packager: https://bugs.opensuse.org
Url: https://www.rust-lang.org
Summary: The Rust package manager
Cargo downloads dependencies of Rust projects and compiles it.

Provides

Requires

License

Apache-2.0 OR MIT

Changelog

* Mon May 09 2022 william.brown@suse.com
  - bsc#1199126 - resolve issue with rpath being embedded into rust-lld
  - Support changing gcc version for leap/sle
* Wed Apr 27 2022 william.brown@suse.com
  - Increase builder disk constraint
* Fri Apr 08 2022 william.brown@suse.com
  Version 1.60.0 (2022-04-07)
    Language
  --------
  - [Stabilize `#[cfg(panic = "...")]` for either `"unwind"` or `"abort"`.][93658]
  - [Stabilize `#[cfg(target_has_atomic = "...")]` for each integer size and `"ptr"`.][93824]
    Compiler
  --------
  - [Enable combining `+crt-static` and `relocation-model=pic` on `x86_64-unknown-linux-gnu`][86374]
  - [Fixes wrong `unreachable_pub` lints on nested and glob public reexport][87487]
  - [Stabilize `-Z instrument-coverage` as `-C instrument-coverage`][90132]
  - [Stabilize `-Z print-link-args` as `--print link-args`][91606]
  - [Add new Tier 3 target `mips64-openwrt-linux-musl`\*][92300]
  - [Add new Tier 3 target `armv7-unknown-linux-uclibceabi` (softfloat)\*][92383]
  - [Fix invalid removal of newlines from doc comments][92357]
  - [Add kernel target for RustyHermit][92670]
  - [Deny mixing bin crate type with lib crate types][92933]
  - [Make rustc use `RUST_BACKTRACE=full` by default][93566]
  - [Upgrade to LLVM 14][93577]
    \* Refer to Rust's [platform support page][platform-support-doc] for more
    information on Rust's tiered platform support.
    Libraries
  ---------
  - [Guarantee call order for `sort_by_cached_key`][89621]
  - [Improve `Duration::try_from_secs_f32`/`f64` accuracy by directly processing exponent and mantissa][90247]
  - [Make `Instant::{duration_since, elapsed, sub}` saturating][89926]
  - [Remove non-monotonic clocks workarounds in `Instant::now`][89926]
  - [Make `BuildHasherDefault`, `iter::Empty` and `future::Pending` covariant][92630]
    Stabilized APIs
  - [`Arc::new_cyclic`][arc_new_cyclic]
  - [`Rc::new_cyclic`][rc_new_cyclic]
  - [`slice::EscapeAscii`][slice_escape_ascii]
  - [`<[u8]>::escape_ascii`][slice_u8_escape_ascii]
  - [`u8::escape_ascii`][u8_escape_ascii]
  - [`Vec::spare_capacity_mut`][vec_spare_capacity_mut]
  - [`MaybeUninit::assume_init_drop`][assume_init_drop]
  - [`MaybeUninit::assume_init_read`][assume_init_read]
  - [`i8::abs_diff`][i8_abs_diff]
  - [`i16::abs_diff`][i16_abs_diff]
  - [`i32::abs_diff`][i32_abs_diff]
  - [`i64::abs_diff`][i64_abs_diff]
  - [`i128::abs_diff`][i128_abs_diff]
  - [`isize::abs_diff`][isize_abs_diff]
  - [`u8::abs_diff`][u8_abs_diff]
  - [`u16::abs_diff`][u16_abs_diff]
  - [`u32::abs_diff`][u32_abs_diff]
  - [`u64::abs_diff`][u64_abs_diff]
  - [`u128::abs_diff`][u128_abs_diff]
  - [`usize::abs_diff`][usize_abs_diff]
  - [`Display for io::ErrorKind`][display_error_kind]
  - [`From<u8> for ExitCode`][from_u8_exit_code]
  - [`Not for !` (the "never" type)][not_never]
  - [_Op_`Assign<$t> for Wrapping<$t>`][wrapping_assign_ops]
  - [`arch::is_aarch64_feature_detected!`][is_aarch64_feature_detected]
    Cargo
  -----
  - [Port cargo from `toml-rs` to `toml_edit`][cargo/10086]
  - [Stabilize `-Ztimings` as `--timings`][cargo/10245]
  - [Stabilize namespaced and weak dependency features.][cargo/10269]
  - [Accept more `cargo:rustc-link-arg-*` types from build script output.][cargo/10274]
  - [cargo-new should not add ignore rule on Cargo.lock inside subdirs][cargo/10379]
    Misc
  ----
  - [Ship docs on Tier 2 platforms by reusing the closest Tier 1 platform docs][92800]
  - [Drop rustc-docs from complete profile][93742]
  - [bootstrap: tidy up flag handling for llvm build][93918]
    Compatibility Notes
  - [Remove compiler-rt linking hack on Android][83822]
  - [Mitigations for platforms with non-monotonic clocks have been removed from
    `Instant::now`][89926]. On platforms that don't provide monotonic clocks, an
    instant is not guaranteed to be greater than an earlier instant anymore.
  - [`Instant::{duration_since, elapsed, sub}` do not panic anymore on underflow,
    saturating to `0` instead][89926]. In the real world the panic happened mostly
    on platforms with buggy monotonic clock implementations rather than catching
    programming errors like reversing the start and end times. Such programming
    errors will now results in `0` rather than a panic.
  - In a future release we're planning to increase the baseline requirements for
    the Linux kernel to version 3.2, and for glibc to version 2.17. We'd love
    your feedback in [PR #95026][95026].

Files

/usr/bin/cargo
/usr/share/cargo
/usr/share/cargo/registry
/usr/share/licenses/cargo1.60
/usr/share/licenses/cargo1.60/LICENSE-APACHE
/usr/share/licenses/cargo1.60/LICENSE-MIT
/usr/share/licenses/cargo1.60/LICENSE-THIRD-PARTY
/usr/share/man/man1/cargo-bench.1.gz
/usr/share/man/man1/cargo-build.1.gz
/usr/share/man/man1/cargo-check.1.gz
/usr/share/man/man1/cargo-clean.1.gz
/usr/share/man/man1/cargo-doc.1.gz
/usr/share/man/man1/cargo-fetch.1.gz
/usr/share/man/man1/cargo-fix.1.gz
/usr/share/man/man1/cargo-generate-lockfile.1.gz
/usr/share/man/man1/cargo-help.1.gz
/usr/share/man/man1/cargo-init.1.gz
/usr/share/man/man1/cargo-install.1.gz
/usr/share/man/man1/cargo-locate-project.1.gz
/usr/share/man/man1/cargo-login.1.gz
/usr/share/man/man1/cargo-metadata.1.gz
/usr/share/man/man1/cargo-new.1.gz
/usr/share/man/man1/cargo-owner.1.gz
/usr/share/man/man1/cargo-package.1.gz
/usr/share/man/man1/cargo-pkgid.1.gz
/usr/share/man/man1/cargo-publish.1.gz
/usr/share/man/man1/cargo-report.1.gz
/usr/share/man/man1/cargo-run.1.gz
/usr/share/man/man1/cargo-rustc.1.gz
/usr/share/man/man1/cargo-rustdoc.1.gz
/usr/share/man/man1/cargo-search.1.gz
/usr/share/man/man1/cargo-test.1.gz
/usr/share/man/man1/cargo-tree.1.gz
/usr/share/man/man1/cargo-uninstall.1.gz
/usr/share/man/man1/cargo-update.1.gz
/usr/share/man/man1/cargo-vendor.1.gz
/usr/share/man/man1/cargo-verify-project.1.gz
/usr/share/man/man1/cargo-version.1.gz
/usr/share/man/man1/cargo-yank.1.gz
/usr/share/man/man1/cargo.1.gz


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 9 18:39:40 2024