File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -18,20 +18,21 @@ edition = "2018"
1818
1919[dependencies ]
2020cargo_metadata = " 0.9.0"
21+ if_chain = " 1.0.0"
2122itertools = " 0.8"
2223lazy_static = " 1.0.2"
2324matches = " 0.1.7"
25+ pulldown-cmark = " 0.6.0"
2426quine-mc_cluskey = " 0.2.2"
2527regex-syntax = " 0.6"
26- semver = " 0.9.0"
2728serde = { version = " 1.0" , features = [" derive" ] }
29+ smallvec = { version = " 0.6.5" , features = [" union" ] }
2830toml = " 0.5.3"
2931unicode-normalization = " 0.1"
30- pulldown-cmark = " 0.6.0"
31- url = { version = " 2.1.0" , features = [" serde" ] } # cargo requires serde feat in its url dep
32- # see https://github.com/rust-lang/rust/pull/63587#issuecomment-522343864
33- if_chain = " 1.0.0"
34- smallvec = { version = " 0.6.5" , features = [" union" ] }
32+ semver = " 0.9.0"
33+ # NOTE: cargo requires serde feat in its url dep
34+ # see <https://github.com/rust-lang/rust/pull/63587#issuecomment-522343864>
35+ url = { version = " 2.1.0" , features = [" serde" ] }
3536
3637[features ]
3738debugging = []
You can’t perform that action at this time.
0 commit comments