Skip to content

Commit 2cf4622

Browse files
committed
commit lockfile and verification pins
1 parent 80094ae commit 2cf4622

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

xtask/src/main.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ fn main() -> Result<(), Box<dyn std::error::Error>> {
122122
"[email protected]", // ticktimer registers with susres to coordinate time continuity across sleeps
123123
"[email protected]", // "well known" service: thread scheduling
124124
].to_vec();
125-
let xous_kernel_remote = "[email protected].13";
125+
let xous_kernel_remote = "[email protected].18";
126126

127127
// ---- extract position independent args ----
128128
let lkey = get_flag("--lkey")?;

xtask/src/verifier.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ pub fn check_project_consistency() -> Result<(), DynError> {
1111
let check_pkgs = [
1212
// this set updates with kernel API changes
1313
14-
14+
1515
1616
1717

0 commit comments

Comments
 (0)