Skip to content

Commit 3a9d15e

Browse files
committed
Use Cadova 0.5.2
1 parent 73222f3 commit 3a9d15e

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

Package.resolved

Lines changed: 10 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Package.swift

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@ let package = Package(
1010
.executable(name: "Helical-Demo", targets: ["Demo"]),
1111
],
1212
dependencies: [
13-
.package(path: "../Cadova"),
14-
//.package(url: "https://github.com/tomasf/Cadova.git", .upToNextMinor(from: "0.5.0")),
13+
.package(url: "https://github.com/tomasf/Cadova.git", .upToNextMinor(from: "0.5.2")),
1514
],
1615
targets: [
1716
.target(

0 commit comments

Comments
 (0)