forked from betrusted-io/xous-core
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
the merge requested pulled multiple other crate versions backwards
this fixes it, hopefully.
- Loading branch information
Showing
4 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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].18"; | ||
let xous_kernel_remote = "[email protected].19"; | ||
|
||
// ---- extract position independent args ---- | ||
let lkey = get_flag("--lkey")?; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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].18", | ||
"[email protected].19", | ||
"[email protected]", | ||
"[email protected]", | ||
"[email protected]", | ||
|