Skip to content

Commit

Permalink
up deps
Browse files Browse the repository at this point in the history
  • Loading branch information
cossio committed Sep 25, 2020
1 parent 27d9b6b commit d27c33d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -495,9 +495,9 @@ version = "1.2.11+16"

[[Zygote]]
deps = ["AbstractFFTs", "ArrayLayouts", "ChainRules", "DiffRules", "Distributed", "FillArrays", "ForwardDiff", "Future", "IRTools", "InteractiveUtils", "LinearAlgebra", "LoopVectorization", "MacroTools", "NNlib", "NaNMath", "Random", "Requires", "SpecialFunctions", "Statistics", "ZygoteRules"]
git-tree-sha1 = "e7b3106f045bd6e526708d1a7821ee9ecc24d094"
git-tree-sha1 = "4eab8971579a9879ce260ac16a7c54935a79edb6"
uuid = "e88e6eb3-aa80-5325-afca-941959d7151f"
version = "0.5.7"
version = "0.5.8"

[[ZygoteRules]]
deps = ["MacroTools"]
Expand Down

2 comments on commit d27c33d

@cossio
Copy link
Owner

@cossio cossio commented on d27c33d Sep 25, 2020

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

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.4.0 -m "<description of version>" d27c33db5977d68a02df9f1998e961d8a01aea90
git push origin v0.4.0

Please sign in to comment.