Skip to content

Commit

Permalink
Update */Manifest.toml (#110)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and tkf committed Jan 27, 2020
1 parent b545df3 commit 89c293a
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion benchmark/Manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
deps = ["Compat", "ConstructionBase", "Future", "InitialValues", "LinearAlgebra", "Requires", "Setfield", "Tables", "ZygoteRules"]
path = ".."
uuid = "198e06fe-97b7-11e9-32a5-e1d131e6ad66"
version = "0.3.14-DEV"
version = "0.3.15-DEV"

[[Base64]]
uuid = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f"
Expand Down
2 changes: 1 addition & 1 deletion docs/Manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
deps = ["Compat", "ConstructionBase", "Future", "InitialValues", "LinearAlgebra", "Requires", "Setfield", "Tables", "ZygoteRules"]
path = ".."
uuid = "198e06fe-97b7-11e9-32a5-e1d131e6ad66"
version = "0.3.14-DEV"
version = "0.3.15-DEV"

[[Base64]]
uuid = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f"
Expand Down
8 changes: 4 additions & 4 deletions test/environments/jl10/Manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ version = "0.4.0"
deps = ["Compat", "ConstructionBase", "Future", "InitialValues", "LinearAlgebra", "Requires", "Setfield", "Tables", "ZygoteRules"]
path = "../../.."
uuid = "198e06fe-97b7-11e9-32a5-e1d131e6ad66"
version = "0.3.14-DEV"
version = "0.3.15-DEV"

[[Base64]]
uuid = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f"
Expand Down Expand Up @@ -161,7 +161,7 @@ uuid = "313cdc1a-70c2-5d6a-ae34-0150d3930a38"
version = "1.1.0"

[[InitialValues]]
git-tree-sha1 = "59da2aec259a7ec4060d92b2b2518cfaf90df7ff"
git-tree-sha1 = "1795283e2421a3a5413fc8428b656139969a94ac"
repo-rev = "master"
repo-url = "https://github.com/tkf/InitialValues.jl"
uuid = "22cec73e-a1b8-11e9-2c92-598750a2cf9c"
Expand Down Expand Up @@ -245,11 +245,11 @@ version = "0.3.10"

[[PerformanceTestTools]]
deps = ["Test"]
git-tree-sha1 = "18c699615f3f04f0df2808b7cdcf0ffaeea0e22f"
git-tree-sha1 = "ce8410f31672418a8c3a77a5482825ec3c08b003"
repo-rev = "master"
repo-url = "https://github.com/tkf/PerformanceTestTools.jl.git"
uuid = "dc46b164-d16f-48ec-a853-60448fc869fe"
version = "0.1.0"
version = "0.1.1-DEV"

[[Pkg]]
deps = ["Dates", "LibGit2", "Markdown", "Printf", "REPL", "Random", "SHA", "UUIDs"]
Expand Down
8 changes: 4 additions & 4 deletions test/environments/main/Manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ version = "0.4.0"
deps = ["Compat", "ConstructionBase", "Future", "InitialValues", "LinearAlgebra", "Requires", "Setfield", "Tables", "ZygoteRules"]
path = "../../.."
uuid = "198e06fe-97b7-11e9-32a5-e1d131e6ad66"
version = "0.3.14-DEV"
version = "0.3.15-DEV"

[[Base64]]
uuid = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f"
Expand Down Expand Up @@ -157,7 +157,7 @@ uuid = "313cdc1a-70c2-5d6a-ae34-0150d3930a38"
version = "1.1.0"

[[InitialValues]]
git-tree-sha1 = "59da2aec259a7ec4060d92b2b2518cfaf90df7ff"
git-tree-sha1 = "1795283e2421a3a5413fc8428b656139969a94ac"
repo-rev = "master"
repo-url = "https://github.com/tkf/InitialValues.jl"
uuid = "22cec73e-a1b8-11e9-2c92-598750a2cf9c"
Expand Down Expand Up @@ -259,11 +259,11 @@ version = "0.3.10"

[[PerformanceTestTools]]
deps = ["Test"]
git-tree-sha1 = "18c699615f3f04f0df2808b7cdcf0ffaeea0e22f"
git-tree-sha1 = "ce8410f31672418a8c3a77a5482825ec3c08b003"
repo-rev = "master"
repo-url = "https://github.com/tkf/PerformanceTestTools.jl.git"
uuid = "dc46b164-d16f-48ec-a853-60448fc869fe"
version = "0.1.0"
version = "0.1.1-DEV"

[[Pkg]]
deps = ["Dates", "LibGit2", "Libdl", "Logging", "Markdown", "Printf", "REPL", "Random", "SHA", "Test", "UUIDs"]
Expand Down

0 comments on commit 89c293a

Please sign in to comment.