librasn / rasn

A Safe #[no_std] ASN.1 Codec Framework
Other
183 stars 43 forks source link

Failed windows builds #250

Closed Nicceboy closed 1 month ago

Nicceboy commented 1 month ago

Windows build fails seems to be related to this issue: https://github.com/rust-lang/rustup/issues/3709

Workaround:

rustup set auto-self-update disable

Should we just use workaround, and add this logic only for Windows?

Nicceboy commented 1 month ago

251 seems to resolve if that is correct approach.