Skip to content

Commit 177c518

Browse files
committed
drop julia 1.0
1 parent 236428b commit 177c518

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ language: julia
22
os:
33
- linux
44
julia:
5-
- 1.1
5+
- 1.3
66
- 1
77
- nightly
88

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "SliceMap"
22
uuid = "82cb661a-3f19-5665-9e27-df437c7e54c8"
33
authors = ["Michael Abbott"]
4-
version = "0.2.4"
4+
version = "0.2.5"
55

66
[deps]
77
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
@@ -17,7 +17,7 @@ StaticArrays = "0.10, 0.11, 0.12, 1.0"
1717
Tracker = "0.2"
1818
Zygote = "0.4, 0.5, 0.6"
1919
ZygoteRules = "0.2"
20-
julia = "1"
20+
julia = "1.3"
2121

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

0 commit comments

Comments
 (0)