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 443fb55 commit a9840b4Copy full SHA for a9840b4
.github/workflows/CI.yml
@@ -21,7 +21,7 @@ jobs:
21
matrix:
22
version:
23
- "1" # Latest Release
24
- - "1.0" # LTS
+ - "1.6" # LTS
25
os:
26
- ubuntu-latest
27
- macOS-latest
Project.toml
@@ -1,6 +1,6 @@
1
name = "ChainRulesCore"
2
uuid = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"
3
-version = "1.12.2"
+version = "1.13.0"
4
5
[deps]
6
Compat = "34da2185-b29b-5c13-b0c7-acf172513d20"
@@ -13,7 +13,7 @@ Compat = "2, 3"
13
FiniteDifferences = "0.10"
14
OffsetArrays = "1"
15
StaticArrays = "0.11, 0.12, 1"
16
-julia = "1"
+julia = "1.6"
17
18
[extras]
19
BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf"
0 commit comments