Skip to content

Commit

Permalink
Merge pull request #351 from chrisbrahms/compat
Browse files Browse the repository at this point in the history
set compat for stdlib packages
  • Loading branch information
chrisbrahms authored Oct 31, 2023
2 parents 4ffaab5 + 22fa18d commit 41a13b3
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,16 @@ Roots = "2"
Scratch = "1"
SpecialFunctions = "0.10.3, 1, 2"
StaticArrays = "1"
Statistics = "1"
Unitful = "1"
julia = "1.9"
Dates = "1"
Distributed = "1"
FileWatching = "1"
LibGit2 = "1"
LinearAlgebra = "1"
Logging = "1"
Pkg = "1"
Printf = "1"
Random = "1"
Test = "1"
Statistics = "1"

4 comments on commit 41a13b3

@chrisbrahms
Copy link
Collaborator Author

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

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.4.2 -m "<description of version>" 41a13b33513d03b1cc7afae9b8cc080563aa7945
git push origin v0.4.2

@chrisbrahms
Copy link
Collaborator Author

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

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.4.2 -m "<description of version>" 41a13b33513d03b1cc7afae9b8cc080563aa7945
git push origin v0.4.2

Please sign in to comment.