Skip to content

Commit

Permalink
no need for nightly rust compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
luizirber committed Nov 25, 2024
1 parent df9b00d commit 4457a02
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions recipes/fulgor/conda_build_config.yaml

This file was deleted.

2 changes: 1 addition & 1 deletion recipes/fulgor/recipe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ requirements:
build:
- ${{ compiler('cxx') }}
- ${{ stdlib('c') }}
- ${{ compiler('rust') }}
- ${{ compiler('rust') }} >=1.82
- cargo-bundle-licenses
- cmake
- ninja
Expand Down

0 comments on commit 4457a02

Please sign in to comment.