Prevent multiple versions of esp-println from being included in the dependency tree

This commit is contained in:
Jesse Braham 2024-07-05 05:55:39 -07:00 committed by Jesse Braham
parent dc4ddcb3fe
commit bb4321838e

View File

@ -6,6 +6,7 @@ rust-version = "1.76.0"
description = "Provides `print!` and `println!` implementations various Espressif devices"
repository = "https://github.com/esp-rs/esp-hal"
license = "MIT OR Apache-2.0"
links = "esp-println"
[package.metadata.docs.rs]
cargo-args = ["-Z", "build-std=core"]