parallaxsecond / rust-cryptoki

Rust wrapper for the PKCS #11 API, Cryptoki
https://docs.rs/cryptoki/
Apache License 2.0
75 stars 61 forks source link

Adjust code to compile under rust 1.80 #217

Closed keldonin closed 2 months ago

keldonin commented 2 months ago

fix for issue #216

keldonin commented 2 months ago

CI scripts fail, but for another reason this time. Can the project maintainer check out what's going on? The errors are about sections that have not been changed by this PR (indentation on comments)

gowthamsk-arm commented 2 months ago

Fixed in https://github.com/parallaxsecond/rust-cryptoki/pull/218

keldonin commented 2 months ago

It seems like #217 and #218 are both needed together to go address this problem. I therefore combined changes from #218 into this PR, as #217 won't work alone, for the reasons #218 was created. Hopefully this should make its way through the CI this time.