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

cargo1.54-1.54.0-7.3.1 RPM for ppc64le

From OpenSuSE Leap 15.4 for ppc64le

Name: cargo1.54 Distribution: SUSE Linux Enterprise 15
Version: 1.54.0 Vendor: SUSE LLC <https://www.suse.com/>
Release: 7.3.1 Build date: Fri Aug 13 12:37:25 2021
Group: Development/Languages/Rust Build host: cabernet
Size: 13781404 Source RPM: rust1.54-1.54.0-7.3.1.src.rpm
Packager: https://www.suse.com/
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

* Fri Aug 06 2021 william.brown@suse.com
  - Change llvm_bundling to be required on s390x on 15.3 due to an llvm11
    codegen issue.
* Fri Jul 30 2021 william.brown@suse.com
  Version 1.54.0 (2021-07-29)
    Language
  - [You can now use macros for values in built-in attribute macros.][83366]
    While a seemingly minor addition on its own, this enables a lot of
    powerful functionality when combined correctly. Most notably you can
    now include external documentation in your crate by writing the following.
    ```rust
    [#]![doc = include_str!("README.md")]
    ```
    You can also use this to include auto-generated modules:
    ```rust
    [#][path = concat!(env!("OUT_DIR"), "/generated.rs")]
    mod generated;
    ```
  - [You can now cast between unsized slice types (and types which contain
    unsized slices) in `const fn`.][85078]
  - [You can now use multiple generic lifetimes with `impl Trait` where the
    lifetimes don't explicitly outlive another.][84701] In code this means
    that you can now have `impl Trait<'a, 'b>` where as before you could
    only have `impl Trait<'a, 'b> where 'b: 'a`.
    Compiler
  - [Rustc will now search for custom JSON targets in
    `/lib/rustlib/<target-triple>/target.json` where `/` is the "sysroot"
    directory.][83800] You can find your sysroot directory by running
    `rustc --print sysroot`.
  - [Added `wasm` as a `target_family` for WebAssembly platforms.][84072]
  - [You can now use `#[target_feature]` on safe functions when targeting
    WebAssembly platforms.][84988]
  - [Improved debugger output for enums on Windows MSVC platforms.][85292]
  - [Added tier 3\* support for `bpfel-unknown-none`
    and `bpfeb-unknown-none`.][79608]
    \* Refer to Rust's [platform support page][platform-support-doc] for more
    information on Rust's tiered platform support.
    Libraries
  - [`panic::panic_any` will now `#[track_caller]`.][85745]
  - [Added `OutOfMemory` as a variant of `io::ErrorKind`.][84744]
  - [ `proc_macro::Literal` now implements `FromStr`.][84717]
  - [The implementations of vendor intrinsics in core::arch have been
    significantly refactored.][83278] The main user-visible changes are
    a 50% reduction in the size of libcore.rlib and stricter validation
    of constant operands passed to intrinsics. The latter is technically
    a breaking change, but allows Rust to more closely match the C vendor
    intrinsics API.
    Stabilized APIs
  - [`BTreeMap::into_keys`]
  - [`BTreeMap::into_values`]
  - [`HashMap::into_keys`]
  - [`HashMap::into_values`]
  - [`arch::wasm32`]
  - [`VecDeque::binary_search`]
  - [`VecDeque::binary_search_by`]
  - [`VecDeque::binary_search_by_key`]
  - [`VecDeque::partition_point`]
    Cargo
  -----
  - [Added the `--prune <spec>` option to `cargo-tree` to remove a package from
    the dependency graph.][cargo/9520]
  - [Added the `--depth` option to `cargo-tree` to print only to a certain depth
    in the tree ][cargo/9499]
  - [Added the `no-proc-macro` value to `cargo-tree --edges` to hide procedural
    macro dependencies.][cargo/9488]
  - [A new environment variable named `CARGO_TARGET_TMPDIR` is available.][cargo/9375]
    This variable points to a directory that integration tests and benches
    can use as a "scratchpad" for testing filesystem operations.

Files

/usr/bin/cargo
/usr/share/bash-completion
/usr/share/bash-completion/completions
/usr/share/bash-completion/completions/cargo
/usr/share/cargo
/usr/share/cargo/registry
/usr/share/licenses/cargo1.54
/usr/share/licenses/cargo1.54/LICENSE-APACHE
/usr/share/licenses/cargo1.54/LICENSE-MIT
/usr/share/licenses/cargo1.54/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-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
/usr/share/zsh
/usr/share/zsh/site-functions
/usr/share/zsh/site-functions/_cargo


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 9 17:00:22 2024