From ffc396cb79969ae65f04b03356644106fe2a551e Mon Sep 17 00:00:00 2001 From: Alex Martens Date: Sat, 21 Oct 2023 08:57:28 +0900 Subject: [PATCH] ufmt: 0.1 -> 0.2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 91ba28c7b2..0ec3c8d039 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -48,7 +48,7 @@ ufmt-write = { version = "0.1", optional = true } defmt = { version = ">=0.2.0,<0.4", optional = true } [dev-dependencies] -ufmt = { version = "0.1" } +ufmt = "0.2" [package.metadata.docs.rs] all-features = true