Skip to content

Commit 734ab4e

Browse files
committed
Update depencencies
1 parent 8951b26 commit 734ab4e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Cargo.toml

+4-4
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ authors = ["Dario Nieuwenhuis <[email protected]>"]
33
edition = "2018"
44
license = "MIT OR Apache-2.0"
55
name = "defmt-rtt-target"
6-
version = "0.3.0"
6+
version = "0.4.0"
77
categories = [
88
"embedded",
99
"no-std",
@@ -12,6 +12,6 @@ description = "defmt logger implementation using the rtt-target crate"
1212
repository = "https://github.com/akiles/defmt-rtt-target"
1313

1414
[dependencies]
15-
defmt = "0.3.0"
16-
cortex-m = "0.7.3"
17-
rtt-target = "0.3.1"
15+
defmt = "0.3.5"
16+
cortex-m = "0.7.7"
17+
rtt-target = "0.4.0"

0 commit comments

Comments
 (0)