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"]