This repository was archived by the owner on Nov 7, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11[package ]
22name = " cortex-a"
3- version = " 7.5 .0"
3+ version = " 8.0 .0"
44authors = [" Andre Richter <andre.o.richter@gmail.com>" ]
55description = " Low level access to Cortex-A processors"
66homepage = " https://github.com/rust-embedded/cortex-a"
@@ -24,4 +24,4 @@ default = ["nightly"]
2424nightly = [" tock-registers" ]
2525
2626[dependencies ]
27- tock-registers = { version = " 0.8" , default-features = false , optional = true } # Use it as interface-only library.
27+ tock-registers = { version = " 0.8.x " , default-features = false , optional = true } # Use it as interface-only library.
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ the same version of `tock-registers` as is being used by this crate to ensure sa
2525interoperatbility.
2626
2727For example, in the following snippet, ` X.Y.Z ` should be the same version of ` tock-registers ` that
28- is mentioned in ` cortex-a ` 's [ ` Cargo.toml ` ] ( Cargo.toml ) .
28+ is mentioned in ` cortex-a ` 's [ ` Cargo.toml ` ] ( Cargo.toml#L27 ) .
2929
3030``` toml
3131[package ]
You can’t perform that action at this time.
0 commit comments