Skip to content

Commit c5e4382

Browse files
authored
Bump up dependencies (#6)
Dependency version updates: * Updated the `swift-syntax` dependency to use `.upToNextMajor(from: "602.0.0")` instead of `.from: "600.0.0-latest"` for better version control and compatibility. * Changed the `swift-binary-parsing` dependency to track the `main` branch instead of a fixed minor version, allowing for integration with the latest changes from upstream.
1 parent fcc304d commit c5e4382

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

Package.resolved

Lines changed: 7 additions & 7 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
@@ -19,8 +19,8 @@ let package = Package(
1919
),
2020
],
2121
dependencies: [
22-
.package(url: "https://github.com/swiftlang/swift-syntax.git", from: "600.0.0-latest"),
23-
.package(url: "https://github.com/apple/swift-binary-parsing", .upToNextMinor(from: "0.0.1")),
22+
.package(url: "https://github.com/swiftlang/swift-syntax.git", .upToNextMajor(from: "602.0.0")),
23+
.package(url: "https://github.com/apple/swift-binary-parsing", branch: "main"),
2424
.package(
2525
url: "https://github.com/apple/swift-collections.git",
2626
.upToNextMinor(from: "1.1.0"),

0 commit comments

Comments
 (0)