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 981019b commit 28adb52Copy full SHA for 28adb52
.github/workflows/ci.yml
@@ -11,6 +11,7 @@ jobs:
11
matrix:
12
version:
13
- '1.6'
14
+ - '^1.7.0-0'
15
os:
16
- ubuntu-latest
17
- macOS-latest
Project.toml
@@ -1,6 +1,6 @@
1
name = "ContinuumArrays"
2
uuid = "7ae1f121-cc2c-504b-ac30-9b923412ae5c"
3
-version = "0.9.2"
+version = "0.9.3"
4
5
[deps]
6
ArrayLayouts = "4c555306-a7a7-4459-81d9-ec55ddd5c99a"
@@ -25,7 +25,7 @@ InfiniteArrays = "0.11, 0.12"
25
Infinities = "0.1"
26
IntervalSets = "0.5"
27
LazyArrays = "0.21.13"
28
-QuasiArrays = "0.7"
+QuasiArrays = "0.7, 0.8"
29
RecipesBase = "1.0"
30
StaticArrays = "1.0"
31
julia = "1.6"
0 commit comments