Skip to content

Commit 8bcaa12

Browse files
authored
Merge pull request #314 from ionut-arm/cargo-1.53-support
Make the crate compatible with 1.53 toolchain
2 parents b10d69c + 4169a59 commit 8bcaa12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tss-esapi/src/attributes/locality.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ impl LocalityAttributesBuilder {
113113
);
114114
return Err(Error::local_error(WrapperErrorKind::InvalidParam));
115115
}
116-
32.. => {
116+
32..=255 => {
117117
if locality_attributes.0 != 0 {
118118
error!("Locality attribute {new} is extended and cannot be combined with locality attribute(s) {old}", new=locality, old=locality_attributes.0);
119119
return Err(Error::local_error(WrapperErrorKind::InvalidParam));

0 commit comments

Comments
 (0)