Skip to content

Commit

Permalink
Updating MiniP5Printer dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
LuizZak committed Jul 6, 2024
1 parent 9adee2c commit 103caf3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
"package": "MiniP5Printer",
"repositoryURL": "https://github.com/LuizZak/MiniP5Printer",
"state": {
"branch": "main",
"revision": "33a6879f22074bd7872769642e9b92309c4e3e04",
"version": null
"branch": null,
"revision": "dfcc2ea2b30cb51cddd0c9934befb3450cf67d5d",
"version": "0.0.1"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ let package = Package(
],
dependencies: [
.package(url: "https://github.com/apple/swift-numerics.git", from: "1.0.0"),
.package(url: "https://github.com/LuizZak/MiniP5Printer.git", .branchItem("main")),
.package(url: "https://github.com/LuizZak/MiniP5Printer.git", .exactItem("0.0.1")),
],
targets: [
geometriaTarget.applyReportBuildTime(),
Expand Down

0 comments on commit 103caf3

Please sign in to comment.