Skip to content

Commit eee31fc

Browse files
committed
Update manifold-swift to 0.4.0
1 parent 53a46af commit eee31fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ let package = Package(
88
.library(name: "Cadova", targets: ["Cadova"]),
99
],
1010
dependencies: [
11-
.package(url: "https://github.com/tomasf/manifold-swift.git", .upToNextMinor(from: "0.2.3")),
11+
.package(url: "https://github.com/tomasf/manifold-swift.git", .upToNextMinor(from: "0.4.0")),
1212
.package(url: "https://github.com/tomasf/ThreeMF.git", .upToNextMinor(from: "0.2.0")),
1313
.package(url: "https://github.com/tomasf/Apus.git", .upToNextMinor(from: "0.1.1")),
1414
],

0 commit comments

Comments
 (0)