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 5ded642 commit c1db53bCopy full SHA for c1db53b
Project.toml
@@ -1,6 +1,6 @@
1
name = "ReusableFunctions"
2
uuid = "afbf81f7-602f-5a4a-9a77-738a1b1188fe"
3
-version = "0.7.0"
+version = "1.0.0"
4
5
[deps]
6
DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
@@ -9,11 +9,11 @@ JLD2 = "033835bb-8acc-5ee8-8aae-3f567f8a3819"
9
Suppressor = "fd094767-a336-5f1f-9728-57cf17d0bbfb"
10
11
[compat]
12
-DataStructures = "^0"
13
-FileIO = "^1"
14
-JLD2 = "^0"
15
-Suppressor = "^0"
16
-julia = "^1"
+DataStructures = "0.18, 0.19"
+FileIO = "1"
+JLD2 = "0.2, 0.3"
+Suppressor = "0.2, 0.3"
+julia = "1.5"
17
18
[extras]
19
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
0 commit comments