Skip to content

Commit

Permalink
json_to_table/ Bump to 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zhiburt committed Nov 22, 2024
1 parent 2aaddd5 commit 0983fce
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions json_to_table/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "json_to_table"
version = "0.8.0"
version = "0.9.0"
edition = "2018"
authors = ["Maxim Zhiburt <[email protected]>"]
repository = "https://github.com/zhiburt/tabled"
Expand All @@ -19,7 +19,7 @@ macros = ["tabled/macros"]

[dependencies]
serde_json = "1"
tabled = { path = "../tabled", features = ["std"], default-features = false }
tabled = { version = "0.17", features = ["std"], default-features = false }

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

0 comments on commit 0983fce

Please sign in to comment.