We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f3bb03b + ba0f310 commit c6cba56Copy full SHA for c6cba56
ci/install.sh
@@ -3,11 +3,10 @@ set -euxo pipefail
3
main() {
4
local tag=$(git ls-remote --tags --refs --exit-code https://github.com/rust-lang-nursery/mdbook \
5
| cut -d/ -f3 \
6
- | grep -E '^v0.2.[0-9]+$' \
+ | grep -E '^v0\.[0-9]+\.[0-9]+$' \
7
| sort --version-sort \
8
| tail -n1)
9
- # Temporarily use older version until packages are available for 0.2.2 (or newer)
10
- local tag="v0.2.1"
+
11
curl -LSfs https://japaric.github.io/trust/install.sh | \
12
sh -s -- --git rust-lang-nursery/mdbook --tag $tag
13
0 commit comments