Skip to content

Commit f20618c

Browse files
committed
Fix stdlib compat for Julia <v1.4
1 parent 083e09d commit f20618c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Project.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ RealDot = "c1ae055f-0cd5-4b69-90a6-9a35b1a98df9"
99

1010
[compat]
1111
Aqua = "0.8.13"
12-
LinearAlgebra = "1"
13-
Random = "1"
12+
LinearAlgebra = "<0.0.1, 1"
13+
Random = "<0.0.1, 1"
1414
RealDot = "0.1"
15-
Test = "1"
15+
Test = "<0.0.1, 1"
1616
julia = "1"
1717

1818
[extras]

0 commit comments

Comments
 (0)