Skip to content

Commit 3e1af2c

Browse files
committed
Use stable version
1 parent 4e79f30 commit 3e1af2c

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ let package = Package(
3535
.package(url: "https://github.com/onevcat/Rainbow",
3636
.upToNextMinor(from: "4.0.1")),
3737
.package(url: "https://github.com/giginet/scipio-cache-storage.git",
38-
revision: "a7b01bbf02dea506af7d8f7a13f6e985044d5d57"),
38+
from: "1.0.0"),
3939
],
4040
targets: [
4141
.executableTarget(

Package@swift-5.8.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ let package = Package(
3030
.package(url: "https://github.com/onevcat/Rainbow",
3131
.upToNextMinor(from: "4.0.1")),
3232
.package(url: "https://github.com/giginet/scipio-cache-storage.git",
33-
revision: "a7b01bbf02dea506af7d8f7a13f6e985044d5d57"),
33+
from: "1.0.0"),
3434
],
3535
targets: [
3636
.executableTarget(name: "scipio",

Package@swift-5.9.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ let package = Package(
3030
.package(url: "https://github.com/onevcat/Rainbow",
3131
.upToNextMinor(from: "4.0.1")),
3232
.package(url: "https://github.com/giginet/scipio-cache-storage.git",
33-
revision: "a7b01bbf02dea506af7d8f7a13f6e985044d5d57"),
33+
from: "1.0.0"),
3434
],
3535
targets: [
3636
.executableTarget(name: "scipio",

0 commit comments

Comments
 (0)