From ff73ef70666e89f505fd2e8f06bae96515ce1a64 Mon Sep 17 00:00:00 2001 From: Maxim Zhiburt Date: Sat, 23 Nov 2024 00:19:43 +0300 Subject: [PATCH] ron_to_table/ Bump to 0.5.0 --- ron_to_table/Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ron_to_table/Cargo.toml b/ron_to_table/Cargo.toml index 06e3f5b7..78c8c10a 100644 --- a/ron_to_table/Cargo.toml +++ b/ron_to_table/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ron_to_table" -version = "0.4.0" +version = "0.5.0" edition = "2018" authors = ["Maxim Zhiburt "] repository = "https://github.com/zhiburt/tabled" @@ -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"] }