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

Commit c140287

Browse files
committed
Version 0.8.0
1 parent da05fa2 commit c140287

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "esp-println"
3-
version = "0.7.1"
3+
version = "0.8.0"
44
authors = [
55
"Björn Quentin <bjoern.quentin@mobile-j.de>",
66
"Jesse Braham <jesse@beta7.io>",
@@ -16,10 +16,10 @@ default-target = "riscv32imc-unknown-none-elf"
1616
cargo-args = ["-Z", "build-std=core"]
1717

1818
[dependencies]
19-
log = { version = "0.4.17", optional = true }
19+
log = { version = "0.4.20", optional = true }
2020
defmt = { version = "=0.3.5", optional = true }
21-
critical-section = { version = "1.1.1", optional = true }
22-
portable-atomic = { version = "1.5.1", default-features = false, optional = true }
21+
critical-section = { version = "1.1.2", optional = true }
22+
portable-atomic = { version = "1.6.0", default-features = false, optional = true }
2323

2424
[features]
2525
default = ["uart", "critical-section", "colors"]

0 commit comments

Comments
 (0)