Skip to content

Commit a1d2c62

Browse files
committed
fix: Downgrade tools version
1 parent c1ea63b commit a1d2c62

File tree

2 files changed

+52
-1
lines changed

2 files changed

+52
-1
lines changed
+51
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
{
2+
"originHash" : "d253e06ba37aecae6c76936dfd2d7a90fd73e2d60d7533f62e9d887b311468fb",
3+
"pins" : [
4+
{
5+
"identity" : "combine-schedulers",
6+
"kind" : "remoteSourceControl",
7+
"location" : "https://github.com/pointfreeco/combine-schedulers.git",
8+
"state" : {
9+
"revision" : "487a4d151e795a5e076a7e7aedcd13c2ebff6c31",
10+
"version" : "1.0.1"
11+
}
12+
},
13+
{
14+
"identity" : "swift-concurrency-extras",
15+
"kind" : "remoteSourceControl",
16+
"location" : "https://github.com/pointfreeco/swift-concurrency-extras",
17+
"state" : {
18+
"revision" : "bb5059bde9022d69ac516803f4f227d8ac967f71",
19+
"version" : "1.1.0"
20+
}
21+
},
22+
{
23+
"identity" : "swift-issue-reporting",
24+
"kind" : "remoteSourceControl",
25+
"location" : "https://github.com/pointfreeco/swift-issue-reporting",
26+
"state" : {
27+
"revision" : "c85092304cda8cb38d2d68454b29609a8013620b",
28+
"version" : "1.2.1"
29+
}
30+
},
31+
{
32+
"identity" : "swift-snapshot-testing",
33+
"kind" : "remoteSourceControl",
34+
"location" : "https://github.com/pointfreeco/swift-snapshot-testing.git",
35+
"state" : {
36+
"revision" : "c097f955b4e724690f0fc8ffb7a6d4b881c9c4e3",
37+
"version" : "1.17.2"
38+
}
39+
},
40+
{
41+
"identity" : "swift-syntax",
42+
"kind" : "remoteSourceControl",
43+
"location" : "https://github.com/swiftlang/swift-syntax",
44+
"state" : {
45+
"revision" : "4c6cc0a3b9e8f14b3ae2307c5ccae4de6167ac2c",
46+
"version" : "600.0.0-prerelease-2024-06-12"
47+
}
48+
}
49+
],
50+
"version" : 3
51+
}

Package.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// swift-tools-version:5.10
1+
// swift-tools-version:5.9
22
// The swift-tools-version declares the minimum version of Swift required to build this package.
33

44
import PackageDescription

0 commit comments

Comments
 (0)