File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed
Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 11Revision history for App-Rak
22
33{{$NEXT}}
4+
5+ 0.3.19 2025-02-12T17:08:38+01:00
6+ - Bump dependency on rak to get rid of implicit ParaSeq
7+ dependency, as that is apparently not ready for prime time
48 - Actually activate --rakudo-c option
59
6100.3.18 2025-02-11T21:51:46+01:00
Original file line number Diff line number Diff line change 1414 " JSON::Fast::Hyper:ver<0.0.9+>:auth<zef:lizmat>" ,
1515 " META::constants:ver<0.0.5+>:auth<zef:lizmat>" ,
1616 " Needle::Compile:ver<0.0.9+>:auth<zef:lizmat>" ,
17- " rak:ver<0.0.64 +>:auth<zef:lizmat>" ,
17+ " rak:ver<0.0.65 +>:auth<zef:lizmat>" ,
1818 " String::Utils:ver<0.0.32+>:auth<zef:lizmat>"
1919 ],
2020 "description" : " 21st century grep / find / ack / ag / rg on steroids" ,
5959 ],
6060 "test-depends" : [
6161 ],
62- "version" : " 0.3.18 "
62+ "version" : " 0.3.19 "
6363}
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ use as-cli-arguments:ver<0.0.8+>:auth<zef:lizmat>; # as-cli-arguments
33use IO ::Path::AutoDecompress: ver<0.0.3+ >: auth<zef:lizmat >; # IOAD
44use JSON::Fast::Hyper: ver<0.0.9+ >: auth<zef:lizmat >; # from-json to-json
55use META::constants: ver<0.0.5+ >: auth<zef:lizmat > $ ? DISTRIBUTION ;
6- use rak: ver<0.0.64 + >: auth<zef:lizmat >; # rak Rak
6+ use rak: ver<0.0.65 + >: auth<zef:lizmat >; # rak Rak
77
88use Backtrace::Files : ver<0.0.4+ >: auth<zef:lizmat > <
99 backtrace-files
You can’t perform that action at this time.
0 commit comments