Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 9424b61

Browse files
rc.2 updates
1 parent 8a855c9 commit 9424b61

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎Package.swift‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ let package = Package(
99
],
1010
dependencies: [
1111
// 🌎 Utility package containing tools for byte manipulation, Codable, OS APIs, and debugging.
12-
.package(url: "https://github.com/vapor/core.git", .branch("master")),
12+
.package(url: "https://github.com/vapor/core.git", from:"3.0.0-rc.2"),
1313

1414
// Swift ORM framework (queries, models, and relations) for building NoSQL and SQL database integrations.
15-
.package(url: "https://github.com/vapor/fluent.git", .branch("master")),
15+
.package(url: "https://github.com/vapor/fluent.git", from:"3.0.0-rc.2"),
1616

1717
// 🐘 Non-blocking, event-driven Swift client for PostgreSQL.
18-
.package(url: "https://github.com/vapor/postgresql.git", .branch("master")),
18+
.package(url: "https://github.com/vapor/postgresql.git", from:"1.0.0-rc.2"),
1919
],
2020
targets: [
2121
.target(name: "FluentPostgreSQL", dependencies: ["Async", "CodableKit", "Fluent", "FluentSQL", "PostgreSQL"]),

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /