Skip to content

Commit 7728217

Browse files
authored
Merge pull request #33 from RelationalAI-oss/nn-remove-compat
Remove dependency on Compat
2 parents 041c7e1 + 626aa2f commit 7728217

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ authors = ["RelationalAI"]
44
version = "0.3.3"
55

66
[deps]
7-
Compat = "34da2185-b29b-5c13-b0c7-acf172513d20"
87
MacroTools = "1914dd2f-81c6-5fcd-8719-6d5c9610ff09"
98

109
[compat]
11-
julia = "0.7, 1"
10+
julia = "1"
11+
MacroTools = "0.4, 0.5"
1212

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

src/Rematch.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ module Rematch
22

33
import MacroTools
44
import MacroTools: @capture
5-
import Compat: occursin, fieldcount
65

76
macro splice(iterator, body)
87
@assert iterator.head == :call

0 commit comments

Comments
 (0)