Skip to content

Commit

Permalink
correct Project.toml re: BenchmarkTools
Browse files Browse the repository at this point in the history
  • Loading branch information
oxinabox committed Feb 25, 2020
1 parent 95dd772 commit 739241c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Project.toml
Expand Up @@ -4,15 +4,16 @@ authors = ["Lyndon White"]
version = "0.1.0"

[deps]
BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf"
Cassette = "7057c7e9-c182-5462-911a-8362d720325c"

[compat]
BenchmarkTools = "0.5"
Cassette = "0.2, 0.3"
julia = "1"

[extras]
BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[targets]
test = ["Test"]
test = ["Test", "BenchmarkTools"]

0 comments on commit 739241c

Please sign in to comment.