diff --git a/Cargo.toml b/Cargo.toml index 60fef334..fe0b426d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -114,7 +114,7 @@ weather = { path = "executables/weather" } miniserde = { version = "0.1" } bindgen = { version = "0.72" } cbindgen = { version = "0.29" } -syn = { version = "2.0" } +syn = { version = "3.0" } quote = { version = "1.0" } proc-macro2 = { version = "1.0" } lvgl_rust_sys = { git = "https://github.com/Xila-Project/lvgl_rust_sys.git", default-features = false } diff --git a/modules/graphics/Cargo.toml b/modules/graphics/Cargo.toml index 5bcf2e4c..a9e63b7d 100644 --- a/modules/graphics/Cargo.toml +++ b/modules/graphics/Cargo.toml @@ -8,7 +8,7 @@ cstr_core = "0.2.6" file_system = { workspace = true } lvgl_rust_sys = { git = "https://github.com/Xila-Project/lvgl_rust_sys.git", default-features = false } #lvgl_rust_sys = { workspace = true, default-features = false } -syn = { version = "2.0", features = ["full"] } +syn = { version = "3.0", features = ["full"] } quote = "1.0" time = { workspace = true } shared = { workspace = true }