Skip to content

Commit 8046cba

Browse files
Rust Dependency: Update aarch64-cpu requirement from 10.0.0 to 11.0.0 (#78)
Updates the requirements on [aarch64-cpu](https://github.com/rust-embedded/aarch64-cpu) to permit the latest version. Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 767dfd5 commit 8046cba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

perf_timer/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ default = []
1515
validate_cpu_features = []
1616

1717
[target.'cfg(target_arch="aarch64")'.dependencies]
18-
aarch64-cpu = { version = "10.0.0", optional = false }
18+
aarch64-cpu = { version = "11.0.0", optional = false }
1919

2020
[dependencies]
2121
log = "~0.4"

0 commit comments

Comments
 (0)