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:
1616 d :
1717 - " ldc-latest"
1818 compiler :
19- - llvm-15
19+ - llvm-20
2020 include :
2121 - os : macos-14 # arm64
2222 d : " ldc-latest"
23- compiler : " llvm-15 "
23+ compiler : " llvm-20 "
2424 - os : macos-13 # x86
2525 d : " ldc-latest"
26- compiler : " llvm-15 "
26+ compiler : " llvm-20 "
2727
2828 steps :
2929 - uses : actions/checkout@v4
Original file line number Diff line number Diff line change 11{
22 "name" : " @aminya/minijson" ,
3- "version" : " 1.1.3 " ,
3+ "version" : " 1.1.4 " ,
44 "description" : " Minify JSON files blazing fast, removing comments/whitespace." ,
55 "homepage" : " https://github.com/aminya/minijson" ,
66 "repository" : {
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ struct Options
2222{
2323 bool comment = true ;
2424 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)
2626 string [] file;
2727}
2828
You can’t perform that action at this time.
0 commit comments