Skip to content

Commit

Permalink
Add compat bounds.
Browse files Browse the repository at this point in the history
  • Loading branch information
maleadt committed Jun 22, 2022
1 parent c4ba692 commit 1f21291
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 16 deletions.
15 changes: 0 additions & 15 deletions Manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -75,12 +75,6 @@ git-tree-sha1 = "abc9885a7ca2052a736a600f7fa66209f96506e1"
uuid = "692b3bcd-3c85-4b1f-b108-f13ce0eb3210"
version = "1.4.1"

[[deps.JSON]]
deps = ["Dates", "Mmap", "Parsers", "Unicode"]
git-tree-sha1 = "3c837543ddb02250ef42f4738347454f95079d4e"
uuid = "682c06a0-de6a-54ab-a142-c8b1cf79cde6"
version = "0.21.3"

[[deps.LLVM]]
deps = ["CEnum", "LLVMExtra_jll", "Libdl", "Printf", "Unicode"]
git-tree-sha1 = "10a20c556107dc5833d3bb7c5e45c4a6e191bd28"
Expand Down Expand Up @@ -141,9 +135,6 @@ git-tree-sha1 = "23313d580b64e17daa2db6c6dde082867a3c86dc"
uuid = "0418c028-ff8c-56b8-a53e-0f9676ed36fc"
version = "0.3.0+1"

[[deps.Mmap]]
uuid = "a63ad114-7e13-5084-954f-fe012c677804"

[[deps.MozillaCACerts_jll]]
uuid = "14a3606d-f60d-562e-9121-12d972cd8159"
version = "2022.2.1"
Expand All @@ -157,12 +148,6 @@ deps = ["Artifacts", "CompilerSupportLibraries_jll", "Libdl"]
uuid = "4536629a-c528-5b80-bd46-f80d51c5b363"
version = "0.3.20+0"

[[deps.Parsers]]
deps = ["Dates"]
git-tree-sha1 = "1285416549ccfcdf0c50d4997a94331e88d68413"
uuid = "69de0a69-1ddd-5017-9359-2bf0b02dc9f0"
version = "2.3.1"

[[deps.Pkg]]
deps = ["Artifacts", "Dates", "Downloads", "LibGit2", "Libdl", "Logging", "Markdown", "Printf", "REPL", "Random", "SHA", "Serialization", "TOML", "Tar", "UUIDs", "p7zip_jll"]
uuid = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
Expand Down
6 changes: 5 additions & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ CEnum = "fa961155-64e5-5f13-b03f-caf6b980ea82"
ExprTools = "e2ba6199-217a-4e67-a87a-7c52f15ade04"
GPUArrays = "0c68f7d7-f131-5f86-a1c3-88cf8149b2d7"
GPUCompiler = "61eb1bfa-7361-4325-ad38-22787b887f55"
JSON = "682c06a0-de6a-54ab-a142-c8b1cf79cde6"
LLVM = "929cbde3-209d-540e-8aea-75f648917ca0"
Libdl = "8f399da3-3557-5675-b5ff-fb832c97cbdb"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Expand All @@ -19,7 +18,12 @@ Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
cmt_jll = "65323cdd-17ec-5719-9643-72016a7f97e3"

[compat]
Adapt = "3"
CEnum = "0.4"
ExprTools = "0.1"
GPUArrays = "8.4"
GPUCompiler = "0.16"
Reexport = "1.0"
LLVM = "4.13"
Metal_LLVM_Tools_jll = "~0.3"
cmt_jll = "~0.1"
Expand Down

2 comments on commit 1f21291

@maleadt
Copy link
Member Author

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 updated: JuliaRegistries/General/62872

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.0.1 -m "<description of version>" 1f21291652be2acec9087359e7de31000aceb898
git push origin v0.0.1

Please sign in to comment.