Skip to content

Commit

Permalink
Fixup toml
Browse files Browse the repository at this point in the history
  • Loading branch information
NHDaly committed Jul 8, 2023
1 parent 37d6e4f commit 46ef06a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@ julia = "1.6"
pprof_jll = "0.1, 1"

[extras]
Revise = "295af30f-e4ad-537b-8983-00126c2a3abe"
InteractiveUtils = "b77e0a4c-d291-57a0-90e8-8db25a27a240"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[targets]
test = ["Test"]
test = ["InteractiveUtils", "Revise", "Test"]

0 comments on commit 46ef06a

Please sign in to comment.