Skip to content

Commit

Permalink
bump kernel version
Browse files Browse the repository at this point in the history
  • Loading branch information
bunnie committed Oct 28, 2022
1 parent f01b2a8 commit dd379aa
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 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 xtask/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ fn main() -> Result<(), Box<dyn std::error::Error>> {
"xous-susres@0.1.18", // ticktimer registers with susres to coordinate time continuity across sleeps
"xous-ticktimer@0.1.17", // "well known" service: thread scheduling
].to_vec();
let xous_kernel_remote = "xous-kernel@0.9.16";
let xous_kernel_remote = "xous-kernel@0.9.17";

// ---- extract position independent args ----
let lkey = get_flag("--lkey")?;
Expand Down
2 changes: 1 addition & 1 deletion xtask/src/verifier.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ pub fn check_project_consistency() -> Result<(), DynError> {
let check_pkgs = [
// this set updates with kernel API changes
"xous@0.9.23",
"xous-kernel@0.9.16",
"xous-kernel@0.9.17",
"xous-ipc@0.9.23",
"xous-api-log@0.1.17",
"xous-api-names@0.9.18",
Expand Down

0 comments on commit dd379aa

Please sign in to comment.