Skip to content

Commit

Permalink
[libcxxwrap-julia] Update for Julia 1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
fingolfin committed Jul 3, 2021
1 parent ea3eec9 commit a1212d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions L/libcxxwrap_julia/build_tarballs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
# `julia build_tarballs.jl --help` to see a usage message.
using BinaryBuilder, Pkg

julia_version = v"1.6.0"
julia_version = v"1.7.0"

name = "libcxxwrap_julia"
version = v"0.8.6"
version = v"0.8.7"

is_yggdrasil = haskey(ENV, "BUILD_BUILDNUMBER")
git_repo = is_yggdrasil ? "https://github.com/JuliaInterop/libcxxwrap-julia.git" : joinpath(ENV["HOME"], "src/julia/libcxxwrap-julia/")
Expand Down

0 comments on commit a1212d0

Please sign in to comment.