JuliaInterop / Cxx.jl

The Julia C++ Interface
Other
755 stars 107 forks source link

Update Project.toml for compat 1.3 and not 1.4 #471

Closed mkitti closed 3 years ago

mkitti commented 4 years ago

Due to issues with Julia 1.4, use tilde operator to state compatibility with Julia [1.3.0, 1.4.0) since this is not operational on 1.4

Gnimuc commented 3 years ago

I guess we should always use the tilde operator since this package depends on some Julia internal APIs which are breaking between Julia minor versions.