File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -59,10 +59,12 @@ bytes = ["dep:bytes"]
5959rustls = [" chromiumoxide_fetcher/rustls" ]
6060native-tls = [" chromiumoxide_fetcher/native-tls" ]
6161
62+ zip0 = [" chromiumoxide_fetcher/zip0" ]
63+ zip8 = [" chromiumoxide_fetcher/zip8" ]
6264
6365[[example ]]
6466name = " fetcher"
65- required-features = [" fetcher" ]
67+ required-features = [" fetcher" , " zip8 " , " rustls " ]
6668
6769[[test ]]
6870name = " chromiumoxide_tests"
Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ All Events are bundled in single enum (`CdpEvent`)
8484By default ` chromiumoxide ` will try to find an installed version of chromium on the computer it runs on.
8585It is possible to download and install one automatically for some platforms using the ` fetcher ` feature.
8686
87- You need to enable either the ` rustls ` or the ` native-tls ` feature to allow the fetcher to download binaries.
87+ You need to enable either the ` rustls ` or the ` native-tls ` feature and the ` zip0 ` or ` zip8 ` feature to allow the fetcher to download binaries.
8888
8989``` rust
9090use std :: path :: Path ;
You can’t perform that action at this time.
0 commit comments