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 = [
"xous-log@0.1.15", // "well known" service: debug logging
"xous-names@0.9.23", // "well known" service: manage inter-server connection lookup
"xous-susres@0.1.19", // ticktimer registers with susres to coordinate time continuity across sleeps
"xous-ticktimer@0.1.18", // "well known" service: thread scheduling
"xous-names@0.9.24", // "well known" service: manage inter-server connection lookup
"xous-susres@0.1.20", // ticktimer registers with susres to coordinate time continuity across sleeps
"xous-ticktimer@0.1.19", // "well known" service: thread scheduling
].to_vec();
let xous_kernel_remote = "xous-kernel@0.9.20";

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> {
"xous-kernel@0.9.20",
"xous-ipc@0.9.24",
"xous-api-log@0.1.18",
"xous-api-names@0.9.19",
"xous-api-susres@0.9.17",
"xous-api-ticktimer@0.9.17",
"xous-api-names@0.9.20",
"xous-api-susres@0.9.18",
"xous-api-ticktimer@0.9.18",
"xous-log@0.1.15",
"xous-names@0.9.23",
"xous-susres@0.1.19",
"xous-ticktimer@0.1.18",
"xous-names@0.9.24",
"xous-susres@0.1.20",
"xous-ticktimer@0.1.19",
// this set is only updated if the utralib changes
"utralib@0.1.9",
"svd2utra@0.1.7",
Expand Down

0 comments on commit 1129f1c

Please sign in to comment.