Skip to content

Commit

Permalink
Update Julia compat
Browse files Browse the repository at this point in the history
  • Loading branch information
darsnack committed Apr 14, 2022
1 parent fc1c350 commit 5ff2690
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
fail-fast: false
matrix:
version:
- '1.0'
- '1'
- '1.6'
- 'nightly'
os:
Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ NNlib = "872c559c-99b0-510c-b3b7-b6c96a88d5cd"
ChainRulesCore = "1"
Flux = "0.12, 0.13"
Functors = "0.2.8"
julia = "1"
julia = "1.6"
MacroTools = "0.5"
MaskedArrays = "0.1"
NNlib = "0.7, 0.8"
Expand Down

2 comments on commit 5ff2690

@darsnack
Copy link
Owner 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/58546

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.0 -m "<description of version>" 5ff2690bb9b07ca46b7e101d9afda26f55462ccc
git push origin v0.1.0

Please sign in to comment.