Skip to content

Commit

Permalink
Updated dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
SDGGiesbrecht authored Feb 24, 2021
1 parent b708285 commit 28e6891
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"repositoryURL": "https://github.com/apple/swift-numerics",
"state": {
"branch": null,
"revision": "6b24333510e9044cf4716a07bed65eeed6bc6393",
"version": "0.0.8"
"revision": "6583ac70c326c3ee080c1d42d9ca3361dca816cd",
"version": "0.1.0"
}
}
]
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ let package = Package(
.library(name: "SDGXCTestUtilities", targets: ["SDGXCTestUtilities"]),
],
dependencies: [
.package(url: "https://github.com/apple/swift\u{2D}numerics", .exact(Version(0, 0, 8)))
.package(url: "https://github.com/apple/swift\u{2D}numerics", .exact(Version(0, 1, 0)))
],
targets: [

Expand Down

0 comments on commit 28e6891

Please sign in to comment.