Skip to content

Commit

Permalink
Set grpc-swift version to 2.0.0-alpha.1 (#8)
Browse files Browse the repository at this point in the history
Motivation:

We just tagged grpc-swift 2.0.0-alpha.1, we should use it.

Modifications:

Update version requirement.

Result:

Better version management.
  • Loading branch information
glbrntt authored Oct 1, 2024
1 parent d833194 commit 0d1c61a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ let products: [Product] = [
let dependencies: [Package.Dependency] = [
.package(
url: "https://github.com/grpc/grpc-swift.git",
branch: "main"
exact: "2.0.0-alpha.1"
),
.package(
url: "https://github.com/apple/swift-nio.git",
Expand Down

0 comments on commit 0d1c61a

Please sign in to comment.