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

Commit

Permalink
Merge pull request #38 from esp-rs/prepare-0.9.0
Browse files Browse the repository at this point in the history
Bump version to 0.9.0
  • Loading branch information
bjoernQ authored Oct 26, 2023
2 parents 2646a7f + 3c34cdd commit db2bb85
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "esp-backtrace"
version = "0.8.0"
version = "0.9.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", "print-uart"]

[dependencies]
esp-println = { version = "0.6.0", optional = true, default-features = false }
esp-println = { version = "0.7.0", optional = true, default-features = false }

[features]
# You must enable exactly one of the below features to support the correct chip:
Expand Down

0 comments on commit db2bb85

Please sign in to comment.