Skip to content

Commit e195266

Browse files
Make Algorithms depend on Numerics product instead of RealModule. (apple#164)
The RealModule _library product_ will be removed from Numerics at some future point (the _module_ will continue to exist). Update Package.swift to depend on the Numerics library instead.
1 parent 9f62800 commit e195266

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ let package = Package(
2626
.target(
2727
name: "Algorithms",
2828
dependencies: [
29-
.product(name: "RealModule", package: "swift-numerics"),
29+
.product(name: "Numerics", package: "swift-numerics"),
3030
]),
3131
.testTarget(
3232
name: "SwiftAlgorithmsTests",

0 commit comments

Comments
 (0)