Skip to content

Commit

Permalink
Use stable rtt-target
Browse files Browse the repository at this point in the history
  • Loading branch information
bugadani committed Nov 21, 2024
1 parent f5ba2b8 commit 1532321
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
Expand Up @@ -50,8 +50,8 @@ embassy-executor = { workspace = true, features = ["nightly"] }
embassy-time = { version = "0.3.0" }

embedded-hal-old = { package = "embedded-hal", version = "0.2.7" }
rtt-target = { version = "0.6.0", git = "https://github.com/probe-rs/rtt-target", branch = "prep", optional = true }
panic-rtt-target = { version = "0.2.0", git = "https://github.com/probe-rs/rtt-target", branch = "prep", optional = true }
rtt-target = { version = "0.6.0", optional = true }
panic-rtt-target = { version = "0.2.0", optional = true }

esp-hal = { version = "0.22.0" }
esp-hal-embassy = { version = "0.5.0" }
Expand Down

0 comments on commit 1532321

Please sign in to comment.