File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
context :
2
- version : " 0.3.0 "
2
+ version : " 0.3.1 "
3
3
4
4
package :
5
5
name : " decimojo"
6
6
version : ${{ version }}
7
7
8
8
source :
9
9
- git : https://github.com/forFudan/decimojo.git
10
- rev : f2930f0832f1096207cb93bb2cc52b028b06b429
10
+ rev : fd82601e93d324a01b4f6770904ba1d11e765e38
11
11
12
12
build :
13
13
number : 0
14
14
script :
15
15
- mojo package src/decimojo -o ${{ PREFIX }}/lib/mojo/decimojo.mojopkg
16
16
requirements :
17
17
host :
18
- - max=25.2
18
+ - max=25.3
19
19
run :
20
20
- ${{ pin_compatible('max') }}
21
21
26
26
- mojo run tests.mojo
27
27
requirements :
28
28
run :
29
- - max=25.2
29
+ - max=25.3
30
30
files :
31
31
recipe :
32
32
- tests.mojo
Original file line number Diff line number Diff line change 16
16
17
17
requirements :
18
18
host :
19
- - max == 24.6
19
+ - max >= 25.2
20
20
run :
21
21
- ${{ pin_compatible('max') }}
22
22
You can’t perform that action at this time.
0 commit comments