We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78ecff8 commit aed43aaCopy full SHA for aed43aa
Package.swift
@@ -9,13 +9,13 @@ let package = Package(
9
],
10
dependencies: [
11
// 🌎 Utility package containing tools for byte manipulation, Codable, OS APIs, and debugging.
12
- .package(url: "https://github.com/vapor/core.git", .branch("fluent-gm")),
+ .package(url: "https://github.com/vapor/core.git", from:"3.0.0"),
13
14
// 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")),
+ .package(url: "https://github.com/vapor/fluent.git", from:"3.0.0-rc"),
16
17
// 🐘 Non-blocking, event-driven Swift client for PostgreSQL.
18
- .package(url: "https://github.com/vapor/postgresql.git", .branch("master")),
+ .package(url: "https://github.com/vapor/postgresql.git", from:"1.0.0-rc"),
19
20
targets: [
21
.target(name: "FluentPostgreSQL", dependencies: ["Async", "Fluent", "PostgreSQL"]),
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments