Closed poscat0x04 closed 3 years ago
Fixed on master. Tested https://github.com/poscat0x04/cloudflare-ddns-rs
Note that your crate requires a nightly rustc. Be sure to regenerate flake.nix
using the new nocargo
from master, and then manually change the rustc in generated nix to the nightly one using selectLatestNightlyWith
or fromRustupToolchainFile
. (See README of rust-overlay for more info about them)
I got this error message:
while trying to build my crate. Not sure why is nocargo trying to build hpyer-tls which doesn't even exist in
Cargo.lock
.