Skip to content

Commit 11c9001

Browse files
committed
Support UnsafeAtomics 0.3
1 parent 265e5b8 commit 11c9001

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

Project.toml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "KernelAbstractions"
22
uuid = "63c18a36-062a-441e-b654-da1e3ab1ce7c"
33
authors = ["Valentin Churavy <[email protected]> and contributors"]
4-
version = "0.9.29"
4+
version = "0.9.30"
55

66
[deps]
77
Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e"
@@ -16,7 +16,6 @@ SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
1616
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
1717
UUIDs = "cf7118a7-6976-5b1a-9a39-7adc72f591a4"
1818
UnsafeAtomics = "013be700-e6cd-48c3-b4a1-df204f14c38f"
19-
UnsafeAtomicsLLVM = "d80eeb9a-aca5-4d75-85e5-170c8b632249"
2019

2120
[compat]
2221
Adapt = "0.4, 1.0, 2.0, 3.0, 4"
@@ -30,9 +29,8 @@ Requires = "1.3"
3029
SparseArrays = "<0.0.1, 1.6"
3130
StaticArrays = "0.12, 1.0"
3231
UUIDs = "<0.0.1, 1.6"
33-
UnsafeAtomics = "0.2.1"
34-
UnsafeAtomicsLLVM = "0.1, 0.2"
35-
julia = "1.6"
32+
UnsafeAtomics = "0.3"
33+
julia = "1.10"
3634

3735
[extensions]
3836
EnzymeExt = "EnzymeCore"

0 commit comments

Comments
 (0)