Fixed PartialEq implementation to PusTc struct #12

Merged
muellerr merged 5 commits from partial_eq_fix into main 2023-01-26 21:02:41 +01:00
2 changed files with 5 additions and 1 deletions
Showing only changes of commit ad8e50c614 - Show all commits

3
.gitignore vendored
View File

@ -1,4 +1,7 @@
# Rust
/target
/Cargo.lock
# CLion
/.idea/*
!/.idea/runConfigurations

View File

@ -14,7 +14,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
## Fixed
- Correct implementation of Trait `PartialEq` for `PusTc`.
- Correct manual implementation of Trait `PartialEq` for `PusTc`. The previous auto-derivation was
incorrect because it also compared fields unrelated to the raw byte representation.
# [v0.5.1] 2023-01-22