Skip to content

Commit

Permalink
Bump dependencies, clean deps, update testing (#24)
Browse files Browse the repository at this point in the history
* Remove bin provider dep
* Bump LightXML for JLL
* Add testing on 1.4
  • Loading branch information
samuelpowell committed May 4, 2020
1 parent a54019c commit 8a97ce6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ arch:
- arm64
julia:
- 1.3
- 1.4
- nightly
matrix:
exclude:
Expand Down
6 changes: 2 additions & 4 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,19 +1,17 @@
name = "LSL"
uuid = "57c3d5b1-721f-43a0-b20c-e9152d812276"
authors = ["Samuel Powell"]
version = "0.2.0"
version = "0.3.0"

[deps]
BinaryProvider = "b99e7846-7c00-51b0-8f62-c81ae34c0232"
CEnum = "fa961155-64e5-5f13-b03f-caf6b980ea82"
Libdl = "8f399da3-3557-5675-b5ff-fb832c97cbdb"
LightXML = "9c8b4983-aa76-5018-a973-4c85ecc9e179"
liblsl_jll = "b37880e1-55fa-5503-9f1a-f1223ce0b53e"

[compat]
BinaryProvider = "^0.5.6"
CEnum = "^0.2.0"
LightXML = "^0.8.1"
LightXML = "^0.9.0"
julia = "^1.3.0"
liblsl_jll = "^1.13.0"

Expand Down

0 comments on commit 8a97ce6

Please sign in to comment.