We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1a54b69 + 1b3158c commit 4406557Copy full SHA for 4406557
2 files changed
Cargo.toml
@@ -220,7 +220,7 @@ default-features = false
220
# # xxx : remove features, maybe
221
222
[workspace.dependencies.tree_fmt]
223
-version = "~0.10.0"
+version = "~0.11.0"
224
path = "module/core/tree_fmt"
225
default-features = false
226
module/core/tree_fmt/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "tree_fmt"
3
-version = "0.10.0"
+version = "0.11.0"
4
edition = "2021"
5
authors = [ "wandalen <wandalen@obox.systems>" ]
6
license = "MIT"
0 commit comments