Skip to content

Commit

Permalink
fix(iroh)
Browse files Browse the repository at this point in the history
 closes #7811

 closes #7812
  • Loading branch information
jhheider committed Nov 5, 2024
1 parent 04fbf40 commit 14dd511
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion projects/iroh.computer/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ build:
- run: cargo install --path iroh --locked --root {{prefix}}
if: '>=0.6.0<0.13.0'
- run: cargo install --path iroh-cli --locked --root {{prefix}}
if: '>=0.13.0'
if: '>=0.13.0<0.28.1'
- run: cargo install --path iroh-cli --root {{prefix}}
if: '>=0.28.1'

provides:
- bin/iroh
Expand Down

0 comments on commit 14dd511

Please sign in to comment.