Skip to content

Commit

Permalink
remove markdown from dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
longemen3000 authored Jul 16, 2024
1 parent 0daeb44 commit 26ab6de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
name = "MacroTools"
uuid = "1914dd2f-81c6-5fcd-8719-6d5c9610ff09"
version = "0.5.13"
version = "0.5.14"

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

[compat]
Expand Down
2 changes: 1 addition & 1 deletion src/MacroTools.jl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module MacroTools

using Markdown, Random
using Random
export @match, @capture

include("match/match.jl")
Expand Down

0 comments on commit 26ab6de

Please sign in to comment.