Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
Resolve #41
$ cargo outdated -R Updating git repository `https://github.com/yukihirop/roff-rs` Name Project Compat Latest Kind Platform ---- ------- ------ ------ ---- -------- anyhow 1.0.34 1.0.56 1.0.56 Development --- crossbeam-channel 0.5.0 0.5.4 0.5.4 Normal --- handlebars 3.5.1 3.5.5 4.2.2 Normal --- libc 0.2.80 0.2.121 0.2.121 Development --- nix 0.19.0 0.19.1 0.23.1 Normal --- regex 1.4.2 1.5.5 1.5.5 Normal --- serde 1.0.117 1.0.136 1.0.136 Normal --- serde_derive 1.0.117 1.0.136 1.0.136 Normal --- serde_json 1.0.59 1.0.79 1.0.79 Normal --- signal-hook 0.1.16 0.1.17 0.3.13 Normal --- structopt 0.3.20 0.3.26 0.3.26 Normal --- tempfile 3.1.0 3.3.0 3.3.0 Development ---
Since
crossbeam_channel
was deprecated, I replaced it withcrossbeam
.Work
Test