Skip to content

Commit

Permalink
Oh look 🚀 ! a compat issue
Browse files Browse the repository at this point in the history
  • Loading branch information
RGerzaguet committed Oct 26, 2021
1 parent 30ac1f1 commit e497937
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ USRPHardwareDriver_jll = "e339f254-40e1-517e-839f-dc67f1dbd84e"

[compat]
USRPHardwareDriver_jll = "4"
julia = "1"
julia = "1.6"
Preferences="1.2.2"

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

2 comments on commit e497937

@RGerzaguet
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 updated: JuliaRegistries/General/47538

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.2 -m "<description of version>" e497937100fb3b0467a1c67d3a4c9bb30c05f403
git push origin v0.2.2

Please sign in to comment.