Update mdbook to v0.5.1 (#8437)

This commit is contained in:
Raymond Dodge 2025-12-05 04:02:42 -05:00 committed by GitHub
parent 58fed6554f
commit b5f27b5668
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@ jobs:
fetch-depth: 0
- name: Install latest mdbook
run: |
tag="v0.5.0-beta.1"
tag="v0.5.1"
url="https://github.com/rust-lang/mdbook/releases/download/${tag}/mdbook-${tag}-x86_64-unknown-linux-gnu.tar.gz"
mkdir mdbook
curl -sSL $url | tar -xz --directory=./mdbook

View File

@ -121,7 +121,7 @@
- Added option to disable object event shadows
- Added option to turn DNS on or off, `OW_ENABLE_DNS`
- Added option to for vanilla shadow behaviour, `OW_OBJECT_VANILLA_SHADOWS`
- Scripts containing consecutive `removeobject <object> and `addobject <object>` needs a `delay 1` between the commands.
- Scripts containing consecutive `removeobject <object>` and `addobject <object>` needs a `delay 1` between the commands.
```diff
removeobject MY_OBJECT
+ delay 1