Skip to content

Commit 37c8b0d

Browse files
authored
Support UnsafeAtomics 0.3 (#48)
1 parent aaefe62 commit 37c8b0d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "Atomix"
22
uuid = "a9b6321e-bd34-4604-b9c9-b65b8de01458"
33
authors = ["Takafumi Arakaki <[email protected]> and contributors"]
4-
version = "1.0.0"
4+
version = "1.0.1"
55

66
[deps]
77
UnsafeAtomics = "013be700-e6cd-48c3-b4a1-df204f14c38f"
@@ -20,5 +20,5 @@ AtomixoneAPIExt = "oneAPI"
2020
CUDA = "5"
2121
Metal = "1"
2222
oneAPI = "1"
23-
UnsafeAtomics = "0.1, 0.2"
23+
UnsafeAtomics = "0.1, 0.2, 0.3"
2424
julia = "1.10"

0 commit comments

Comments
 (0)