Skip to content

Conversation

@mgeisler
Copy link
Collaborator

@mgeisler mgeisler commented Sep 4, 2025

The most significant change for users is that the search index is downloaded on demand.

For us as a project, it’s good to see the server used by mdbook serve change from warp to asum: the former hadn’t been updated in a while, leading us to have old dependencies in our Cargo.lock.

I also ran cargo update to further unify the versions of our dependencies. This shrunk cargo tree --duplicates a little more.

The most significant change for users is that the search index is
downloaded on demand.

For us as a project, it’s good to see the server used by `mdbook
serve` change from `warp` to `asum`: the former hadn’t been updated in
a while, leading us to have old dependencies in our `Cargo.lock`.
@michael-kerscher
Copy link
Collaborator

The web tests have been failing. I fixed this by disabling /dev/shm usage in CI environments as this is too small there and also disabling the sandbox. This makes the test run successfully again without crashing.

@mgeisler
Copy link
Collaborator Author

The web tests have been failing. I fixed this by disabling /dev/shm usage in CI environments as this is too small there and also disabling the sandbox. This makes the test run successfully again without crashing.

Oh wow, thanks @michael-kerscher! I would never have found that myself 😄

@mgeisler mgeisler merged commit a9497bd into main Sep 15, 2025
38 checks passed
@mgeisler mgeisler deleted the bump-mdbook branch September 15, 2025 12:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants