Skip to content

Commit

Permalink
Bump toml_to_table to 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zhiburt committed Feb 7, 2025
1 parent 9741329 commit a00a1c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions toml_to_table/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "toml_to_table"
version = "0.5.0"
version = "0.6.0"
edition = "2018"
authors = ["Maxim Zhiburt <[email protected]>"]
repository = "https://github.com/zhiburt/tabled"
Expand All @@ -19,7 +19,7 @@ macros = ["tabled/macros"]

[dependencies]
toml = "0.8"
tabled = { version = "0.17", features = ["std"], default-features = false }
tabled = { version = "0.18", features = ["std"], default-features = false }

[dev-dependencies]
testing_table = { version = "0.2", features = ["ansi"] }

0 comments on commit a00a1c4

Please sign in to comment.