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 2
2
name = " tss-esapi"
3
3
version = " 8.0.0-alpha"
4
4
authors = [" 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.
6
6
description = " Rust-native wrapper around TSS 2.0 Enhanced System API"
7
7
readme = " README.md"
8
8
keywords = [" tpm" , " tss" , " esys" , " esapi" ]
Original file line number Diff line number Diff line change 29
29
missing_copy_implementations,
30
30
rustdoc:: broken_intra_doc_links,
31
31
) ]
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) ]
33
36
//! # TSS 2.0 Rust Wrapper over Enhanced System API
34
37
//! This crate exposes the functionality of the TCG Software Stack Enhanced System API to
35
38
//! 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