Skip to content

Commit

Permalink
Include compat entry for Logging
Browse files Browse the repository at this point in the history
  • Loading branch information
serenity4 committed Nov 2, 2023
1 parent 175fa7c commit 8e92c3b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ Combinatorics = "1"
CompileTraces = "1"
Dictionaries = "0.3"
Graphs = "1"
Logging = "1"
PrecompileTools = "1"
julia = "1.9"

Expand Down

2 comments on commit 8e92c3b

@serenity4
Copy link
Owner Author

Choose a reason for hiding this comment

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

@JuliaRegistrator register()

@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/94628

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.2.1 -m "<description of version>" 8e92c3bd318e6519f0c90912a099ea381ee48fe9
git push origin v0.2.1

Please sign in to comment.