Merge remote-tracking branch 'origin/main' into partial_eq_fix_tm
Rust/spacepackets/pipeline/pr-main This commit looks good Details
Rust/spacepackets/pipeline/head This commit looks good Details

This commit is contained in:
Robin Müller 2023-01-26 21:05:13 +01:00
commit ea4b6c9cba
No known key found for this signature in database
GPG Key ID: 11D4952C8CCEF814
2 changed files with 5 additions and 1 deletions

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` and `PusTm`.
- Correct implementation of Trait `PartialEq` for `PusTc` and `PusTm`. The previous auto-derivation
were incorrect because they also compared fields unrelated to the raw byte representation.
# [v0.5.1] 2023-01-22