Commit d28a587
authored
Update Artifacts precompile statement (JuliaLang#59371)
The `@__artifact_str` macro was updated in
JuliaLang#55707.
```julia-repl
# Before
julia> @time import ZeroMQ_jll
0.119653 seconds (313.44 k allocations: 16.855 MiB, 79.48% compilation time)
# After
julia> @time import ZeroMQ_jll
0.024658 seconds (22.61 k allocations: 1.830 MiB)
```1 parent 71c6f82 commit d28a587
1 file changed
+1
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
766 | 766 | | |
767 | 767 | | |
768 | 768 | | |
769 | | - | |
770 | | - | |
| 769 | + | |
771 | 770 | | |
0 commit comments