Skip to content

Commit 7541734

Browse files
committed
Match proc macro crate version
1 parent 24d64c4 commit 7541734

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
/target
2+
/docs
23
Chinook_Sqlite.sql
34
Chinook_Sqlite.sqlite
45
test.db

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ proc-macro2 = "1.0.79"
2222
heck = "0.5.0"
2323
expect-test = "1"
2424
k12 = "0.3"
25-
rust-query-macros = { path = "rust-query-macros" }
25+
rust-query-macros = { path = "rust-query-macros", version = "0.2.0" }
2626
ouroboros = "0.18.4"
2727
ref-cast = "1.0.23"
2828
pretty_assertions = "1.4.0"

rust-query-macros/Cargo.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
[package]
22
name = "rust-query-macros"
3-
version = "0.1.0"
3+
version = "0.2.0"
44
edition = "2021"
5+
description = "Proc-macro crate for rust-query."
6+
license = "MIT OR Apache-2.0"
57

68
[lib]
79
proc-macro = true

0 commit comments

Comments
 (0)