Skip to content

Commit

Permalink
use Compat to build.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
taylormcd committed Oct 26, 2021
1 parent 0e60189 commit 84ea72e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ MATLAB = "10e44e05-a98a-55b3-a45b-ba969058deb6"
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"

[compat]
julia = "1.0, 1.5"
MATLAB = "0.8.2"
julia = "1.0 - 1.5"
1 change: 1 addition & 0 deletions deps/Project.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
[deps]
Compat = "34da2185-b29b-5c13-b0c7-acf172513d20"
Libdl = "8f399da3-3557-5675-b5ff-fb832c97cbdb"


1 change: 1 addition & 0 deletions deps/build.jl
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
using Compat
import Libdl

# the following functions are adapted from the julia-config.jl script and are used to
Expand Down

0 comments on commit 84ea72e

Please sign in to comment.