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.