Skip to content

Commit a4c5ec1

Browse files
authored
Update Aqua compat to work with Julia v1.12 (#153)
* Update Aqua compat to work with Julia v1.12 * Add compat bounds for stdlib packages * Increment patch version number * Fix stdlib compat for Julia <v1.4
1 parent d5acac1 commit a4c5ec1

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

Project.toml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,18 @@
11
name = "Quaternions"
22
uuid = "94ee1d12-ae83-5a48-8b1c-48b8ff168ae0"
3-
version = "0.7.6"
3+
version = "0.7.7"
44

55
[deps]
66
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
77
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
88
RealDot = "c1ae055f-0cd5-4b69-90a6-9a35b1a98df9"
99

1010
[compat]
11-
Aqua = "0.7"
11+
Aqua = "0.8.13"
12+
LinearAlgebra = "<0.0.1, 1"
13+
Random = "<0.0.1, 1"
1214
RealDot = "0.1"
15+
Test = "<0.0.1, 1"
1316
julia = "1"
1417

1518
[extras]

0 commit comments

Comments
 (0)