Skip to content

Commit 830a879

Browse files
committed
drop julia 1.0
1 parent 782af37 commit 830a879

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
fail-fast: false
1717
matrix:
1818
version:
19-
- '1.0'
19+
- '1.3'
2020
- '1' # Leave this line unchanged. '1' will automatically expand to the latest stable 1.x release of Julia.
2121
- 'nightly'
2222
os:

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ language: julia
22
os:
33
- linux
44
julia:
5-
- 1.0
6-
- 1.2
5+
- 1.3
6+
- 1.6
77
- nightly
88
matrix:
99
allow_failures:

Project.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "LazyStack"
22
uuid = "1fad7336-0346-5a1a-a56f-a06ba010965b"
33
authors = ["Michael Abbott"]
4-
version = "0.0.7"
4+
version = "0.0.8"
55

66
[deps]
77
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
@@ -12,9 +12,9 @@ ZygoteRules = "700de1a5-db45-46bc-99cf-38207098b444"
1212

1313
[compat]
1414
NamedDims = "0.2.16"
15-
OffsetArrays = "0.11, 0.12, 0.13, 1.0"
16-
ZygoteRules = "0.1, 0.2, 0.3"
17-
julia = "1"
15+
OffsetArrays = "1"
16+
ZygoteRules = "0.2"
17+
julia = "1.3"
1818

1919
[extras]
2020
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

0 commit comments

Comments
 (0)