Skip to content

Commit

Permalink
Require cxx17 and require NIOSSL 2.29.3 (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
fabianfett authored Feb 11, 2025
1 parent f517899 commit 85f017c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ let package = Package(
],
dependencies: [
.package(url: "https://github.com/apple/swift-nio", .upToNextMajor(from: "2.41.1")),
.package(url: "https://github.com/apple/swift-nio-ssl", .upToNextMajor(from: "2.21.0")),
.package(url: "https://github.com/apple/swift-nio-ssl", .upToNextMajor(from: "2.29.3")),
.package(url: "https://github.com/apple/swift-atomics", from: "1.0.2"),
.package(url: "https://github.com/apple/swift-log", .upToNextMajor(from: "1.0.0")),
],
Expand Down Expand Up @@ -167,7 +167,7 @@ let package = Package(

.testTarget(name: "CassandraClientTests", dependencies: ["CassandraClient"]),
],
cxxLanguageStandard: .cxx14
cxxLanguageStandard: .cxx17
)

// --- STANDARD CROSS-REPO SETTINGS DO NOT EDIT --- //
Expand Down

0 comments on commit 85f017c

Please sign in to comment.