Skip to content

Commit

Permalink
Merge pull request #33 from RelationalAI-oss/nn-remove-compat
Browse files Browse the repository at this point in the history
Remove dependency on Compat
  • Loading branch information
NHDaly authored Jul 6, 2022
2 parents 041c7e1 + 626aa2f commit 7728217
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ authors = ["RelationalAI"]
version = "0.3.3"

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

[compat]
julia = "0.7, 1"
julia = "1"
MacroTools = "0.4, 0.5"

[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
Expand Down
1 change: 0 additions & 1 deletion src/Rematch.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ module Rematch

import MacroTools
import MacroTools: @capture
import Compat: occursin, fieldcount

macro splice(iterator, body)
@assert iterator.head == :call
Expand Down

2 comments on commit 7728217

@nystrom
Copy link
Member

@nystrom nystrom commented on 7728217 Jul 7, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request updated: JuliaRegistries/General/63715

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.3.3 -m "<description of version>" 7728217d216296fef2ec477668ca171dcb3af062
git push origin v0.3.3

Please sign in to comment.