Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump mdbook dependency to 0.4 #2

Closed
wants to merge 8 commits into from
Closed

Conversation

72636c
Copy link

@72636c 72636c commented Jan 4, 2021

This allows the preprocessor to parse a SUMMARY.md that contains book parts, a feature added in 0.4.0:

This seems to work locally without any code changes.

This allows the preprocessor to parse a `SUMMARY.md` that contains book
parts, a feature added in 0.4.0:

- rust-lang/mdBook#1171
- https://github.com/rust-lang/mdBook/blob/master/CHANGELOG.md#mdbook-040

This seems to work locally without any code changes.
@@ -1,6 +1,6 @@
[package]
name = "mdbook-svgbob"
version = "0.1.1"
version = "0.2.0"
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wasn't sure whether you'd prefer a 0.1.2 or 0.2.0 here

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

0.2 because of API breaking changes

@72636c
Copy link
Author

72636c commented Jan 4, 2021

The cargo audit warning is a little out of our control:

├── mdbook v0.4.4
│   ├── tokio v0.2.24
│   │   ├── mio v0.6.21
│   │   │   ├── net2 v0.2.33

@boozook boozook closed this in 900cd77 Nov 18, 2022
@boozook
Copy link
Owner

boozook commented Nov 18, 2022

Thanks! ❤️

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.

2 participants