Skip to content

Commit 85f017c

Browse files
authored
Require cxx17 and require NIOSSL 2.29.3 (#47)
1 parent f517899 commit 85f017c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ let package = Package(
101101
],
102102
dependencies: [
103103
.package(url: "https://github.com/apple/swift-nio", .upToNextMajor(from: "2.41.1")),
104-
.package(url: "https://github.com/apple/swift-nio-ssl", .upToNextMajor(from: "2.21.0")),
104+
.package(url: "https://github.com/apple/swift-nio-ssl", .upToNextMajor(from: "2.29.3")),
105105
.package(url: "https://github.com/apple/swift-atomics", from: "1.0.2"),
106106
.package(url: "https://github.com/apple/swift-log", .upToNextMajor(from: "1.0.0")),
107107
],
@@ -167,7 +167,7 @@ let package = Package(
167167

168168
.testTarget(name: "CassandraClientTests", dependencies: ["CassandraClient"]),
169169
],
170-
cxxLanguageStandard: .cxx14
170+
cxxLanguageStandard: .cxx17
171171
)
172172

173173
// --- STANDARD CROSS-REPO SETTINGS DO NOT EDIT --- //

0 commit comments

Comments
 (0)