aboutsummaryrefslogtreecommitdiff
path: root/azalea-buf/azalea-buf-macros
diff options
context:
space:
mode:
authormat <git@matdoes.dev>2023-05-24 02:52:21 -0500
committermat <git@matdoes.dev>2023-05-24 02:52:21 -0500
commit8be3921ad450958ac9bc8c1911ecd65760ea42b6 (patch)
tree2bf05b45f2aaa23f3b1f54c1ef365888ee02f08a /azalea-buf/azalea-buf-macros
parent630c78b3180443115b84261a63bfdb3e61c41822 (diff)
parenteb65b0ad6e03f5ffcf8f0f2328ec91bb7e26259f (diff)
downloadazalea-drasl-8be3921ad450958ac9bc8c1911ecd65760ea42b6.tar.xz
merge main
Diffstat (limited to 'azalea-buf/azalea-buf-macros')
-rw-r--r--azalea-buf/azalea-buf-macros/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/azalea-buf/azalea-buf-macros/Cargo.toml b/azalea-buf/azalea-buf-macros/Cargo.toml
index f6775b76..2aa98fd7 100644
--- a/azalea-buf/azalea-buf-macros/Cargo.toml
+++ b/azalea-buf/azalea-buf-macros/Cargo.toml
@@ -4,7 +4,7 @@ edition = "2021"
license = "MIT"
name = "azalea-buf-macros"
repository = "https://github.com/mat-1/azalea/tree/main/azalea-buf"
-version = "0.6.0"
+version = "0.7.0"
[lib]
proc-macro = true
@@ -13,4 +13,4 @@ proc-macro = true
[dependencies]
proc-macro2 = "^1.0.36"
quote = "^1.0.10"
-syn = {version = "^1.0.82", features = ["extra-traits"]}
+syn = { version = "^1.0.82", features = ["extra-traits"] }