fortanix / rust-sgx

The Fortanix Rust Enclave Development Platform
https://edp.fortanix.com
Mozilla Public License 2.0
433 stars 98 forks source link

Indicate that `em-app` is compatible with both `pkix` 0.1 and 0.2 versions #563

Closed raoulstrackx closed 6 months ago

raoulstrackx commented 7 months ago

The em-app is compatible with pkix v0.1.3 and v0.2.x. The pkix crate was bumped to v0.2 only due to a change in the DateTime type. This type isn't used by em-app.

Fixed #562

Taowyoo commented 7 months ago

Should lock file be also updated to use pkix 0.2?