Skip to content

Commit 0ac25fc

Browse files
committed
add toml_edit display feature
1 parent 3f238e5 commit 0ac25fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ytflow-app-util/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ ciborium = "0.2"
2424
chrono = { version = "*", features = ["serde"] }
2525
uuid = { version = "1", features = ["serde"] }
2626
rusqlite = { version = "0.28", default-features = false }
27-
toml_edit = { version = "0.22", default-features = false, features = ["parse"] }
27+
toml_edit = { version = "0.22", default-features = false, features = ["parse","display"] }
2828
hex = "0.4"
2929
ytflow = { path = "../ytflow" }

0 commit comments

Comments
 (0)