diff options
| author | mat <git@matdoes.dev> | 2023-11-06 18:04:48 -0600 |
|---|---|---|
| committer | mat <git@matdoes.dev> | 2023-11-06 18:04:57 -0600 |
| commit | ee55453fbf9a799e23cbca60e384f6adf3d11acf (patch) | |
| tree | 94ffd6b431ade8434d4ed4bf6dbf7126d60d5a2b /azalea-protocol/azalea-protocol-macros | |
| parent | 48b5d121718c98c3280e0945508324fc4527beec (diff) | |
| download | azalea-drasl-ee55453fbf9a799e23cbca60e384f6adf3d11acf.tar.xz | |
bevy 0.12
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 acef483e..f463e066 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.67" +proc-macro2 = "^1.0.69" quote = "^1.0.33" -syn = "^2.0.37" +syn = "^2.0.39" |
