File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -16,14 +16,14 @@ jobs:
16
16
d :
17
17
- " ldc-latest"
18
18
compiler :
19
- - llvm-15
19
+ - llvm-20
20
20
include :
21
21
- os : macos-14 # arm64
22
22
d : " ldc-latest"
23
- compiler : " llvm-15 "
23
+ compiler : " llvm-20 "
24
24
- os : macos-13 # x86
25
25
d : " ldc-latest"
26
- compiler : " llvm-15 "
26
+ compiler : " llvm-20 "
27
27
28
28
steps :
29
29
- uses : actions/checkout@v4
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @aminya/minijson" ,
3
- "version" : " 1.1.3 " ,
3
+ "version" : " 1.1.4 " ,
4
4
"description" : " Minify JSON files blazing fast, removing comments/whitespace." ,
5
5
"homepage" : " https://github.com/aminya/minijson" ,
6
6
"repository" : {
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ struct Options
22
22
{
23
23
bool comment = true ;
24
24
string [] str;
25
- // (Deprecated) A list of files to minify (for backwards compatiblitity with getopt)
25
+ // (Deprecated) A list of files to minify (for backwards compatibility with getopt)
26
26
string [] file;
27
27
}
28
28
You can’t perform that action at this time.
0 commit comments