Skip to content

Commit

Permalink
fix: add precompile includer to MusicXML.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
aminya authored Nov 27, 2020
1 parent 6f26be6 commit 1338a19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MusicXML.jl
Original file line number Diff line number Diff line change
Expand Up @@ -99,5 +99,5 @@ include("utilities.jl")
################################################################
# include("show.jl")


include("precompile_includer.jl")
end

2 comments on commit 1338a19

@aminya
Copy link
Member Author

@aminya aminya commented on 1338a19 Nov 27, 2020

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/25371

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>" 1338a19528e79bdf4e598073b43e80248da25ea4
git push origin v0.3.3

Please sign in to comment.