From 43d5a06c600e5d12a90af70bae8ff50b3259d430 Mon Sep 17 00:00:00 2001 From: Jonas Platte Date: Sat, 19 Feb 2022 14:43:11 +0100 Subject: [PATCH] Update contrib/how_to_release.md --- contrib/how_to_release.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/how_to_release.md b/contrib/how_to_release.md index 00da9979..d7f7315c 100644 --- a/contrib/how_to_release.md +++ b/contrib/how_to_release.md @@ -29,4 +29,4 @@ all dependents. ![crate dependencies](./workspace_deps.png) -cargo depgraph --all-features --exclude syn,quote,js_int,trybuild,criterion,proc-macro2,serde,http,serde_json,proc-macro-crate,rand,either,base64,itoa,hyper,hyper-tls,hyper-rustls,thiserror,paste,assign,maplit,percent-encoding,xtask,itertools,isahc,reqwest,async-stream,async-trait,futures-core,futures-lite,pkcs8,ed25519-dalek,pulldown-cmark,tracing,indoc,wildmatch,indexmap,sha2,bytes,form_urlencoded --dedup-transitive-deps | dot -Tpng +cargo depgraph --all-features --exclude assign,async-stream,async-trait,base64,bytes,criterion,ed25519-dalek,either,form_urlencoded,futures-core,futures-lite,joke_bot,js_int,http,hyper,hyper-rustls,hyper-tls,indexmap,indoc,isahc,itertools,itoa,maplit,percent-encoding,pkcs8,proc-macro2,proc-macro-crate,pulldown-cmark,quote,rand,reqwest,ryu,serde,serde_json,sha2,syn,thiserror,tokio,tracing,url,uuid,wildmatch,xflags,xshell,xtask --dedup-transitive-deps | dot -Tpng