Skip to content

Commit

Permalink
Use exact swift package versions
Browse files Browse the repository at this point in the history
  • Loading branch information
AttilaTheFun committed Apr 6, 2024
1 parent 2345cbc commit 376bf12
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions examples/grpc_example/Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/apple/swift-protobuf.git",
"state" : {
"revision" : "9f0c76544701845ad98716f3f6a774a892152bcb",
"version" : "1.26.0"
"revision" : "88c7d15e1242fdb6ecbafbc7926426a19be1e98a",
"version" : "1.20.2"
}
},
{
Expand Down
4 changes: 2 additions & 2 deletions examples/grpc_example/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import PackageDescription
let package = Package(
name: "grpc_example",
dependencies: [
.package(url: "https://github.com/grpc/grpc-swift.git", from: "1.15.0"),
.package(url: "https://github.com/apple/swift-protobuf.git", from: "1.25.2"),
.package(url: "https://github.com/grpc/grpc-swift.git", exact: "1.22.0"),
.package(url: "https://github.com/apple/swift-protobuf.git", exact: "1.20.2"),
]
)
4 changes: 2 additions & 2 deletions examples/grpc_example/swift_deps_index.json
Original file line number Diff line number Diff line change
Expand Up @@ -1157,9 +1157,9 @@
"name": "swiftpkg_swift_protobuf",
"identity": "swift-protobuf",
"remote": {
"commit": "9f0c76544701845ad98716f3f6a774a892152bcb",
"commit": "88c7d15e1242fdb6ecbafbc7926426a19be1e98a",
"remote": "https://github.com/apple/swift-protobuf.git",
"version": "1.26.0"
"version": "1.20.2"
}
},
{
Expand Down
4 changes: 2 additions & 2 deletions examples/grpc_package_example/Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/apple/swift-protobuf.git",
"state" : {
"revision" : "9f0c76544701845ad98716f3f6a774a892152bcb",
"version" : "1.26.0"
"revision" : "88c7d15e1242fdb6ecbafbc7926426a19be1e98a",
"version" : "1.20.2"
}
},
{
Expand Down
4 changes: 2 additions & 2 deletions examples/grpc_package_example/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import PackageDescription
let package = Package(
name: "grpc_example",
dependencies: [
.package(url: "https://github.com/grpc/grpc-swift.git", from: "1.15.0"),
.package(url: "https://github.com/apple/swift-protobuf.git", from: "1.25.2"),
.package(url: "https://github.com/grpc/grpc-swift.git", exact: "1.22.0"),
.package(url: "https://github.com/apple/swift-protobuf.git", exact: "1.20.2"),
]
)
4 changes: 2 additions & 2 deletions examples/grpc_package_example/swift_deps_index.json
Original file line number Diff line number Diff line change
Expand Up @@ -1157,9 +1157,9 @@
"name": "swiftpkg_swift_protobuf",
"identity": "swift-protobuf",
"remote": {
"commit": "9f0c76544701845ad98716f3f6a774a892152bcb",
"commit": "88c7d15e1242fdb6ecbafbc7926426a19be1e98a",
"remote": "https://github.com/apple/swift-protobuf.git",
"version": "1.26.0"
"version": "1.20.2"
}
},
{
Expand Down

0 comments on commit 376bf12

Please sign in to comment.