Skip to content

Commit 26ab6de

Browse files
authored
remove markdown from dependencies
1 parent 0daeb44 commit 26ab6de

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

Project.toml

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
name = "MacroTools"
22
uuid = "1914dd2f-81c6-5fcd-8719-6d5c9610ff09"
3-
version = "0.5.13"
3+
version = "0.5.14"
44

55
[deps]
6-
Markdown = "d6f4376e-aef5-505a-96c1-9c027394607a"
76
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
87

98
[compat]

src/MacroTools.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module MacroTools
22

3-
using Markdown, Random
3+
using Random
44
export @match, @capture
55

66
include("match/match.jl")

0 commit comments

Comments
 (0)