Skip to content

Commit

Permalink
Bump static_table to 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zhiburt committed Aug 5, 2024
1 parent b849e82 commit 655806a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions static_table/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "static_table"
version = "0.3.0"
version = "0.4.0"
authors = ["Maxim Zhiburt <[email protected]>"]
edition = "2018"
description = "Library creates pretty tables at compiler time"
Expand All @@ -20,11 +20,11 @@ derive = ["tabled/derive"]
macros = ["tabled/macros"]

[dependencies]
tabled = { path = "../tabled", features = ["std"], default-features = false }
tabled = { version = "0.16", features = ["std"], default-features = false }
syn = { version = "1", features = ["parsing"] }
quote = "1"
proc-macro2 = "1"
proc-macro-error = "1.0"

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

0 comments on commit 655806a

Please sign in to comment.