Skip to content

Commit 64ea2ab

Browse files
committed
use cargo-hyperlight 0.1.10
Signed-off-by: Jorge Prendes <jorge.prendes@gmail.com>
1 parent dc46f7b commit 64ea2ab

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/RustNightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
src/tests/rust_guests/witguest -> target
7979
8080
- name: Install cargo-hyperlight
81-
run: cargo install cargo-hyperlight --version 0.1.9 --locked --force
81+
run: cargo install cargo-hyperlight --version 0.1.10 --locked --force
8282

8383
- name: Build and move Rust guests
8484
run: |

.github/workflows/dep_build_guests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
src/tests/rust_guests/witguest -> target
6969
7070
- name: Install cargo-hyperlight
71-
run: cargo install cargo-hyperlight --version 0.1.9 --locked --force
71+
run: cargo install cargo-hyperlight --version 0.1.10 --locked --force
7272

7373
- name: Build Rust guests
7474
run: |

.github/workflows/dep_code_checks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
run: just fmt-check
7575

7676
- name: Install cargo-hyperlight
77-
run: cargo install cargo-hyperlight --version 0.1.9 --locked --force
77+
run: cargo install cargo-hyperlight --version 0.1.10 --locked --force
7878

7979
- name: clippy exhaustive check (debug)
8080
run: just clippy-exhaustive debug
@@ -145,7 +145,7 @@ jobs:
145145
run: just fmt-check
146146

147147
- name: Install cargo-hyperlight
148-
run: cargo install cargo-hyperlight --version 0.1.9 --locked --force
148+
run: cargo install cargo-hyperlight --version 0.1.10 --locked --force
149149

150150
- name: clippy (debug)
151151
run: |

0 commit comments

Comments
 (0)