feat: Working on bump version.

This commit is contained in:
2024-12-20 23:02:22 -05:00
parent 2ca83829e0
commit b7ac6ee9d1
6 changed files with 274 additions and 116 deletions

View File

@@ -33,7 +33,7 @@ public struct FileClient: Sendable {
public var read: @Sendable (URL) throws -> String
/// Write `Data` to a file `URL`.
public private(set) var write: @Sendable (Data, URL) throws -> Void
public var write: @Sendable (Data, URL) throws -> Void
/// Read the contents of a file at the given path.
///