Skip to content

Commit

Permalink
Update dependencies. (#224)
Browse files Browse the repository at this point in the history
Project Metal v0.5.0
Diff `~/work/Metal.jl/Metal.jl/Project.toml`
  [61eb1bfa] ↑ GPUCompiler v0.21.3 ⇒ v0.21.4
  [63c18a36] ↑ KernelAbstractions v0.9.6 ⇒ v0.9.7
  [90137ffa] ↑ StaticArrays v1.6.0 ⇒ v1.6.1

Co-authored-by: maleadt <[email protected]>
  • Loading branch information
github-actions[bot] and maleadt authored Jul 17, 2023
1 parent 3e01df8 commit 14fd3a2
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions Manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,9 @@ version = "0.1.5"

[[deps.GPUCompiler]]
deps = ["ExprTools", "InteractiveUtils", "LLVM", "Libdl", "Logging", "Scratch", "TimerOutputs", "UUIDs"]
git-tree-sha1 = "d60b5fe7333b5fa41a0378ead6614f1ab51cf6d0"
git-tree-sha1 = "72b2e3c2ba583d1a7aa35129e56cf92e07c083e3"
uuid = "61eb1bfa-7361-4325-ad38-22787b887f55"
version = "0.21.3"
version = "0.21.4"

[[deps.InteractiveUtils]]
deps = ["Markdown"]
Expand All @@ -94,10 +94,10 @@ uuid = "692b3bcd-3c85-4b1f-b108-f13ce0eb3210"
version = "1.4.1"

[[deps.KernelAbstractions]]
deps = ["Adapt", "Atomix", "InteractiveUtils", "LinearAlgebra", "MacroTools", "PrecompileTools", "SparseArrays", "StaticArrays", "UUIDs", "UnsafeAtomics", "UnsafeAtomicsLLVM"]
git-tree-sha1 = "b48617c5d764908b5fac493cd907cf33cc11eec1"
deps = ["Adapt", "Atomix", "InteractiveUtils", "LinearAlgebra", "MacroTools", "PrecompileTools", "Requires", "SparseArrays", "StaticArrays", "UUIDs", "UnsafeAtomics", "UnsafeAtomicsLLVM"]
git-tree-sha1 = "6d08ca80b621635fed9cdfeb9a4280a574020bf3"
uuid = "63c18a36-062a-441e-b654-da1e3ab1ce7c"
version = "0.9.6"
version = "0.9.7"

[[deps.LLVM]]
deps = ["CEnum", "LLVMExtra_jll", "Libdl", "Printf", "Unicode"]
Expand Down Expand Up @@ -282,14 +282,14 @@ uuid = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"

[[deps.StaticArrays]]
deps = ["LinearAlgebra", "Random", "StaticArraysCore", "Statistics"]
git-tree-sha1 = "0da7e6b70d1bb40b1ace3b576da9ea2992f76318"
git-tree-sha1 = "fffc14c695c17bfdbfa92a2a01836cdc542a1e46"
uuid = "90137ffa-7385-5640-81b9-e52037218182"
version = "1.6.0"
version = "1.6.1"

[[deps.StaticArraysCore]]
git-tree-sha1 = "6b7ba252635a5eff6a0b0664a41ee140a1c9e72a"
git-tree-sha1 = "1d5708d926c76a505052d0d24a846d5da08bc3a4"
uuid = "1e83bf80-4336-4d27-bf5d-d5a4f845583c"
version = "1.4.0"
version = "1.4.1"

[[deps.Statistics]]
deps = ["LinearAlgebra", "SparseArrays"]
Expand Down Expand Up @@ -341,9 +341,9 @@ version = "0.1.3"

[[deps.XZ_jll]]
deps = ["Artifacts", "JLLWrappers", "Libdl"]
git-tree-sha1 = "8abe223c2549ea70be752b20a53aa236a7868eb0"
git-tree-sha1 = "2222b751598bd9f4885c9ce9cd23e83404baa8ce"
uuid = "ffd25f8a-64ca-5728-b0f7-c24cf3aae800"
version = "5.4.3+0"
version = "5.4.3+1"

[[deps.Zlib_jll]]
deps = ["Libdl"]
Expand Down

0 comments on commit 14fd3a2

Please sign in to comment.