Skip to content

Commit

Permalink
Fix stdlib compat
Browse files Browse the repository at this point in the history
  • Loading branch information
timholy committed Nov 3, 2023
1 parent 9afe16a commit 01d83b9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,8 @@ jobs:
fail-fast: false
matrix:
version:
- '1.0'
- '1.6'
- '1'
- 'nightly'
os:
- ubuntu-latest
- macOS-latest
Expand Down
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "ImagineFormat"
uuid = "4bab44a2-5ff2-5a6b-8e10-825fb9ac126a"
author = ["Tim Holy <[email protected]>"]
version = "1.2.3"
version = "1.3.0"

[deps]
AxisArrays = "39de3d68-74b9-583c-8d2d-e117c070f3a9"
Expand All @@ -22,7 +22,7 @@ ImageMetadata = "0.9"
Random = "1"
SharedArrays = "1"
Unitful = "0.14, 0.15, 0.16, 0.17, 0.18, 1.0"
julia = "1"
julia = "1.6"

[extras]
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Expand Down

2 comments on commit 01d83b9

@timholy
Copy link
Owner Author

@timholy timholy commented on 01d83b9 Nov 3, 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/94717

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 v1.3.0 -m "<description of version>" 01d83b9d1bd5df76447a165274f3f8c08ab8b4ca
git push origin v1.3.0

Please sign in to comment.