Skip to content

Commit

Permalink
Merge pull request #44 from probe-rs/release/v0.5.0
Browse files Browse the repository at this point in the history
v0.5.0 release
  • Loading branch information
Yatekii committed Jan 4, 2024
2 parents 422f12c + e861893 commit a1bae7c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions panic-rtt-target/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "panic-rtt-target"
description = "Logs panic messages over RTT using rtt-target"
version = "0.1.2"
version = "0.1.3"
edition = "2021"
readme = "README.md"
keywords = ["no-std", "embedded", "debugging", "rtt"]
Expand All @@ -14,5 +14,5 @@ authors = [
repository = "https://github.com/probe-rs/rtt-target"

[dependencies]
rtt-target = "0.4.0"
rtt-target = "0.5.0"
critical-section = "1.1.1"
2 changes: 1 addition & 1 deletion rtt-target/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "rtt-target"
description = "Target side implementation of the RTT (Real-Time Transfer) I/O protocol"
version = "0.4.0"
version = "0.5.0"
edition = "2018"
readme = "../README.md"
keywords = ["no-std", "embedded", "debugging", "rtt"]
Expand Down

0 comments on commit a1bae7c

Please sign in to comment.