Skip to content

Commit

Permalink
use SwiftIO 0.1.0 tag
Browse files Browse the repository at this point in the history
  • Loading branch information
lhoward committed Nov 30, 2024
1 parent f7acea9 commit 2d53ef3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/madmachineio/SwiftIO",
"state" : {
"branch" : "main",
"revision" : "d7dad90d9e3dc94159a7410dbe27b77bbad4fde6"
"revision" : "92d5cccfdc19cef8e0e7dbb01237d5457d5b209f",
"version" : "0.1.0"
}
}
],
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ let package = Package(
],
dependencies: [
// Dependencies declare other packages that this package depends on.
.package(url: "https://github.com/madmachineio/SwiftIO", branch: "main"),
.package(url: "https://github.com/madmachineio/SwiftIO", from: "0.1.0"),
.package(url: "https://github.com/PADL/IORingSwift.git", from: "0.1.2"),
.package(url: "https://github.com/apple/swift-async-algorithms", from: "1.0.0"),
.package(url: "https://github.com/lhoward/AsyncExtensions", from: "0.9.0"),
Expand Down

0 comments on commit 2d53ef3

Please sign in to comment.