Skip to content

Commit 69f29d4

Browse files
author
Tim Vermeulen
committed
Update the Numerics dependency to 1.0
1 parent b6c1da0 commit 69f29d4

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
@@ -20,7 +20,7 @@ let package = Package(
2020
targets: ["Algorithms"]),
2121
],
2222
dependencies: [
23-
.package(url: "https://github.com/apple/swift-numerics", from: "0.0.1"),
23+
.package(url: "https://github.com/apple/swift-numerics", from: "1.0.0"),
2424
],
2525
targets: [
2626
.target(

0 commit comments

Comments
 (0)