Skip to content

Commit 97a146e

Browse files
authored
Update to mdbook v0.5 (#64)
* Update to mdbook v0.5 * Roll back to simpler example * Update to Aquascope v0.4.0 * Release v0.5.0
1 parent f64f77c commit 97a146e

9 files changed

Lines changed: 706 additions & 1632 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ on:
88
- "v*"
99

1010
env:
11-
AQUASCOPE_VERSION: 0.3.6
12-
AQUASCOPE_TOOLCHAIN: nightly-2024-12-15
11+
AQUASCOPE_VERSION: 0.4.0
12+
AQUASCOPE_TOOLCHAIN: nightly-2026-05-01
1313

1414
jobs:
1515
tests:

.github/workflows/setup/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ runs:
2121
- name: Install mdbook
2222
run: |
2323
mkdir bin
24-
curl -sSL https://github.com/rust-lang/mdBook/releases/download/v0.4.45/mdbook-v0.4.45-x86_64-unknown-linux-gnu.tar.gz | tar -xz --directory=bin
24+
curl -sSL https://github.com/rust-lang/mdBook/releases/download/v0.5.2/mdbook-v0.5.2-x86_64-unknown-linux-gnu.tar.gz | tar -xz --directory=bin
2525
echo "$(pwd)/bin" >> ${GITHUB_PATH}
2626
shell: bash
2727
- name: Initialize TS bindings

0 commit comments

Comments
 (0)