Skip to content

Commit

Permalink
changed path to version of proc macros
Browse files Browse the repository at this point in the history
  • Loading branch information
mvisani committed Apr 16, 2024
1 parent 84c1001 commit a1abb01
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ load_sql_proc.workspace = true
minify_sql_proc.workspace = true

[workspace.package]
version = "0.1.2"
version = "0.1.3"
readme = "README.md"
edition = "2018"
license = "GPL-3.0"
Expand All @@ -26,16 +26,12 @@ authors = ["Marco Visani", "Luca Cappelletti"]
keywords = ["sql", "minifier", "compression", "database", "macro"]

[workspace.dependencies]
minify_sql = { path = "minify_sql" }
load_sql_proc = { path = "load_sql_proc" }
minify_sql_proc = { path = "minify_sql_proc" }
minify_sql = { version = "0.1.3" }
load_sql_proc = { version = "0.1.3" }
minify_sql_proc = { version = "0.1.3" }
quote = "1.0.36"
regex = "1.10.4"
syn = "2.0.59"

[workspace]
members = [
"minify_sql",
"load_sql_proc",
"minify_sql_proc"
]
members = ["minify_sql", "load_sql_proc", "minify_sql_proc"]

0 comments on commit a1abb01

Please sign in to comment.