This is a continuation of #5. As well as updating the mdbook version, it uses the mdbook::MDBOOK_VERSION constant to do proper semver version checks (previously we used a hard-coded version number).
I'm also updating reqwest seeing as 0.8 won't compile when you're using the latest version of OpenSSL.
This is a continuation of #5. As well as updating the
mdbook
version, it uses themdbook::MDBOOK_VERSION
constant to do proper semver version checks (previously we used a hard-coded version number).I'm also updating
reqwest
seeing as0.8
won't compile when you're using the latest version of OpenSSL.