Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
t-bltg committed Apr 7, 2024
1 parent 061454f commit a848ec9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/downstream.jl
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ pkg_version(name) =
Pkg.Types.read_package(normpath(@__DIR__, "..", name, "Project.toml")).version |> string

maybe_pin_version!(dict::AbstractDict, name::AbstractString, ver::AbstractString) =
haskey(dict, name) && (compat[name] = ver)
haskey(dict, name) && (dict[name] = ver)

fake_supported_version!(path) = begin
toml = joinpath(path, "Project.toml")
Expand Down

0 comments on commit a848ec9

Please sign in to comment.