Skip to content
This repository was archived by the owner on Jul 4, 2023. It is now read-only.

Commit c86970b

Browse files
CompatHelper: bump compat for "BenchmarkTools" to "1.0" (#12)
* CompatHelper: bump compat for "BenchmarkTools" to "1.0" * Update Project.toml Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Eric Hanson <[email protected]>
1 parent d42926d commit c86970b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "BenchmarkHistograms"
22
uuid = "a80a1652-aad8-438d-b80b-ecb1a674e33b"
33
authors = ["Eric Hanson <[email protected]> and contributors"]
4-
version = "0.1.0"
4+
version = "0.1.1"
55

66
[deps]
77
BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf"
@@ -10,7 +10,7 @@ Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
1010
UnicodePlots = "b8865327-cd53-5732-bb35-84acbb429228"
1111

1212
[compat]
13-
BenchmarkTools = "0.7"
13+
BenchmarkTools = "0.7, 1.0"
1414
UnicodePlots = "1.3"
1515
julia = "1"
1616

0 commit comments

Comments
 (0)