Skip to content

Commit 0d1c61a

Browse files
authored
Set grpc-swift version to 2.0.0-alpha.1 (#8)
Motivation: We just tagged grpc-swift 2.0.0-alpha.1, we should use it. Modifications: Update version requirement. Result: Better version management.
1 parent d833194 commit 0d1c61a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ let products: [Product] = [
3535
let dependencies: [Package.Dependency] = [
3636
.package(
3737
url: "https://github.com/grpc/grpc-swift.git",
38-
branch: "main"
38+
exact: "2.0.0-alpha.1"
3939
),
4040
.package(
4141
url: "https://github.com/apple/swift-nio.git",

0 commit comments

Comments
 (0)