File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
name = " Dagger"
2
2
uuid = " d58978e5-989f-55fb-8d15-ea34adc7bf54"
3
- version = " 0.11.6 "
3
+ version = " 0.11.7 "
4
4
5
5
[deps ]
6
6
Colors = " 5ae59095-9a9b-59fe-a467-6f913c188581"
Original file line number Diff line number Diff line change @@ -21,10 +21,10 @@ if Sys.islinux()
21
21
const CLOCK_MONOTONIC = Cint (1 )
22
22
const CLOCK_PROCESS_CPUTIME_ID = Cint (2 )
23
23
const CLOCK_THREAD_CPUTIME_ID = Cint (3 )
24
- elseif Sys. KERNEL == :FreeBSD # atleast on FreeBSD 11.1
24
+ elseif Sys. isfreebsd () # atleast on FreeBSD 11.1
25
25
const CLOCK_MONOTONIC = Cint (4 )
26
26
const CLOCK_PROCESS_CPUTIME_ID = Cint (14 )
27
- elseif Compat . Sys. isapple () # Version 10.12 required
27
+ elseif Sys. isapple () # Version 10.12 required
28
28
const CLOCK_MONOTONIC = Cint (6 )
29
29
const CLOCK_PROCESS_CPUTIME_ID = Cint (12 )
30
30
else
You can’t perform that action at this time.
0 commit comments