cargo update

compiler & tools dependencies:
     Locking 21 packages to latest compatible versions
    Updating addr2line v0.24.2 -> v0.25.1
    Updating anstyle-svg v0.1.11 -> v0.1.12
    Updating backtrace v0.3.75 -> v0.3.76
    Updating clap v4.5.51 -> v4.5.53
    Updating clap_builder v4.5.51 -> v4.5.53
    Updating cxx v1.0.188 -> v1.0.189
    Updating cxx-build v1.0.188 -> v1.0.189
    Updating cxxbridge-cmd v1.0.188 -> v1.0.189
    Updating cxxbridge-flags v1.0.188 -> v1.0.189
    Updating cxxbridge-macro v1.0.188 -> v1.0.189
    Updating hashbrown v0.16.0 -> v0.16.1
    Updating indexmap v2.12.0 -> v2.12.1
    Updating pest v2.8.3 -> v2.8.4
    Updating pest_derive v2.8.3 -> v2.8.4
    Updating pest_generator v2.8.3 -> v2.8.4
    Updating pest_meta v2.8.3 -> v2.8.4
    Updating unicode-ident v1.0.18 -> v1.0.22
    Updating unicode-normalization v0.1.24 -> v0.1.25
    Updating unicode-properties v0.1.3 -> v0.1.4
    Updating zerocopy v0.8.27 -> v0.8.28
    Updating zerocopy-derive v0.8.27 -> v0.8.28
note: pass `--verbose` to see 39 unchanged dependencies behind latest

library dependencies:
     Locking 2 packages to latest compatible versions
    Updating dlmalloc v0.2.11 -> v0.2.12
    Updating windows-sys v0.60.2 -> v0.61.2
    Removing windows-targets v0.53.5
    Removing windows_aarch64_gnullvm v0.53.1
    Removing windows_aarch64_msvc v0.53.1
    Removing windows_i686_gnu v0.53.1
    Removing windows_i686_gnullvm v0.53.1
    Removing windows_i686_msvc v0.53.1
    Removing windows_x86_64_gnu v0.53.1
    Removing windows_x86_64_gnullvm v0.53.1
    Removing windows_x86_64_msvc v0.53.1
note: pass `--verbose` to see 5 unchanged dependencies behind latest

rustbook dependencies:
     Locking 19 packages to latest compatible versions
    Updating anstyle-query v1.1.4 -> v1.1.5
    Updating anstyle-wincon v3.0.10 -> v3.0.11
    Updating cc v1.2.45 -> v1.2.47
    Updating clap v4.5.51 -> v4.5.53
    Updating clap_builder v4.5.51 -> v4.5.53
    Updating clap_complete v4.5.60 -> v4.5.61
    Updating crypto-common v0.1.6 -> v0.1.7
    Updating find-msvc-tools v0.1.4 -> v0.1.5
 Downgrading generic-array v0.14.9 -> v0.14.7 (available: v0.14.9)
    Updating hashbrown v0.16.0 -> v0.16.1
    Updating indexmap v2.12.0 -> v2.12.1
    Updating pest v2.8.3 -> v2.8.4
    Updating pest_derive v2.8.3 -> v2.8.4
    Updating pest_generator v2.8.3 -> v2.8.4
    Updating pest_meta v2.8.3 -> v2.8.4
    Removing phf v0.13.1
 Downgrading phf_codegen v0.13.1 -> v0.11.3
    Removing phf_generator v0.13.1
    Removing phf_shared v0.13.1
 Downgrading string_cache v0.9.0 -> v0.8.9
 Downgrading string_cache_codegen v0.6.1 -> v0.5.4
 Downgrading web_atoms v0.1.4 -> v0.1.3
note: pass `--verbose` to see 1 unchanged dependencies behind latest
3 files changed
tree: cfed36c2b81342089645c293ca71d8b387af43fa
  1. .github/
  2. compiler/
  3. library/
  4. LICENSES/
  5. src/
  6. tests/
  7. .clang-format
  8. .editorconfig
  9. .git-blame-ignore-revs
  10. .gitattributes
  11. .gitignore
  12. .gitmodules
  13. .ignore
  14. .mailmap
  15. bootstrap.example.toml
  16. Cargo.lock
  17. Cargo.toml
  18. CODE_OF_CONDUCT.md
  19. configure
  20. CONTRIBUTING.md
  21. COPYRIGHT
  22. INSTALL.md
  23. LICENSE-APACHE
  24. license-metadata.json
  25. LICENSE-MIT
  26. package.json
  27. README.md
  28. RELEASES.md
  29. REUSE.toml
  30. rust-bors.toml
  31. rustfmt.toml
  32. triagebot.toml
  33. typos.toml
  34. x
  35. x.ps1
  36. x.py
  37. yarn.lock
README.md

Website | Getting started | Learn | Documentation | Contributing

This is the main source code repository for Rust. It contains the compiler, standard library, and documentation.

Why Rust?

  • Performance: Fast and memory-efficient, suitable for critical services, embedded devices, and easily integrated with other languages.

  • Reliability: Our rich type system and ownership model ensure memory and thread safety, reducing bugs at compile-time.

  • Productivity: Comprehensive documentation, a compiler committed to providing great diagnostics, and advanced tooling including package manager and build tool (Cargo), auto-formatter (rustfmt), linter (Clippy) and editor support (rust-analyzer).

Quick Start

Read “Installation” from The Book.

Installing from Source

If you really want to install from source (though this is not recommended), see INSTALL.md.

Getting Help

See https://www.rust-lang.org/community for a list of chat platforms and forums.

Contributing

See CONTRIBUTING.md.

License

Rust is primarily distributed under the terms of both the MIT license and the Apache License (Version 2.0), with portions covered by various BSD-like licenses.

See LICENSE-APACHE, LICENSE-MIT, and COPYRIGHT for details.

Trademark

The Rust Foundation owns and protects the Rust and Cargo trademarks and logos (the “Rust Trademarks”).

If you want to use these names or brands, please read the Rust language trademark policy.

Third-party logos may be subject to third-party copyrights and trademarks. See Licenses for details.