We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0daeb44 commit 26ab6deCopy full SHA for 26ab6de
Project.toml
@@ -1,9 +1,8 @@
1
name = "MacroTools"
2
uuid = "1914dd2f-81c6-5fcd-8719-6d5c9610ff09"
3
-version = "0.5.13"
+version = "0.5.14"
4
5
[deps]
6
-Markdown = "d6f4376e-aef5-505a-96c1-9c027394607a"
7
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
8
9
[compat]
src/MacroTools.jl
@@ -1,6 +1,6 @@
module MacroTools
-using Markdown, Random
+using Random
export @match, @capture
include("match/match.jl")
0 commit comments