From e1ebdfed2480fe5a1c43fb90a1b41d198309e562 Mon Sep 17 00:00:00 2001 From: Cameron Voell Date: Thu, 8 Feb 2024 18:42:12 -0800 Subject: [PATCH] Update Package.swift --- Package.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Package.swift b/Package.swift index d4e22412..d102a110 100644 --- a/Package.swift +++ b/Package.swift @@ -25,7 +25,7 @@ let package = Package( .package(url: "https://github.com/1024jp/GzipSwift", from: "5.2.0"), .package(url: "https://github.com/bufbuild/connect-swift", exact: "0.3.0"), .package(url: "https://github.com/apple/swift-docc-plugin.git", from: "1.0.0"), - .package(url: "https://github.com/xmtp/libxmtp-swift", exact: "0.4.1-beta2"), + .package(url: "https://github.com/xmtp/libxmtp-swift", from: "0.4.1-beta2"), ], targets: [ // Targets are the basic building blocks of a package. A target can define a module or a test suite.