Skip to content

Commit

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

[dependencies]
ron = "0.8"
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 ff73ef7

Please sign in to comment.