Skip to content

Commit

Permalink
Merge #893
Browse files Browse the repository at this point in the history
893: Bump lower bound on Requires version r=DhairyaLGandhi a=mohamed82008

`Requires.@include` is used in Zygote but it is not available before v1.1 so I am bumping the lower bound version on Requires.

Co-authored-by: Mohamed Tarek <[email protected]>
  • Loading branch information
bors[bot] and mohamed82008 authored Feb 1, 2021
2 parents 4e26772 + b89d324 commit 1007950
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ ForwardDiff = "0.10"
IRTools = "0.4"
MacroTools = "0.5"
NaNMath = "0.3"
Requires = "0.5, 1.0"
Requires = "1.1"
SpecialFunctions = "0.10, 1.0"
ZygoteRules = "0.2.1"
julia = "1.3"
Expand Down

2 comments on commit 1007950

@DhairyaLGandhi
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator register()

@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/29129

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.6.3 -m "<description of version>" 1007950c4120b3e7b18b6032b58cc922fc321380
git push origin v0.6.3

Please sign in to comment.