Farzad Hastam

Results 5 comments of Farzad Hastam

it's 6.4 in crates.io 6.5 in github

I was wondering if it's an error just mentioning it guess it's just an update to be published

I got it working with this code ```rust let (mut browser, mut handler) = Browser::launch( BrowserConfig::builder() .window_size(1920, 1080) .viewport(None) .with_head() .build()? ).await?; ``` I don't get why this is still...

the cv cargo crate version "0.6.0" uses bitarray crate version "0.2.3". bitarray is now at version "0.10.0" https://github.com/rust-cv/cv/blob/eba16de61b137314edc122b35db77ac345c5e1a4/Cargo.toml#L43 I do guess they do not plan to update the crate maybe...