Skip to content

Commit

Permalink
Bump packages.
Browse files Browse the repository at this point in the history
  • Loading branch information
maleadt committed Mar 3, 2023
1 parent 3a4b1c6 commit e6f92c9
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 9 deletions.
20 changes: 13 additions & 7 deletions Manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

julia_version = "1.8.5"
manifest_format = "2.0"
project_hash = "26b982de813815a022ebefcaa04eadfa58665dac"
project_hash = "97c97a79809f4555c5aae0f6b4c9553a7330505e"

[[deps.Adapt]]
deps = ["LinearAlgebra"]
git-tree-sha1 = "0310e08cb19f5da31d08341c6120c047598f5b9c"
deps = ["LinearAlgebra", "Requires"]
git-tree-sha1 = "cc37d689f599e8df4f464b2fa3870ff7db7492ef"
uuid = "79e6a3ab-5dfb-504d-930d-738a2a938a0e"
version = "3.5.0"
version = "3.6.1"

[[deps.ArgTools]]
uuid = "0dad84c5-d112-42e6-8d28-ef12dabb789f"
Expand Down Expand Up @@ -176,6 +176,12 @@ git-tree-sha1 = "45e428421666073eab6f2da5c9d310d99bb12f9b"
uuid = "189a3867-3050-52da-a836-e630ba90ab69"
version = "1.2.2"

[[deps.Requires]]
deps = ["UUIDs"]
git-tree-sha1 = "838a3a4188e2ded87a4f9f184b4b0d78a1e91cb7"
uuid = "ae029012-a4dd-5104-9daa-d747884805df"
version = "1.3.0"

[[deps.SHA]]
uuid = "ea8e919c-243c-51af-8825-aaa63cd721ce"
version = "0.7.0"
Expand Down Expand Up @@ -223,10 +229,10 @@ uuid = "83775a58-1f1d-513f-b197-d71354ab007a"
version = "1.2.12+3"

[[deps.cmt_jll]]
deps = ["Artifacts", "JLLWrappers", "Libdl", "Pkg"]
git-tree-sha1 = "b9b9836ba3d6871ff9819502144a59a2cdc6a7f2"
deps = ["Artifacts", "JLLWrappers", "Libdl"]
git-tree-sha1 = "049e4965e08ffb1fe62f731c385b92cf62d34817"
uuid = "65323cdd-17ec-5719-9643-72016a7f97e3"
version = "0.1.0+0"
version = "0.2.0+0"

[[deps.libblastrampoline_jll]]
deps = ["Artifacts", "Libdl", "OpenBLAS_jll"]
Expand Down
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ uuid = "dde4c033-4e86-420c-a63e-0dd931031962"
authors = ["Filippo Vicentini <filippovicentini@gmail.com>",
"Tim Besard <tim.besard@gmail.com>",
"Max Hawkins <max.hawkins65@gmail.com>"]
version = "0.1.3"
version = "0.2.0"

[deps]
Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e"
Expand All @@ -27,5 +27,5 @@ GPUCompiler = "0.16, 0.17"
Reexport = "1.0"
LLVM = "4.15"
Metal_LLVM_Tools_jll = "~0.3"
cmt_jll = "~0.1"
cmt_jll = "~0.2"
julia = "1.8"

2 comments on commit e6f92c9

@maleadt
Copy link
Member Author

@maleadt maleadt commented on e6f92c9 Mar 3, 2023

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 created: JuliaRegistries/General/78879

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

Please sign in to comment.