Hello, The project fails to fetch `termkey-rs` when running `cargo build --release` ```toml termkey-rs = { git = "git://github.com/mathall/termkey-rs.git" } ``` Suggested change ```toml termkey-rs = { git = "https://github.com/mathall/termkey-rs.git" } ```
Hello,
The project fails to fetch
termkey-rswhen runningcargo build --releaseSuggested change