Skip to content

Commit dbff692

Browse files
authored
Swift 6 (#5)
* Bumped swift-tools-version to 6.0 * bumped swift-bases version * migrated to swift-testing * bumped swift-bases dep to 0.2.0 (swift 6 tags) * Untracked Package.resolved * Ignore Package.resolved * migrate to swift-testing
1 parent 9bc8dfd commit dbff692

File tree

4 files changed

+406
-441
lines changed

4 files changed

+406
-441
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
.index-build/
66
.devcontainer/
77
/Packages
8+
Package.resolved
89
/*.xcodeproj
910
xcuserdata/
1011
/public

Package.resolved

Lines changed: 12 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// swift-tools-version:5.5
1+
// swift-tools-version:6.0
22
//===----------------------------------------------------------------------===//
33
//
44
// This source file is part of the swift-libp2p open source project
@@ -26,7 +26,7 @@ let package = Package(
2626
],
2727
dependencies: [
2828
// Dependencies declare other packages that this package depends on.
29-
.package(url: "https://github.com/swift-libp2p/swift-bases.git", .upToNextMajor(from: "0.0.1"))
29+
.package(url: "https://github.com/swift-libp2p/swift-bases.git", .upToNextMinor(from: "0.2.0"))
3030
],
3131
targets: [
3232
// Targets are the basic building blocks of a package. A target can define a module or a test suite.

0 commit comments

Comments
 (0)