Skip to content

Commit

Permalink
Match proc macro crate version
Browse files Browse the repository at this point in the history
  • Loading branch information
LHolten committed Oct 7, 2024
1 parent 24d64c4 commit 7541734
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/target
/docs
Chinook_Sqlite.sql
Chinook_Sqlite.sqlite
test.db
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ proc-macro2 = "1.0.79"
heck = "0.5.0"
expect-test = "1"
k12 = "0.3"
rust-query-macros = { path = "rust-query-macros" }
rust-query-macros = { path = "rust-query-macros", version = "0.2.0" }
ouroboros = "0.18.4"
ref-cast = "1.0.23"
pretty_assertions = "1.4.0"
Expand Down
4 changes: 3 additions & 1 deletion rust-query-macros/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
[package]
name = "rust-query-macros"
version = "0.1.0"
version = "0.2.0"
edition = "2021"
description = "Proc-macro crate for rust-query."
license = "MIT OR Apache-2.0"

[lib]
proc-macro = true
Expand Down

0 comments on commit 7541734

Please sign in to comment.