Skip to content

Commit

Permalink
Bump compat
Browse files Browse the repository at this point in the history
  • Loading branch information
pxl-th committed Oct 23, 2023
1 parent 244e27d commit 60c3637
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "Nerf"
uuid = "2c86e8b6-813a-40f3-97f9-c72f78886291"
authors = ["Anton Smirnov <tonysmn97@gmail.com>"]
version = "0.1.0"
version = "0.1.1"

[deps]
AMDGPU = "21141c5a-9bdb-4563-92ae-f87d6854732e"
Expand All @@ -27,7 +27,7 @@ Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"

[compat]
AMDGPU = "0.6"
AMDGPU = "0.6, 0.7"
Adapt = "3.6"
BSON = "0.3"
BenchmarkTools = "1.3.2"
Expand Down

2 comments on commit 60c3637

@pxl-th
Copy link
Member Author

@pxl-th pxl-th commented on 60c3637 Oct 23, 2023

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

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.1.1 -m "<description of version>" 60c3637f96bfa0a360edf2c1afe4206a0a69592a
git push origin v0.1.1

Please sign in to comment.