Skip to content

Commit

Permalink
Reinstate test/Project.toml
Browse files Browse the repository at this point in the history
	modified:   .gitignore
	modified:   Project.toml 0.2.5
	new file:   test/Project.toml
  • Loading branch information
hustf committed Jun 28, 2021
1 parent 7fcd132 commit f282d73
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
/Manifest.toml
Manifest.toml
/.vscode
6 changes: 1 addition & 5 deletions 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.4"
version = "0.2.5"

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

[extras]
MechanicalUnits = "e6be9192-89dc-11e9-36e6-5dbcb28f419e"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[targets]
test = ["Test"]
6 changes: 6 additions & 0 deletions test/Project.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[deps]
DiffEqBase = "2b5f629d-d688-5b77-993f-72d75c75574e"
DifferentialEquations = "0c46a032-eb83-5123-abaf-570d42b7fbaa"
MechanicalUnits = "e6be9192-89dc-11e9-36e6-5dbcb28f419e"
OrdinaryDiffEq = "1dea7af3-3e70-54e6-95c3-0bf5283fa5ed"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

0 comments on commit f282d73

Please sign in to comment.