Skip to content

Commit

Permalink
Merge pull request #74 from ChargePoint/IMA-12624
Browse files Browse the repository at this point in the history
[IMA-12624] Up version of swift-tools-support-core to 0.3.0
  • Loading branch information
rsukumar-cpi authored Aug 11, 2022
2 parents 3622c47 + b6ccd22 commit caa37a5
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
13 changes: 11 additions & 2 deletions Package.resolved
Original file line number Diff line number Diff line change
@@ -1,13 +1,22 @@
{
"object": {
"pins": [
{
"package": "swift-system",
"repositoryURL": "https://github.com/apple/swift-system.git",
"state": {
"branch": null,
"revision": "836bc4557b74fe6d2660218d56e3ce96aff76574",
"version": "1.1.1"
}
},
{
"package": "swift-tools-support-core",
"repositoryURL": "https://github.com/apple/swift-tools-support-core.git",
"state": {
"branch": null,
"revision": "f9bbd6b80d67408021576adf6247e17c2e957d92",
"version": "0.2.4"
"revision": "0b77e67c484e532444ceeab60119b8536f8cd648",
"version": "0.3.0"
}
}
]
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ let package = Package(
dependencies: [
// Dependencies declare other packages that this package depends on.
// .package(url: /* package url */, from: "1.0.0"),
.package(url: "https://github.com/apple/swift-tools-support-core.git", .exact("0.2.4")),
.package(url: "https://github.com/apple/swift-tools-support-core.git", .exact("0.3.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 caa37a5

Please sign in to comment.