@@ -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 " ) ,
0 commit comments