Skip to content

Commit afc9853

Browse files
committed
rc.2 updates
1 parent 1823a1c commit afc9853

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Package.swift

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

1313
// 🔑 Hashing (BCrypt, SHA, HMAC, etc), encryption, and randomness.
14-
.package(url: "https://github.com/vapor/crypto.git", .branch("master")),
14+
.package(url: "https://github.com/vapor/crypto.git", from: "3.0.0-rc.2"),
1515

1616
// 🗄 Core services for creating database integrations.
17-
.package(url: "https://github.com/vapor/database-kit.git", .branch("master")),
17+
.package(url: "https://github.com/vapor/database-kit.git", from: "1.0.0-rc.2"),
1818

1919
// 📦 Dependency injection / inversion of control framework.
20-
.package(url: "https://github.com/vapor/service.git", .branch("master")),
20+
.package(url: "https://github.com/vapor/service.git", from: "1.0.0-rc.2"),
2121

2222
// Event-driven network application framework for high performance protocol servers & clients, non-blocking.
2323
.package(url: "https://github.com/apple/swift-nio.git", from: "1.0.0"),

circle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
steps:
4040
- run:
4141
name: Clone Fluent PostgreSQL
42-
command: git clone -b nio https://github.com/vapor/fluent-postgresql.git
42+
command: git clone -b master https://github.com/vapor/fluent-postgresql.git
4343
working_directory: ~/
4444
- run:
4545
name: Switch Fluent PostgreSQL to this PostgreSQL revision

0 commit comments

Comments
 (0)