Skip to content

Commit

Permalink
mdbook-0.4.43 (#542)
Browse files Browse the repository at this point in the history
  • Loading branch information
quad authored Dec 8, 2024
1 parent 9de8aa0 commit f2b7af0
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions mdbook.hcl
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
description = "Create book from markdown files. Like Gitbook but implemented in Rust."
binaries = ["mdbook"]
test = "mdbook --version"

linux {
source = "https://github.com/rust-lang/mdBook/releases/download/v${version}/mdbook-v${version}-${xarch}-unknown-linux-musl.tar.gz"
}

platform "darwin" "amd64" {
source = "https://github.com/rust-lang/mdBook/releases/download/v${version}/mdbook-v${version}-${xarch}-apple-darwin.tar.gz"
}

version "0.4.43" {
auto-version {
github-release = "rust-lang/mdBook"
}
}

0 comments on commit f2b7af0

Please sign in to comment.