Skip to content

Commit

Permalink
aarch64-cpu: Bump to upstream v10.0.0
Browse files Browse the repository at this point in the history
Signed-off-by: Sangwan Kwon <[email protected]>
  • Loading branch information
bitboom committed Oct 29, 2024
1 parent d4e554b commit e235cb3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion plat/fvp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ stat = ["islet_rmm/stat"]
gst_page_table = ["islet_rmm/gst_page_table"]

[dependencies]
aarch64-cpu = { git = "https://github.com/islet-project/aarch64-cpu", branch = "main" }
aarch64-cpu = { version = "10.0.0" }
bitflags = "1.3"
islet_rmm = { path = "../../rmm" }
linked_list_allocator = "0.10.4"
Expand Down
2 changes: 1 addition & 1 deletion rmm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ authors = ["Islet Contributors"]
edition = "2021"

[dependencies]
aarch64-cpu = { git = "https://github.com/islet-project/aarch64-cpu", branch = "main" }
aarch64-cpu = { version = "10.0.0" }
armv9a = { path = "../lib/armv9a" }
ciborium = { version = "*", default-features = false, path = "../third-party/ciborium/ciborium" }
coset = { version = "*", path = "../third-party/coset" }
Expand Down

0 comments on commit e235cb3

Please sign in to comment.