wayshot 1.3.0 -> 1.3.1 https://github.com/waycrate/wayshot/releases attrpath: wayshot Checking auto update branch... No auto update branch exists [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] Replacing cargoHash with sha256-1Y9ymodZHtxHzhudjGbkP2ohMaBMOD9K+GpUoNmzHQs= Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A wayshot nix build failed.  Doc-tests libwayshot running 1 test test libwayshot/src/lib.rs - WayshotConnection (line 79) ... FAILED failures: ---- libwayshot/src/lib.rs - WayshotConnection (line 79) stdout ---- error[E0433]: failed to resolve: use of undeclared type `WayshotConnection`  --> libwayshot/src/lib.rs:80:26  | 3 | let wayshot_connection = WayshotConnection::new().unwrap();  |  ^^^^^^^^^^^^^^^^^ use of undeclared type `WayshotConnection`  | help: consider importing this struct  | 2 + use libwayshot::WayshotConnection;  | error: aborting due to previous error For more information about this error, try `rustc --explain E0433`. Couldn't compile the test. failures: libwayshot/src/lib.rs - WayshotConnection (line 79) test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.05s error: doctest failed, to rerun pass `-p libwayshot --doc`