diff options
author | Harald Eilertsen <haraldei@anduin.net> | 2023-03-28 22:50:50 +0200 |
---|---|---|
committer | Harald Eilertsen <haraldei@anduin.net> | 2023-03-28 22:50:50 +0200 |
commit | a4b9520f430ce188ba9165dcabd3320763ff2e16 (patch) | |
tree | f419b518a57466afa7ed365b059169a51584796a /zotapi-derive/Cargo.toml | |
parent | ff133eb60aef85e14057a62d8c7b70ec2de0b205 (diff) | |
download | rust-zotapi-a4b9520f430ce188ba9165dcabd3320763ff2e16.tar.gz rust-zotapi-a4b9520f430ce188ba9165dcabd3320763ff2e16.tar.bz2 rust-zotapi-a4b9520f430ce188ba9165dcabd3320763ff2e16.zip |
Update some dependencies.dev
Diffstat (limited to 'zotapi-derive/Cargo.toml')
-rw-r--r-- | zotapi-derive/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zotapi-derive/Cargo.toml b/zotapi-derive/Cargo.toml index 72ece81..260161e 100644 --- a/zotapi-derive/Cargo.toml +++ b/zotapi-derive/Cargo.toml @@ -8,6 +8,6 @@ edition = "2021" [dependencies] proc-macro2 = "1.0" quote = "1.0" -syn = { version = "1.0", features = ["full"] } +syn = { version = "2.0", features = ["full"] } [lib] proc-macro = true |