Skip to content
This repository has been archived by the owner on May 23, 2024. It is now read-only.

Commit

Permalink
Prepare release 0.11.0 (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
bjoernQ authored Feb 7, 2024
1 parent 5640d8e commit bff21dd
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "esp-backtrace"
version = "0.10.0"
version = "0.11.0"
edition = "2021"
description = "Bare-metal backtrace support for ESP32"
repository = "https://github.com/esp-rs/esp-backtrace"
Expand All @@ -11,7 +11,7 @@ default-target = "riscv32imc-unknown-none-elf"
features = ["esp32c3", "panic-handler", "exception-handler", "println", "esp-println/uart"]

[dependencies]
esp-println = { version = "0.8.0", optional = true, default-features = false }
esp-println = { version = "0.9.0", optional = true, default-features = false }
defmt = { version = "=0.3.5", optional = true }

[features]
Expand Down Expand Up @@ -39,6 +39,3 @@ exception-handler = []
panic-handler = []
halt-cores = []
colors = []

[patch.crates-io]
esp-println = { git = "https://github.com/esp-rs/esp-println/", rev = "1f628e3" }

0 comments on commit bff21dd

Please sign in to comment.