Skip to content

Commit b63bbc6

Browse files
committed
fix aarch64-dit dep
1 parent 87611b5 commit b63bbc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aarch64-dit/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ edition = "2024"
1515
rust-version = "1.85"
1616

1717
[dependencies]
18-
cpufeatures = { version = "0.2.14", path = "../cpufeatures" }
18+
cpufeatures = { version = "0.3.0-pre", path = "../cpufeatures" }
1919

2020
[package.metadata.docs.rs]
2121
default-target = "aarch64-unknown-linux-gnu"

0 commit comments

Comments
 (0)