Skip to content

Commit

Permalink
bump versions after xous-names bump
Browse files Browse the repository at this point in the history
  • Loading branch information
bunnie committed Nov 7, 2022
1 parent a7162fd commit 1129f1c
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 18 deletions.
18 changes: 9 additions & 9 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions xtask/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -118,9 +118,9 @@ fn main() -> Result<(), Box<dyn std::error::Error>> {
// concerned about software supply chain and more focused on developer convenience.
let base_pkgs_remote = [
"[email protected]", // "well known" service: debug logging
"[email protected].23", // "well known" service: manage inter-server connection lookup
"[email protected].19", // ticktimer registers with susres to coordinate time continuity across sleeps
"[email protected].18", // "well known" service: thread scheduling
"[email protected].24", // "well known" service: manage inter-server connection lookup
"[email protected].20", // ticktimer registers with susres to coordinate time continuity across sleeps
"[email protected].19", // "well known" service: thread scheduling
].to_vec();
let xous_kernel_remote = "[email protected]";

Expand Down
12 changes: 6 additions & 6 deletions xtask/src/verifier.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ pub fn check_project_consistency() -> Result<(), DynError> {
"[email protected]",
"[email protected]",
"[email protected]",
"[email protected].19",
"[email protected].17",
"[email protected].17",
"[email protected].20",
"[email protected].18",
"[email protected].18",
"[email protected]",
"[email protected].23",
"[email protected].19",
"[email protected].18",
"[email protected].24",
"[email protected].20",
"[email protected].19",
// this set is only updated if the utralib changes
"[email protected]",
"[email protected]",
Expand Down

0 comments on commit 1129f1c

Please sign in to comment.