Skip to content
This repository was archived by the owner on May 6, 2021. It is now read-only.

Commit 08b9418

Browse files
CompatHelper: add new compat entry for "CircularArrayBuffers" at version "0.1" (#132)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent d4ead5e commit 08b9418

2 files changed

Lines changed: 7 additions & 6 deletions

File tree

Project.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"
3131
AbstractTrees = "0.3"
3232
BSON = "0.2"
3333
CUDA = "1, 2.1"
34+
CircularArrayBuffers = "0.1"
3435
Distributions = "0.24"
3536
Flux = "0.11"
3637
MacroTools = "0.5"

test/Manifest.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -82,9 +82,9 @@ version = "2.3.0"
8282

8383
[[ChainRules]]
8484
deps = ["ChainRulesCore", "ChainRulesTestUtils", "Compat", "LinearAlgebra", "Random", "Reexport", "Requires", "Statistics"]
85-
git-tree-sha1 = "a2f58e82d31b8f934d8038d3a735a2c938642084"
85+
git-tree-sha1 = "09c9fcd398500ab851288597dfbdaf0530a509db"
8686
uuid = "082447d4-558c-5d27-93f4-14fc19e9eca2"
87-
version = "0.7.35"
87+
version = "0.7.36"
8888

8989
[[ChainRulesCore]]
9090
deps = ["LinearAlgebra", "MuladdMacro", "SparseArrays"]
@@ -650,9 +650,9 @@ version = "0.12.1"
650650

651651
[[Parsers]]
652652
deps = ["Dates"]
653-
git-tree-sha1 = "9d738ba28afdbd877397fb24d48440244590e039"
653+
git-tree-sha1 = "6370b5b3cf2ce5a3d2b6f7ab2dc10f374e4d7d2b"
654654
uuid = "69de0a69-1ddd-5017-9359-2bf0b02dc9f0"
655-
version = "1.0.13"
655+
version = "1.0.14"
656656

657657
[[Pkg]]
658658
deps = ["Dates", "LibGit2", "Libdl", "Logging", "Markdown", "Printf", "REPL", "Random", "SHA", "UUIDs"]
@@ -949,9 +949,9 @@ version = "1.4.5+2"
949949

950950
[[Zygote]]
951951
deps = ["AbstractFFTs", "ArrayLayouts", "ChainRules", "DiffRules", "Distributed", "FillArrays", "ForwardDiff", "IRTools", "InteractiveUtils", "LinearAlgebra", "LoopVectorization", "MacroTools", "NNlib", "NaNMath", "Random", "Requires", "SpecialFunctions", "Statistics", "ZygoteRules"]
952-
git-tree-sha1 = "45b9b178970188066cfa852bfb13b5fed3209915"
952+
git-tree-sha1 = "0a03c99ec000a89f5d17d3477c8c7367ed4367f3"
953953
uuid = "e88e6eb3-aa80-5325-afca-941959d7151f"
954-
version = "0.5.15"
954+
version = "0.5.16"
955955

956956
[[ZygoteRules]]
957957
deps = ["MacroTools"]

0 commit comments

Comments
 (0)