mirror of
https://github.com/swift-server/swift-aws-lambda-runtime.git
synced 2026-06-02 07:27:33 +00:00
prepare 2.0.0-beta.1 (#538)
Change dependencies in `Examples/*` and documentation to `from: "2.0.0-beta.1"`
This commit is contained in:
@@ -9,7 +9,7 @@ let package = Package(
|
||||
name: "Palindrome",
|
||||
platforms: [.macOS(.v15)],
|
||||
dependencies: [
|
||||
.package(url: "https://github.com/swift-server/swift-aws-lambda-runtime.git", branch: "main")
|
||||
.package(url: "https://github.com/swift-server/swift-aws-lambda-runtime.git", from: "2.0.0-beta.1")
|
||||
],
|
||||
targets: [
|
||||
// Targets are the basic building blocks of a package, defining a module or a test suite.
|
||||
|
||||
Reference in New Issue
Block a user