Skip to content

Commit b9d4d9f

Browse files
authored
Update helios deps (#21)
* Update helios dependency to v0.9.3. * Update elf file. * Add run on helios branch. * Fix clippy. * Fix fmt. * Update helios elf file. * Update verification key in test. * Use v5.2.1 elf build. * Remove unused deps.
1 parent 05daaf8 commit b9d4d9f

8 files changed

Lines changed: 809 additions & 837 deletions

File tree

.github/workflows/run_program.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Run Program
22

33
on:
44
push:
5-
branches: [main]
5+
branches: [main, helios-cuda]
66
pull_request:
77
branches:
88
- "**"

.github/workflows/rust.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: Rust
22

33
on:
44
push:
5-
branches: [ "main" ]
5+
branches: [ "main", "helios-cuda" ]
66
pull_request:
7-
branches: [ "main" ]
7+
branches: [ "main", "helios-cuda" ]
88

99
env:
1010
CARGO_TERM_COLOR: always

0 commit comments

Comments
 (0)