This repository has been archived by the owner on May 23, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Version 0.9.1 * Mention lack of MSRV guarantees for `defmt` in `README.md`
- Loading branch information
1 parent
3b49310
commit ea55c30
Showing
2 changed files
with
5 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "esp-println" | ||
version = "0.9.0" | ||
version = "0.9.1" | ||
authors = [ | ||
"Björn Quentin <[email protected]>", | ||
"Jesse Braham <[email protected]>", | ||
|
@@ -17,7 +17,7 @@ cargo-args = ["-Z", "build-std=core"] | |
|
||
[dependencies] | ||
log = { version = "0.4.20", optional = true } | ||
defmt = { version = "=0.3.5", optional = true } | ||
defmt = { version = "0.3.6", optional = true } | ||
critical-section = { version = "1.1.2", optional = true } | ||
portable-atomic = { version = "1.6.0", default-features = false, optional = true } | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters