Skip to content

Commit f534778

Browse files
committed
Add Commandant exact version
1 parent 372675e commit f534778

File tree

3 files changed

+17
-7
lines changed

3 files changed

+17
-7
lines changed

Package.resolved

Lines changed: 15 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Package.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ let package = Package(
3838
.package(url: "https://github.com/eneko/SourceDocs", from: "0.6.1"), // dev
3939
.package(url: "https://github.com/shibapm/PackageConfig.git", from: "0.12.2"), // dev
4040
.package(url: "https://github.com/shibapm/Komondor.git", from: "1.0.0"), // dev
41+
.package(url: "https://github.com/Carthage/Commandant.git", .exact("0.16.0")), // dev
4142
],
4243
targets: [
4344
// Targets are the basic building blocks of a package. A target can define a module or a test suite.

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@ task(:test) do
2929
end
3030

3131
task(:docs) do
32-
sh('swift run sourcedocs generate --spm-module Mini --output-folder docs')
32+
sh('swift run sourcedocs generate --min-acl public --spm-module Mini --output-folder docs')
3333
# sh('./Scripts/update_docs.rb')
3434
end

0 commit comments

Comments
 (0)