diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0155850f..6e4874fe 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: fail-fast: false matrix: version: - - '1.6' + - 'lts' - '1' # - 'nightly' os: diff --git a/Project.toml b/Project.toml index 45782afe..08492474 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "ForwardDiff" uuid = "f6369f11-7733-5829-9624-2563aa707210" -version = "0.11.0-DEV" +version = "1.0" [deps] CommonSubexpressions = "bbf7d656-a473-5ed7-a52c-81e309532950" @@ -13,7 +13,6 @@ Preferences = "21216c6a-2e73-6563-6e65-726566657250" Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7" Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c" SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b" -StaticArrays = "90137ffa-7385-5640-81b9-e52037218182" [weakdeps] StaticArrays = "90137ffa-7385-5640-81b9-e52037218182" @@ -33,7 +32,7 @@ NaNMath = "1" Preferences = "1" SpecialFunctions = "1, 2" StaticArrays = "1.5" -julia = "1.6" +julia = "1.10" [extras] Calculus = "49dc2e85-a5d0-5ad3-a950-438e2897f1b9"