Skip to content

Commit 3392788

Browse files
authored
Fix compat
1 parent 69db5c6 commit 3392788

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Project.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,9 @@ Logging = "56ddb016-857b-54e1-b83d-db4d58db5568"
99
MacroTools = "1914dd2f-81c6-5fcd-8719-6d5c9610ff09"
1010

1111
[compat]
12-
Cassette = "≥ 0.2.0"
13-
julia = "≥ 0.7.0"
12+
Cassette = "0.2, 0.3"
13+
julia = "0.7, 1"
14+
MacroTools = "0.5"
1415

1516
[extras]
1617
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

0 commit comments

Comments
 (0)