We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8951b26 commit 734ab4eCopy full SHA for 734ab4e
Cargo.toml
@@ -3,7 +3,7 @@ authors = ["Dario Nieuwenhuis <[email protected]>"]
3
edition = "2018"
4
license = "MIT OR Apache-2.0"
5
name = "defmt-rtt-target"
6
-version = "0.3.0"
+version = "0.4.0"
7
categories = [
8
"embedded",
9
"no-std",
@@ -12,6 +12,6 @@ description = "defmt logger implementation using the rtt-target crate"
12
repository = "https://github.com/akiles/defmt-rtt-target"
13
14
[dependencies]
15
-defmt = "0.3.0"
16
-cortex-m = "0.7.3"
17
-rtt-target = "0.3.1"
+defmt = "0.3.5"
+cortex-m = "0.7.7"
+rtt-target = "0.4.0"
0 commit comments