Update Ink to 0.5.1 and Plot to 0.11

This commit is contained in:
Sami Samhuri 2022-10-07 09:57:14 -07:00
parent 69b997f8ab
commit ae50b85d0f
3 changed files with 8 additions and 8 deletions

View file

@ -15,8 +15,8 @@
"repositoryURL": "https://github.com/johnsundell/plot.git",
"state": {
"branch": null,
"revision": "c27f6857deeb4c4623db294172a8ec572790a9be",
"version": "0.10.0"
"revision": "b358860fe565eb53e98b1f5807eb5939c8124547",
"version": "0.11.0"
}
}
]

View file

@ -6,8 +6,8 @@
"repositoryURL": "https://github.com/johnsundell/ink.git",
"state": {
"branch": null,
"revision": "c88bbce588a1ebfde2cf4d61eb9865a3edaa27d4",
"version": "0.2.0"
"revision": "77c3d8953374a9cf5418ef0bd7108524999de85a",
"version": "0.5.1"
}
},
{
@ -15,8 +15,8 @@
"repositoryURL": "https://github.com/johnsundell/plot.git",
"state": {
"branch": null,
"revision": "dd7fce79ce4802afdc7d45ce34bddc5cea566202",
"version": "0.2.0"
"revision": "b358860fe565eb53e98b1f5807eb5939c8124547",
"version": "0.11.0"
}
}
]

View file

@ -16,8 +16,8 @@ let package = Package(
targets: ["samhuri.net"]),
],
dependencies: [
.package(url: "https://github.com/johnsundell/ink.git", from: "0.2.0"),
.package(url: "https://github.com/johnsundell/plot.git", from: "0.2.0"),
.package(url: "https://github.com/johnsundell/ink.git", from: "0.5.1"),
.package(url: "https://github.com/johnsundell/plot.git", from: "0.11.0"),
],
targets: [
// Targets are the basic building blocks of a package. A target can define a module or a test suite.