diff options
| author | mat <27899617+mat-1@users.noreply.github.com> | 2024-07-05 00:45:45 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-07-05 00:45:45 -0500 |
| commit | ea64fba7f655b9afa03d57e8590c16e024f396f3 (patch) | |
| tree | 728293b8cc852bf6b50a55594589a3b93b96c286 /azalea-protocol/azalea-protocol-macros | |
| parent | 350e32d0a9f21103e271e80e63daa5711a78e1d7 (diff) | |
| download | azalea-drasl-ea64fba7f655b9afa03d57e8590c16e024f396f3.tar.xz | |
upgrade to simdnbt 0.6 (#160)
Diffstat (limited to 'azalea-protocol/azalea-protocol-macros')
| -rw-r--r-- | azalea-protocol/azalea-protocol-macros/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/azalea-protocol/azalea-protocol-macros/Cargo.toml b/azalea-protocol/azalea-protocol-macros/Cargo.toml index 28dcf2ac..0958cb08 100644 --- a/azalea-protocol/azalea-protocol-macros/Cargo.toml +++ b/azalea-protocol/azalea-protocol-macros/Cargo.toml @@ -11,6 +11,6 @@ proc-macro = true # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -proc-macro2 = "^1.0.81" +proc-macro2 = "^1.0.86" quote = "^1.0.36" -syn = "^2.0.60" +syn = "^2.0.68" |
