Skip to content

Commit

Permalink
compat for stdlibs
Browse files Browse the repository at this point in the history
  • Loading branch information
fonsp committed Nov 5, 2023
1 parent e7c716f commit d9f2c74
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,22 @@ UUIDs = "cf7118a7-6976-5b1a-9a39-7adc72f591a4"

[compat]
AbstractPlutoDingetjes = "1.1"
Base64 = "1"
ColorTypes = "0.11"
Dates = "1"
FixedPointNumbers = "0.5, 0.6, 0.7, 0.8"
Hyperscript = "0.0.4"
HypertextLiteral = "0.9"
IOCapture = "0.2"
InteractiveUtils = "1"
JSON = "^0.21.1"
Logging = "1"
MIMEs = "0.1"
Markdown = "1"
Random = "1"
Reexport = "^1"
URIs = "1"
UUIDs = "1"
julia = "1.6"

[extras]
Expand Down

2 comments on commit d9f2c74

@fonsp
Copy link
Member Author

@fonsp fonsp commented on d9f2c74 Nov 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/94743

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

Please sign in to comment.