Skip to content

Commit

Permalink
Remove old, no-longer-necessary mdbook patch from workspace manifest
Browse files Browse the repository at this point in the history
Removes an old patch that was once required after a Rust update revealed
some borrow-related soundness issues in mdbook.
rust-lang/mdBook#1861
  • Loading branch information
mitchmindtree committed Sep 8, 2022
1 parent 734ed89 commit 4b02429
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,3 @@ exclude = [

[profile.dev.package.sway-lsp]
debug = 2

[patch.crates-io]
# A workaround for a bug in mdbook `0.4.20` introduced by some breakage in rustc 1.64.0-nightly (62b272d25 2022-07-21).
# This should be removed when either this PR https://github.com/rust-lang/mdBook/pull/1861 or a related fix is published.
mdbook = { git = "https://github.com/mitchmindtree/mdBook", branch = "nightly-borrowcheck-err-workaround" }

0 comments on commit 4b02429

Please sign in to comment.