Skip to content
This repository was archived by the owner on May 23, 2024. It is now read-only.

Version 0.9.1 #85

Merged
merged 2 commits into from
Mar 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Cargo.toml
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 <bjoern.quentin@mobile-j.de>",
"Jesse Braham <jesse@beta7.io>",
Expand All @@ -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 }

Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,9 @@ not allow changing the encoding.
Follow the [`defmt` book's setup instructions] on how to
set up `defmt`. Remember, the global logger is already installed for you by `esp-println`!

Please note that `defmt` does _not_ provide MSRV guarantees with releases, and as such we are not able to make any MSRV guarantees when this feature is enabled. For more information refer to the MSRV section of `defmt`'s README:
https://github.com/knurling-rs/defmt?tab=readme-ov-file#msrv

[`defmt`]: https://github.com/knurling-rs/defmt
[`log` crate]: https://github.com/rust-lang/log
[rzCOBS]: https://github.com/Dirbaio/rzcobs
Expand Down