Skip to content

Commit

Permalink
Define compat for Random
Browse files Browse the repository at this point in the history
This was not needed previously as the version of Random was tied to the version
of Julia, but in upcoming Julia versions, Random will be versioned separately.
This change makes BioSequences.jl compatible with future versions of Julia.
  • Loading branch information
jakobnissen committed Oct 15, 2023
1 parent f64918e commit 4038670
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 @@ -12,6 +12,7 @@ Twiddle = "7200193e-83a8-5a55-b20d-5d36d44a0795"
[compat]
BioSymbols = "5.1.2"
PrecompileTools = "1"
Random = "1.5"
StableRNGs = "0.1, 1.0"
Twiddle = "1.1.1"
julia = "1.5"
Expand Down

2 comments on commit 4038670

@jakobnissen
Copy link
Member 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 created: JuliaRegistries/General/93692

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 v3.1.6 -m "<description of version>" 40386706fc89a22326b09288a6018b330ae37c81
git push origin v3.1.6

Please sign in to comment.