* Update package dependencies and bump version numbers * Update `CHANGELOG.md` for each package to be published * Remember to update `xtensa-lx-rt` too :) * Add and use TrapFrame::new() in esp-wifi * Bump `xtensa-lx-rt` by minor instead of patch, as there are breaking changes --------- Co-authored-by: Dániel Buga <bugadani@gmail.com>
17 lines
506 B
TOML
17 lines
506 B
TOML
[package]
|
|
name = "esp-metadata"
|
|
version = "0.3.0"
|
|
edition = "2021"
|
|
rust-version = "1.60.0"
|
|
description = "Metadata for Espressif devices"
|
|
repository = "https://github.com/esp-rs/esp-hal"
|
|
license = "MIT OR Apache-2.0"
|
|
|
|
[dependencies]
|
|
anyhow = "1.0.86"
|
|
clap = { version = "4.5.16", features = ["derive"] }
|
|
basic-toml = "0.1.9"
|
|
lazy_static = "1.5.0"
|
|
serde = { version = "1.0.209", features = ["derive"] }
|
|
strum = { version = "0.26.3", features = ["derive"] }
|