Skip to content

Commit

Permalink
Merge pull request #19 from rosskimes/main
Browse files Browse the repository at this point in the history
Updated swift-numerics to v1.0.0.
  • Loading branch information
b3ll committed May 12, 2022
2 parents a55d2ab + 35c9a1a commit 19a596a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Package.resolved
Expand Up @@ -6,8 +6,8 @@
"repositoryURL": "https://github.com/apple/swift-numerics",
"state": {
"branch": null,
"revision": "6b24333510e9044cf4716a07bed65eeed6bc6393",
"version": "0.0.8"
"revision": "0a5bc04095a675662cf24757cc0640aa2204253b",
"version": "1.0.2"
}
}
]
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Expand Up @@ -21,7 +21,7 @@ let package = Package(
],
dependencies: [
// Dependencies declare other packages that this package depends on.
.package(url: "https://github.com/apple/swift-numerics", from: "0.0.8"),
.package(url: "https://github.com/apple/swift-numerics", from: "1.0.0"),
],
targets: [
// Targets are the basic building blocks of a package. A target can define a module or a test suite.
Expand Down

0 comments on commit 19a596a

Please sign in to comment.