esp-hal/xtensa-lx-rt/Cargo.toml
Dániel Buga c6df02190b
Use 1.88 & bump HAL MSRV (#3742)
* Update MSRV to 1.88

* Clean up lints

* Generate new baseline

* Bump MSRV of xtensa-lx-rt

* Do not try to replace in semver baseline, bump dependent msrvs

* Changelog
2025-07-03 13:44:27 +00:00

32 lines
933 B
TOML

[package]
name = "xtensa-lx-rt"
version = "0.19.0"
edition = "2024"
rust-version = "1.88.0"
description = "Minimal startup/runtime for Xtensa LX CPUs"
documentation = "https://docs.espressif.com/projects/rust/xtensa-lx-rt/latest/"
repository = "https://github.com/esp-rs/esp-hal"
license = "MIT OR Apache-2.0"
keywords = ["lx", "peripheral", "register", "xtensa"]
categories = ["embedded", "hardware-support", "no-std"]
links = "xtensa-lx-rt"
[lib]
bench = false
test = false
[dependencies]
document-features = "0.2.11"
macros = { version = "0.3.0", package = "xtensa-lx-rt-proc-macros", path = "../xtensa-lx-rt-proc-macros" }
r0 = "1.0.0"
xtensa-lx = { version = "0.11.0", path = "../xtensa-lx" }
[build-dependencies]
[features]
## Save and restore float registers for exceptions
float-save-restore = []
[lints.rust]
unexpected_cfgs = "allow"