Skip to content

Commit 987c63e

Browse files
authored
Update Project.toml
Fix Julia compat to be strictly between v1.0.0 to v1.5.X included.
1 parent 61aaa7e commit 987c63e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ authors = ["Samuel Omlin", "Ludovic Räss"]
44
version = "0.5.0"
55

66
[compat]
7-
julia = "1.0, 1.1, 1.2, 1.3, 1.4, 1.5"
7+
julia = "~1.0, ~1.1, ~1.2, ~1.3, ~1.4, ~1.5"
88
CUDA = "1, 2"
99
MacroTools = "0.5"
1010

0 commit comments

Comments
 (0)