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 5342700 commit 1c5f391Copy full SHA for 1c5f391
Project.toml
@@ -1,7 +1,7 @@
1
name = "RootedTrees"
2
uuid = "47965b36-3f3e-11e9-0dcf-4570dfd42a8c"
3
authors = ["Hendrik Ranocha <mail@ranocha.de> and contributors"]
4
-version = "2.19.1"
+version = "2.19.2"
5
6
[deps]
7
Latexify = "23fbe1c1-3f47-55db-b15f-69d7ec21a316"
test/runtests.jl
@@ -1722,6 +1722,8 @@ using Aqua: Aqua
1722
@testset "Aqua" begin
1723
Aqua.test_all(RootedTrees;
1724
ambiguities = (; exclude = [getindex]),
1725
+ # Requires.jl is not loaded on new versions of Julia
1726
+ stale_deps = (; ignore = [:Requires]),
1727
# New Project.toml tests fail on old versions of Julia
1728
project_toml_formatting = false)
1729
0 commit comments