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>> {
"[email protected]", // ticktimer registers with susres to coordinate time continuity across sleeps
"[email protected]", // "well known" service: thread scheduling
].to_vec();
let xous_kernel_remote = "[email protected].16";
let xous_kernel_remote = "[email protected].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
"[email protected]",
"[email protected].16",
"[email protected].17",
"[email protected]",
"[email protected]",
"[email protected]",
Expand Down

0 comments on commit dd379aa

Please sign in to comment.