Skip to content

Commit

Permalink
Update */Manifest.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
tkf committed Aug 23, 2019
1 parent 599515e commit 8bd94f1
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
10 changes: 5 additions & 5 deletions benchmark/Manifest.toml
Expand Up @@ -7,10 +7,10 @@ uuid = "dce04be8-c92d-5529-be00-80e4d2c0e197"
version = "1.0.1"

[[BangBang]]
deps = ["Future", "LinearAlgebra", "Requires", "Setfield"]
git-tree-sha1 = "9498235806348e344c109d9c290f443322aef339"
deps = ["Future", "InitialValues", "LinearAlgebra", "Requires", "Setfield"]
git-tree-sha1 = "df248efd42d8d16eb4a3e9dc9bcb13121aac6bf2"
uuid = "198e06fe-97b7-11e9-32a5-e1d131e6ad66"
version = "0.1.2"
version = "0.2.0"

[[Base64]]
uuid = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f"
Expand Down Expand Up @@ -114,9 +114,9 @@ uuid = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"

[[PkgBenchmark]]
deps = ["BenchmarkTools", "Dates", "InteractiveUtils", "JSON", "LibGit2", "Pkg", "Printf", "ProgressMeter"]
git-tree-sha1 = "6ec2e9ab9f35005bf73704ca48ccda0c963b0a68"
git-tree-sha1 = "cb8949b91fe6547f6e65a8c8a764ac67f6ec3d86"
uuid = "32113eaa-f34f-5b0d-bd6c-c81e245fc73d"
version = "0.2.2"
version = "0.2.3"

[[Printf]]
deps = ["Unicode"]
Expand Down
4 changes: 2 additions & 2 deletions docs/Manifest.toml
Expand Up @@ -8,11 +8,11 @@ version = "1.0.1"

[[BangBang]]
deps = ["Future", "InitialValues", "LinearAlgebra", "Requires", "Setfield"]
git-tree-sha1 = "4e04f4c26049cf15c2ee5e046c8bbbe9d9042eae"
git-tree-sha1 = "df248efd42d8d16eb4a3e9dc9bcb13121aac6bf2"
repo-rev = "master"
repo-url = "https://github.com/tkf/BangBang.jl"
uuid = "198e06fe-97b7-11e9-32a5-e1d131e6ad66"
version = "0.2.0-DEV"
version = "0.2.0"

[[Base64]]
uuid = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f"
Expand Down
4 changes: 2 additions & 2 deletions test/Manifest.toml
Expand Up @@ -8,11 +8,11 @@ version = "1.0.1"

[[BangBang]]
deps = ["Future", "InitialValues", "LinearAlgebra", "Requires", "Setfield"]
git-tree-sha1 = "4e04f4c26049cf15c2ee5e046c8bbbe9d9042eae"
git-tree-sha1 = "df248efd42d8d16eb4a3e9dc9bcb13121aac6bf2"
repo-rev = "master"
repo-url = "https://github.com/tkf/BangBang.jl"
uuid = "198e06fe-97b7-11e9-32a5-e1d131e6ad66"
version = "0.2.0-DEV"
version = "0.2.0"

[[Base64]]
uuid = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f"
Expand Down

0 comments on commit 8bd94f1

Please sign in to comment.