Skip to content

Commit 42a4750

Browse files
committed
Change Larecs release, switch to stable
1 parent a31429d commit 42a4750

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

recipes/larecs/recipe.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
context:
2-
version: "0.1.0"
3-
max_requirement: "max = 25.3.0.dev2025040705"
2+
version: "0.2.0"
3+
max_requirement: "max = 25.3.0"
44

55
package:
66
name: "larecs"
77
version: ${{ version }}
88

99
source:
1010
- git: https://github.com/samufi/larecs.git
11-
tag: v0.1.0
11+
tag: "v0.2.0"
1212

1313
build:
1414
number: 0
@@ -24,7 +24,7 @@ tests:
2424
- script:
2525
- if: unix
2626
then:
27-
- mojo test --sanitize address -D ASSERT=all test
27+
- mojo test -D ASSERT=all test
2828
requirements:
2929
run:
3030
- ${{ max_requirement }}

0 commit comments

Comments
 (0)