Skip to content

Commit

Permalink
actually remove LoggingExtras, also bump julia compat
Browse files Browse the repository at this point in the history
  • Loading branch information
disberd committed May 5, 2023
1 parent 0ca7186 commit d90b879
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ version = "0.5.1"
[deps]
HypertextLiteral = "ac1192a8-f4b3-4bfe-ba22-af5b92cd3ab2"
InteractiveUtils = "b77e0a4c-d291-57a0-90e8-8db25a27a240"
LoggingExtras = "e6f89c97-d47a-5376-807f-9c37f3926c36"
MacroTools = "1914dd2f-81c6-5fcd-8719-6d5c9610ff09"
Markdown = "d6f4376e-aef5-505a-96c1-9c027394607a"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Expand All @@ -16,7 +15,7 @@ Requires = "ae029012-a4dd-5104-9daa-d747884805df"
HypertextLiteral = "0.9"
MacroTools = "0.5"
Requires = "1"
julia = "1.6"
julia = "1.8"

[extras]
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
Expand Down

2 comments on commit d90b879

@disberd
Copy link
Owner Author

@disberd disberd commented on d90b879 May 5, 2023

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

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.5.1 -m "<description of version>" d90b879452f209868061df524a8030bba6016e19
git push origin v0.5.1

Please sign in to comment.