diff options
Diffstat (limited to 'bzipper_macros/Cargo.toml')
-rw-r--r-- | bzipper_macros/Cargo.toml | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/bzipper_macros/Cargo.toml b/bzipper_macros/Cargo.toml index 8167029..9b00254 100644 --- a/bzipper_macros/Cargo.toml +++ b/bzipper_macros/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bzipper_macros" -version = "0.7.0" +version = "0.8.0" edition = "2021" documentation = "https://docs.rs/bzipper_macros/" @@ -10,14 +10,16 @@ readme.workspace = true homepage.workspace = true repository.workspace = true license.workspace = true +keywords.workspace = true +categories.workspace = true [lib] proc-macro = true [dependencies] -proc-macro2 = "1.0.86" +proc-macro2 = "1.0.89" quote = "1.0.37" -syn = "2.0.75" +syn = "2.0.85" [lints] workspace = true |