From 003714710451c58ee6a3c8c8d9abf842eccf75f8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 18 Feb 2020 00:07:29 +0000 Subject: [PATCH] CompatHelper: bump compat for "Cassette" to "0.3" --- Project.toml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Project.toml b/Project.toml index 6348168..8301811 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "GFlops" uuid = "2ea8233c-34d4-5acc-88b4-02f326385bcc" -authors = ["François Févotte "] license = "MIT" +authors = ["François Févotte "] version = "0.1.0" [deps] @@ -11,13 +11,13 @@ InteractiveUtils = "b77e0a4c-d291-57a0-90e8-8db25a27a240" Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7" Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2" -[extras] -Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" - [compat] -julia = "^1" BenchmarkTools = "^0.4.2" -Cassette = "^0.2.3" +Cassette = "^0.2.3, 0.3" +julia = "^1" + +[extras] +Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" [targets] test = ["Test"]