Skip to content

Commit

Permalink
Merge branch 'main' into dap/blueprint-dns
Browse files Browse the repository at this point in the history
  • Loading branch information
davepacheco committed Feb 15, 2024
2 parents 11fa30c + 4db6c6c commit e87a431
Show file tree
Hide file tree
Showing 36 changed files with 2,134 additions and 571 deletions.
2 changes: 1 addition & 1 deletion .github/buildomat/jobs/package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ rustc --version
# trampoline global zone images.
#
COMMIT=$(git rev-parse HEAD)
VERSION="6.0.0-0.ci+git${COMMIT:0:11}"
VERSION="7.0.0-0.ci+git${COMMIT:0:11}"
echo "$VERSION" >/work/version.txt

ptime -m ./tools/install_builder_prerequisites.sh -yp
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/hakari.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
with:
toolchain: stable
- name: Install cargo-hakari
uses: taiki-e/install-action@717ed1cb83959ef327137c2f806e1d8597bfca9f # v2
uses: taiki-e/install-action@14422f84f07a2d547893af56258f5e59333262df # v2
with:
tool: cargo-hakari
- name: Check workspace-hack Cargo.toml is up-to-date
Expand Down
Loading

0 comments on commit e87a431

Please sign in to comment.