forked from rust-lang/docs.rs
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This removes 4 dependencies, including two duplicate copies of `syn` and `quote`. ``` $ cargo update -p comrak Updating crates.io index Updating comrak v0.3.1 -> v0.8.0 Removing pest v1.0.6 Removing pest_derive v1.0.8 Removing quote v0.3.15 Removing syn v0.11.11 Removing synom v0.11.3 Adding twoway v0.2.1 Adding unchecked-index v0.2.2 Removing unicode-xid v0.0.4 ``` - Remove `safe = true` This was made the default in 0.4.0. The field is now called `unsafe_`. https://github.com/kivikakk/comrak/blob/master/changelog.txt#L63
- Loading branch information
Showing
3 changed files
with
35 additions
and
67 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters