Skip to content

Commit

Permalink
Update for minimum Swift 5.6 comparability.
Browse files Browse the repository at this point in the history
  • Loading branch information
DimaRU committed Jan 11, 2024
1 parent e5b6dc7 commit 356db5d
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 80 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2019 Dmitriy Borovikov
Copyright (c) 2024 Dmitriy Borovikov

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
8 changes: 0 additions & 8 deletions LinuxMain.swift

This file was deleted.

3 changes: 1 addition & 2 deletions Package.swift
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
// swift-tools-version:4.2
// The swift-tools-version declares the minimum version of Swift required to build this package.
// swift-tools-version:5.6

import PackageDescription

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Now can be used with [FastRTPSBridge](https://github.com/DimaRU/FastRTPSBridge),

## Requirements

- Swift 4.2+
- Swift 5.6+

## Usage

Expand Down
2 changes: 1 addition & 1 deletion Sources/CDRCodable/Decoder/CDRDecoder.swift
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ extension _CDRDecoder: Decoder {
}
}

protocol _CDRDecodingContainer: class {
protocol _CDRDecodingContainer: AnyObject {
var codingPath: [CodingKey] { get set }
var userInfo: [CodingUserInfoKey : Any] { get }
var data: _CDRDecoder.DataBlock { get }
Expand Down
67 changes: 0 additions & 67 deletions Tests/XCTestManifests.swift

This file was deleted.

0 comments on commit 356db5d

Please sign in to comment.