Bump chorus-macros deps

This commit is contained in:
bitfl0wer 2023-08-27 00:59:22 +02:00
parent a8769ffca6
commit 2e4abb468a
2 changed files with 6 additions and 4 deletions

View File

@ -1,7 +1,7 @@
[package]
name = "chorus"
version = "0.1.0"
license = "AGPL-3"
license = "AGPL-3.0"
edition = "2021"
[features]

View File

@ -2,11 +2,13 @@
name = "chorus-macros"
version = "0.1.0"
edition = "2021"
license = "AGPL-3.0"
description = "Macros for the chorus crate."
[lib]
proc-macro = true
[dependencies]
quote = "1"
syn = "2"
async-trait = "0.1.71"
quote = "1.0.33"
syn = "2.0.29"
async-trait = "0.1.73"