Skip to content

Commit

Permalink
modified: Project.toml Reinstate [extras], 0.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
hustf committed Jun 28, 2021
1 parent f282d73 commit f458c24
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "MechGlueDiffEqBase"
uuid = "2532746b-52b5-4539-9431-8bb183ab067f"
authors = ["hustf <[email protected]> and contributors"]
version = "0.2.5"
version = "0.2.6"

[deps]
DiffEqBase = "2b5f629d-d688-5b77-993f-72d75c75574e"
Expand All @@ -11,5 +11,8 @@ Unitfu = "5ee08b94-2369-4f4a-b8c7-99333ba35fb0"
[compat]
julia = "1"

[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[targets]
test = ["Test"]

0 comments on commit f458c24

Please sign in to comment.