Skip to content

Commit f588387

Browse files
authored
Merge pull request #52 from therealprof/dependabot/cargo/defmt-1.0
Update defmt requirement from 0.3 to 1.0
2 parents d400fea + 0c55dba commit f588387

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
@@ -19,7 +19,7 @@ rust-version = "1.75"
1919
all-features = true
2020

2121
[dependencies]
22-
defmt = { version = "0.3", optional = true }
22+
defmt = { version = "1.0", optional = true }
2323

2424
[workspace]
2525
members = [

0 commit comments

Comments
 (0)