From e04e3a12c49bac0f7ce2459e34b822535693f98e Mon Sep 17 00:00:00 2001 From: Manuel Cillero Date: Wed, 15 Jan 2025 20:59:06 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20[macros]=20Libera=20versi=C3=B3n?= =?UTF-8?q?=20de=20desarrollo=200.0.18?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- helpers/pagetop-macros/Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/helpers/pagetop-macros/Cargo.toml b/helpers/pagetop-macros/Cargo.toml index 0d4297bf..57cbcdc7 100644 --- a/helpers/pagetop-macros/Cargo.toml +++ b/helpers/pagetop-macros/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pagetop-macros" -version = "0.0.17" +version = "0.0.18" edition = "2021" description = """\ @@ -18,8 +18,8 @@ authors.workspace = true proc-macro = true [dependencies] -proc-macro2 = "1.0.92" +proc-macro2 = "1.0.93" proc-macro-crate = "3.2.0" proc-macro-error = "1.0.4" quote = "1.0.38" -syn = { version = "2.0.95", features = ["full"] } +syn = { version = "2.0.96", features = ["full"] }