Skip to content

Commit 1cdb6bf

Browse files
committed
make it work on 1.6
1 parent b805dfe commit 1cdb6bf

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

test/LAMMPS_jll/.pkg/select_artifacts.jl

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
push!(LOAD_PATH, "..")
22

3-
using TOML, Artifacts, Base.BinaryPlatforms
3+
if VERSION < v"1.7"
4+
using Pkg.TOML
5+
else
6+
using TOML
7+
end
8+
using Artifacts, Base.BinaryPlatforms
49
include("./platform_augmentation.jl")
510
artifacts_toml = joinpath(dirname(@__DIR__), "Artifacts.toml")
611

0 commit comments

Comments
 (0)