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

Commit

Permalink
Version 0.9.1 (#85)
Browse files Browse the repository at this point in the history
* Version 0.9.1

* Mention lack of MSRV guarantees for `defmt` in `README.md`
  • Loading branch information
jessebraham authored Mar 11, 2024
1 parent 3b49310 commit ea55c30
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
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 <[email protected]>",
"Jesse Braham <[email protected]>",
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

0 comments on commit ea55c30

Please sign in to comment.