We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5314c17 commit 12552e0Copy full SHA for 12552e0
Package.swift
@@ -15,7 +15,7 @@ let package = Package(
15
),
16
],
17
dependencies: [
18
- .package(url: "https://github.com/apple/swift-numerics", from: "1.0.2"),
+ .package(url: "https://github.com/apple/swift-numerics", from: "1.0.2")
19
20
targets: [
21
.target(
@@ -28,13 +28,13 @@ let package = Package(
28
29
name: "RealModuleDifferentiable",
30
31
- .product(name: "RealModule", package: "swift-numerics"),
+ .product(name: "RealModule", package: "swift-numerics")
32
]
33
34
.testTarget(
35
name: "RealModuleDifferentiableTests",
36
37
- "RealModuleDifferentiable",
+ "RealModuleDifferentiable"
38
39
40
0 commit comments