Skip to content

Commit 74c721e

Browse files
Merge branch 'main' into add-larecs
2 parents 4c9b61e + 5ef29d9 commit 74c721e

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

recipes/decimojo/recipe.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
context:
2-
version: "0.3.0"
2+
version: "0.3.1"
33

44
package:
55
name: "decimojo"
66
version: ${{ version }}
77

88
source:
99
- git: https://github.com/forFudan/decimojo.git
10-
rev: f2930f0832f1096207cb93bb2cc52b028b06b429
10+
rev: fd82601e93d324a01b4f6770904ba1d11e765e38
1111

1212
build:
1313
number: 0
1414
script:
1515
- mojo package src/decimojo -o ${{ PREFIX }}/lib/mojo/decimojo.mojopkg
1616
requirements:
1717
host:
18-
- max=25.2
18+
- max=25.3
1919
run:
2020
- ${{ pin_compatible('max') }}
2121

@@ -26,7 +26,7 @@ tests:
2626
- mojo run tests.mojo
2727
requirements:
2828
run:
29-
- max=25.2
29+
- max=25.3
3030
files:
3131
recipe:
3232
- tests.mojo

recipes/mojo-libc/recipe.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ build:
1616

1717
requirements:
1818
host:
19-
- max == 24.6
19+
- max >= 25.2
2020
run:
2121
- ${{ pin_compatible('max') }}
2222

0 commit comments

Comments
 (0)