diff --git a/scopegraphs-regular-expressions/Cargo.toml b/scopegraphs-regular-expressions/Cargo.toml index dfd3dbc..20815bd 100644 --- a/scopegraphs-regular-expressions/Cargo.toml +++ b/scopegraphs-regular-expressions/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "scopegraphs-regular-expressions" -version = "0.2.9" +version = "0.2.10" edition = "2021" license = "MIT OR Apache-2.0" authors = [ @@ -14,7 +14,7 @@ rust-version = "1.75" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -syn = { version = "2.0.29", default-features = false, features = ["parsing", "derive", "printing"] } +syn = { version = "2.0.29", default-features = false, features = ["parsing", "derive", "printing", "clone-impls"] } quote = { version = "1.0.33" } proc-macro2 = "1.0.69" thiserror = "1.0.50"