Skip to content

Commit

Permalink
Published rorm-macro v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
myOmikron committed Sep 8, 2023
1 parent f65076e commit eb4654e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions rorm-macro/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rorm-macro"
version = "0.6.0"
version = "0.7.0"
edition = "2021"
repository = "https://github.com/rorm-orm/rorm"
authors = ["gammelalf", "myOmikron <[email protected]>"]
Expand All @@ -16,11 +16,11 @@ proc-macro = true

[dependencies]
# syn builds rust syntax trees from strings or tokenstream
syn = { version = "~1.0" }
syn = { version = "~1" }
# quote provides a macro to write rust code with template variables which then produces a tokenstream
quote = { version = "~1.0" }
quote = { version = "~1" }
# a higher level wrapper for rust's proc-macro which is used by syn and quote
proc-macro2 = { version = "~1.0" }
proc-macro2 = { version = "~1" }
# for simple parsing of attributes
darling = { version = "~0.14" }

Expand Down

0 comments on commit eb4654e

Please sign in to comment.