Skip to content

Commit

Permalink
update LinuxHalSwiftIO dep to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lhoward committed Jan 2, 2025
1 parent bc5e1a9 commit 05b60fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ let package = Package(
],
dependencies: [
.package(url: "https://github.com/PADL/IORingSwift", from: "0.1.5"),
.package(url: "https://github.com/PADL/LinuxHalSwiftIO", from: "0.1.8"),
.package(url: "https://github.com/PADL/LinuxHalSwiftIO", from: "0.2.0"),
// .package(url: "https://github.com/apple/swift-async-algorithms", from: "1.0.0"),
// .package(url: "https://github.com/lhoward/AsyncExtensions", from: "0.9.0"),
.package(url: "https://github.com/madmachineio/SwiftIO", from: "0.1.0"),
Expand Down

0 comments on commit 05b60fd

Please sign in to comment.