Skip to content

Commit

Permalink
Changes for CDRCodable latest version.
Browse files Browse the repository at this point in the history
  • Loading branch information
DimaRU committed Mar 28, 2024
1 parent 1284b4e commit 7633194
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Package.swift
@@ -1,9 +1,10 @@
// swift-tools-version:5.6
// swift-tools-version:5.8

import PackageDescription

let package = Package(
name: "FastRTPSSwift",
platforms: [.macOS(.v13)],
products: [
.library(
name: "FastRTPSSwift",
Expand All @@ -26,7 +27,6 @@ let package = Package(
name: "FastRTPSSwiftTests",
dependencies: ["FastRTPSSwift"]),
],
swiftLanguageVersions: [.v5],
cxxLanguageStandard: .cxx14
)

Expand Down

0 comments on commit 7633194

Please sign in to comment.