Skip to content

Commit 6667988

Browse files
SDAChesshsivonen
authored andcommitted
build(deps): accept multiversion 0.9.0
Allow multiversion 0.9.0 to use syn 3, allowing downstream consumers to resolve a single syn version and avoid duplicate proc-macro dependencies.
1 parent 662cb42 commit 6667988

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ scopeguard = { version = "1", default-features = false }
4646
# enabled, but Cargo explicitly does not allow combining feature conditions and
4747
# target conditions.
4848
[target.'cfg(all(any(target_arch = "x86_64", target_arch = "x86"), not(all(target_feature = "avx2", target_feature = "bmi1"))))'.dependencies]
49-
multiversion = { version = "0.8.0", default-features = false }
49+
multiversion = { version = ">=0.8.0,<0.10.0", default-features = false }
5050

5151
[target.'cfg(any(target_arch = "x86_64", target_arch = "x86", target_arch = "aarch64", all(target_arch = "wasm32", target_feature = "simd128")))'.dependencies]
5252
simdutf8 = { version = "0.1.5", default-features = false, features = ["aarch64_neon", "public_imp"] }

0 commit comments

Comments
 (0)