Skip to content

Commit

Permalink
fix version of dev-dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
kumavale committed Feb 14, 2023
1 parent d36b55d commit a88016c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions concatsql_macro/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "concatsql_macro"
version = "0.1.0"
version = "0.1.1"
authors = ["kumavale"]
edition = "2021"
license = "MIT"
Expand All @@ -21,4 +21,4 @@ quote = "1.0"
nom = "7"

[dev-dependencies]
concatsql = { version = "0.4", path = "../concatsql" }
concatsql = { version = "0.5", path = "../concatsql" }

0 comments on commit a88016c

Please sign in to comment.