We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47d5471 commit e7ae902Copy full SHA for e7ae902
.travis.yml
@@ -3,7 +3,7 @@ os:
3
- osx
4
- linux
5
julia:
6
- - 1.1
+ - 1.2
7
notifications:
8
email: false
9
# script:
Project.toml
@@ -1,6 +1,6 @@
1
name = "ReusableFunctions"
2
uuid = "afbf81f7-602f-5a4a-9a77-738a1b1188fe"
-version = "0.5.2"
+version = "0.6.0"
[deps]
Compat = "34da2185-b29b-5c13-b0c7-acf172513d20"
@@ -10,8 +10,12 @@ JLD2 = "033835bb-8acc-5ee8-8aae-3f567f8a3819"
10
Suppressor = "fd094767-a336-5f1f-9728-57cf17d0bbfb"
11
12
[compat]
13
-Compat = "≥ 0.8.0"
14
-julia = "≥ 0.7.0"
+Compat = "^0"
+DataStructures = "^0"
15
+FileIO = "^1"
16
+JLD2 = "^0"
17
+Suppressor = "^0"
18
+julia = "^1"
19
20
[extras]
21
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
0 commit comments