-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgrade to Julia 1.3+, use artifacts (#49)
* Upgrade to Julia 1.3+, use artifacts This makes use of the new Artifacts system within Julia 1.3+. This doesn't really change any core functionality, but it will benefit from the installation improvements we are making to artifacts and binary packages in general. * Update testing versions
- Loading branch information
1 parent
c513b62
commit 00210d2
Showing
5 changed files
with
6 additions
and
111 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,8 +5,7 @@ os: | |
- osx | ||
- windows | ||
julia: | ||
- 1.0 | ||
- 1.1 | ||
- 1.3 | ||
- nightly | ||
matrix: | ||
allow_failures: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,17 +2,15 @@ name = "CodecZlib" | |
uuid = "944b1d66-785c-5afd-91f1-9de20f533193" | ||
license = "MIT" | ||
authors = ["Kenta Sato <[email protected]>"] | ||
version = "0.6.0" | ||
version = "0.7.0" | ||
|
||
[deps] | ||
BinaryProvider = "b99e7846-7c00-51b0-8f62-c81ae34c0232" | ||
Libdl = "8f399da3-3557-5675-b5ff-fb832c97cbdb" | ||
TranscodingStreams = "3bb67fe8-82b1-5028-8e26-92a6c54297fa" | ||
Zlib_jll = "83775a58-1f1d-513f-b197-d71354ab007a" | ||
|
||
[compat] | ||
BinaryProvider = "0.5" | ||
TranscodingStreams = "0.9" | ||
julia = "1" | ||
julia = "1.3" | ||
|
||
[extras] | ||
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
00210d2
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@JuliaRegistrator register
00210d2
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Error while trying to register: Changing package repo URL not allowed, please submit a pull request with the URL change to the target registry and retry.
00210d2
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@JuliaRegistrator register
00210d2
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Error while trying to register: Changing package repo URL not allowed, please submit a pull request with the URL change to the target registry and retry.