Skip to content

Commit c287e8a

Browse files
committed
Support UnsafeAtomics 0.3
1 parent 34c3d96 commit c287e8a

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

Project.toml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -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)