We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49e2630 commit 0611da1Copy full SHA for 0611da1
.ci/test_and_change_uuid.jl
@@ -7,7 +7,7 @@ else
7
end
8
9
# To generate the new UUID, we simply modify the first character of the original UUID
10
-const original_uuid = "3f01184e-e22b-5df5-ae63-d93ebab69eaf"
+const original_uuid = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
11
const new_uuid = "4f01184e-e22b-5df5-ae63-d93ebab69eaf"
12
13
# `@__DIR__` is the `.ci/` folder.
Project.toml
@@ -1,5 +1,5 @@
1
name = "SparseArrays"
2
-uuid = "3f01184e-e22b-5df5-ae63-d93ebab69eaf"
+uuid = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
3
4
[deps]
5
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
0 commit comments