diff --git a/R/RungeKutta/Compat.toml b/R/RungeKutta/Compat.toml index cb4c3d55a876d6d..af4c2bd876f8fde 100644 --- a/R/RungeKutta/Compat.toml +++ b/R/RungeKutta/Compat.toml @@ -1,9 +1,9 @@ -[0] -julia = "1.4.0-1" - ["0-0.1.1"] Polynomials = "1" +["0-0.2"] +julia = "1.4.0-1" + ["0-0.2.1"] SpecialPolynomials = "0.1" @@ -19,3 +19,7 @@ Polynomials = "1" ["0.2.3-0"] PrettyTables = "0.10-0.11" + +["0.3-0"] +CompactBasisFunctions = "0.2" +julia = "1.5.0-1" diff --git a/R/RungeKutta/Deps.toml b/R/RungeKutta/Deps.toml index da2e4665c02756d..424eec43b7aaf2b 100644 --- a/R/RungeKutta/Deps.toml +++ b/R/RungeKutta/Deps.toml @@ -14,3 +14,6 @@ GenericLinearAlgebra = "14197337-ba66-59df-a3e3-ca00e7dcff7a" ["0.2.5-0"] DelimitedFiles = "8bb1440f-4735-579b-a4ab-409b98df4dab" + +["0.3-0"] +CompactBasisFunctions = "a09551c4-f815-4143-809e-dd1986753ba7" diff --git a/R/RungeKutta/Versions.toml b/R/RungeKutta/Versions.toml index ac8b6844fccf3bf..5745c37f8ead5f3 100644 --- a/R/RungeKutta/Versions.toml +++ b/R/RungeKutta/Versions.toml @@ -24,3 +24,6 @@ git-tree-sha1 = "67510a6fc5341eac3a93dfc129742a482cab1383" ["0.2.5"] git-tree-sha1 = "578cd07613ec46343ab5d481ae1ca16ff4bf2a73" + +["0.3.0"] +git-tree-sha1 = "1a3d28f96e900f1723b6c464fdbf7cbb9175d41a"