File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 22name = " tss-esapi"
33version = " 8.0.0-alpha"
44authors = [" Parsec Project Contributors" ]
5- edition = " 2018"
5+ edition = " 2018" # TODO Update edition to 2021 - Remove the disabled lints that are due to using old edition.
66description = " Rust-native wrapper around TSS 2.0 Enhanced System API"
77readme = " README.md"
88keywords = [" tpm" , " tss" , " esys" , " esapi" ]
Original file line number Diff line number Diff line change 2929 missing_copy_implementations,
3030 rustdoc:: broken_intra_doc_links,
3131) ]
32-
32+ // This comes from Zeroize they changed version of Syn used
33+ // when zeroize_derive was updated to Rust Edition 2021.
34+ // TODO: Remove this when updating Rust Edition.
35+ #![ allow( clippy:: multiple_crate_versions) ]
3336//! # TSS 2.0 Rust Wrapper over Enhanced System API
3437//! This crate exposes the functionality of the TCG Software Stack Enhanced System API to
3538//! Rust developers, both directly through FFI bindings and through more Rust-tailored interfaces
You can’t perform that action at this time.
0 commit comments