Skip to content

Commit 74040c0

Browse files
authored
Merge pull request #1 from rust-iot/dependabot/cargo/defmt-0.3
Update defmt requirement from 0.2 to 0.3
2 parents 3fff8af + c464998 commit 74040c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ modular-bitfield = "0.11.0"
3434
nb = {version = "1", optional = true}
3535
void = {version = "1", optional = true}
3636

37-
defmt = { version = "0.2", optional = true}
37+
defmt = { version = "0.3", optional = true}
3838
log = { version = "0.4", default-features = false, optional = true }
3939

4040
[dev-dependencies]

0 commit comments

Comments
 (0)