Skip to content

Commit 6e33ca7

Browse files
fix: update SPM package to be valid.
1 parent d63e3ff commit 6e33ca7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ let package = Package(
99
// Products define the executables and libraries a package produces, making them visible to other packages.
1010
.library(
1111
name: "BLAKE3",
12-
targets: ["blake3-swift"]),
12+
targets: ["BLAKE3"]),
1313
],
1414
targets: [
1515
.target(

0 commit comments

Comments
 (0)