Skip to content

Commit

Permalink
Remove old, no-longer-necessary mdbook patch from workspace manifest (F…
Browse files Browse the repository at this point in the history
…uelLabs#2742)

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 authored Sep 8, 2022
1 parent 734ed89 commit 3bb7fdc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
5 changes: 3 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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 3bb7fdc

Please sign in to comment.