mirror of
https://github.com/samsonjs/samhuri.net.git
synced 2026-04-27 14:57:40 +00:00
Update Ink to 0.5.1 and Plot to 0.11
This commit is contained in:
parent
69b997f8ab
commit
ae50b85d0f
3 changed files with 8 additions and 8 deletions
|
|
@ -15,8 +15,8 @@
|
||||||
"repositoryURL": "https://github.com/johnsundell/plot.git",
|
"repositoryURL": "https://github.com/johnsundell/plot.git",
|
||||||
"state": {
|
"state": {
|
||||||
"branch": null,
|
"branch": null,
|
||||||
"revision": "c27f6857deeb4c4623db294172a8ec572790a9be",
|
"revision": "b358860fe565eb53e98b1f5807eb5939c8124547",
|
||||||
"version": "0.10.0"
|
"version": "0.11.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
|
||||||
|
|
@ -6,8 +6,8 @@
|
||||||
"repositoryURL": "https://github.com/johnsundell/ink.git",
|
"repositoryURL": "https://github.com/johnsundell/ink.git",
|
||||||
"state": {
|
"state": {
|
||||||
"branch": null,
|
"branch": null,
|
||||||
"revision": "c88bbce588a1ebfde2cf4d61eb9865a3edaa27d4",
|
"revision": "77c3d8953374a9cf5418ef0bd7108524999de85a",
|
||||||
"version": "0.2.0"
|
"version": "0.5.1"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
@ -15,8 +15,8 @@
|
||||||
"repositoryURL": "https://github.com/johnsundell/plot.git",
|
"repositoryURL": "https://github.com/johnsundell/plot.git",
|
||||||
"state": {
|
"state": {
|
||||||
"branch": null,
|
"branch": null,
|
||||||
"revision": "dd7fce79ce4802afdc7d45ce34bddc5cea566202",
|
"revision": "b358860fe565eb53e98b1f5807eb5939c8124547",
|
||||||
"version": "0.2.0"
|
"version": "0.11.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
|
||||||
|
|
@ -16,8 +16,8 @@ let package = Package(
|
||||||
targets: ["samhuri.net"]),
|
targets: ["samhuri.net"]),
|
||||||
],
|
],
|
||||||
dependencies: [
|
dependencies: [
|
||||||
.package(url: "https://github.com/johnsundell/ink.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.2.0"),
|
.package(url: "https://github.com/johnsundell/plot.git", from: "0.11.0"),
|
||||||
],
|
],
|
||||||
targets: [
|
targets: [
|
||||||
// Targets are the basic building blocks of a package. A target can define a module or a test suite.
|
// Targets are the basic building blocks of a package. A target can define a module or a test suite.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue