Skip to content

Commit fe817a3

Browse files
committed
patch bump utils & macros
1 parent 7b421e5 commit fe817a3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

macros/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ keywords = ["Debug", "Display", "Write", "format"]
77
license = "MIT OR Apache-2.0"
88
name = "ufmt-macros"
99
repository = "https://github.com/japaric/ufmt"
10-
version = "0.1.0"
10+
version = "0.1.1"
1111

1212
[lib]
1313
proc-macro = true

utils/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ keywords = ["Debug", "Display", "Write", "format"]
88
license = "MIT OR Apache-2.0"
99
name = "ufmt-utils"
1010
repository = "https://github.com/japaric/ufmt"
11-
version = "0.1.0"
11+
version = "0.1.1"
1212

1313
[dependencies]
1414
heapless = "0.5.0"

0 commit comments

Comments
 (0)