Skip to content

Commit db524e9

Browse files
authored
Merge pull request #279 from charleskawczynski/ck/update_compat
Synchronize SpecialFunctions compat
2 parents 7716524 + 44d0a63 commit db524e9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/CUDAKernels/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ Adapt = "3.0"
1616
CUDA = "3.5"
1717
Cassette = "0.3.3"
1818
KernelAbstractions = "0.7"
19-
SpecialFunctions = "0.10, 1.0"
19+
SpecialFunctions = "0.10, 1.0, 2.0"
2020
StaticArrays = "0.12, 1.0"
2121
julia = "1.6"

lib/ROCKernels/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ AMDGPU = "0.2.5"
1616
Adapt = "0.4, 1.0, 2.0, 3.0"
1717
Cassette = "0.3.3"
1818
KernelAbstractions = "0.7"
19-
SpecialFunctions = "0.10, 1.0"
19+
SpecialFunctions = "0.10, 1.0, 2.0"
2020
StaticArrays = "0.12, 1.0"
2121
julia = "1.6"

0 commit comments

Comments
 (0)