@@ -8,17 +8,17 @@ let package = Package(
88 . library( name: " FluentPostgreSQL " , targets: [ " FluentPostgreSQL " ] ) ,
99 ] ,
1010 dependencies: [
11- // Swift Promises, Futures, and Streams .
12- . package ( url: " https://github.com/vapor/async.git " , " 1.0.0-beta.1 " ..< " 1.0.0-beta.2 " ) ,
11+ // ⏱ Promises and reactive-streams in Swift built for high-performance and scalability .
12+ . package ( url: " https://github.com/vapor/async.git " , from : " 1.0.0-rc " ) ,
1313
14- // Core extensions, type-aliases, and functions that facilitate common tasks .
15- . package ( url: " https://github.com/vapor/core.git " , " 3.0.0-beta.1 " ..< " 3.0.0-beta.2 " ) ,
14+ // 🌎 Utility package containing tools for byte manipulation, Codable, OS APIs, and debugging .
15+ . package ( url: " https://github.com/vapor/core.git " , from : " 3.0.0-rc " ) ,
1616
1717 // Swift ORM framework (queries, models, and relations) for building NoSQL and SQL database integrations.
18- . package ( url: " https://github.com/vapor/fluent.git " , " 3.0.0-beta.3 " ..< " 3.0.0-beta.4 " ) ,
18+ . package ( url: " https://github.com/vapor/fluent.git " , from : " 3.0.0-rc " ) ,
1919
20- // Pure Swift, async/non-blocking client for PostgreSQL.
21- . package ( url: " https://github.com/vapor/postgresql.git " , " 1.0.0-beta.3 " ..< " 1.0.0-beta.4 " ) ,
20+ // 🐘 Non-blocking, event-driven Swift client for PostgreSQL.
21+ . package ( url: " https://github.com/vapor/postgresql.git " , from : " 1.0.0-rc " ) ,
2222 ] ,
2323 targets: [
2424 . target( name: " FluentPostgreSQL " , dependencies: [ " Async " , " CodableKit " , " Fluent " , " FluentSQL " , " PostgreSQL " ] ) ,
0 commit comments