Skip to content

Commit

Permalink
Allow Trixi.jl v0.8 (#48)
Browse files Browse the repository at this point in the history
* Update Project.toml

* also adapt main Project.toml
  • Loading branch information
ranocha authored Jul 2, 2024
1 parent 7beb48f commit 10234bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ LinearAlgebra = "1"
MuladdMacro = "0.2.2"
Static = "0.3, 0.4, 0.5, 0.6, 0.7, 0.8"
StaticArrays = "1"
Trixi = "0.7"
Trixi = "0.7, 0.8"
julia = "1.8"
Printf = "1"
2 changes: 1 addition & 1 deletion test/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"

[compat]
Test = "1"
Trixi = "0.7"
Trixi = "0.7, 0.8"
OrdinaryDiffEq = "6.49.1"
Downloads = "1"
Printf = "1"
Expand Down

0 comments on commit 10234bb

Please sign in to comment.