Skip to content

Commit 0611da1

Browse files
authored
correct UUID (#3)
1 parent 49e2630 commit 0611da1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.ci/test_and_change_uuid.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ else
77
end
88

99
# To generate the new UUID, we simply modify the first character of the original UUID
10-
const original_uuid = "3f01184e-e22b-5df5-ae63-d93ebab69eaf"
10+
const original_uuid = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
1111
const new_uuid = "4f01184e-e22b-5df5-ae63-d93ebab69eaf"
1212

1313
# `@__DIR__` is the `.ci/` folder.

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name = "SparseArrays"
2-
uuid = "3f01184e-e22b-5df5-ae63-d93ebab69eaf"
2+
uuid = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
33

44
[deps]
55
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"

0 commit comments

Comments
 (0)