Merge pull request 'satrs v0.2.1' (#190) from prep-satrs-v0.2.1 into main
All checks were successful
Rust/sat-rs/pipeline/head This commit looks good
All checks were successful
Rust/sat-rs/pipeline/head This commit looks good
Reviewed-on: #190
This commit is contained in:
commit
0b2d4f6187
@ -8,11 +8,17 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
|
|||||||
|
|
||||||
# [unreleased]
|
# [unreleased]
|
||||||
|
|
||||||
|
# [v0.2.1] 2024-05-19
|
||||||
|
|
||||||
## Changed
|
## Changed
|
||||||
|
|
||||||
- The HAL TCP server `ServerConfig::new` method now sets the `reuse_port` and `reuse_addr`
|
- The HAL TCP server `ServerConfig::new` method now sets the `reuse_port` and `reuse_addr`
|
||||||
fields to `true`.
|
fields to `true`.
|
||||||
|
|
||||||
|
## Fixed
|
||||||
|
|
||||||
|
- Possibly subtly broken v0.2.0 build artifact.
|
||||||
|
|
||||||
# [v0.2.0] 2024-05-02
|
# [v0.2.0] 2024-05-02
|
||||||
|
|
||||||
## Changed
|
## Changed
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "satrs"
|
name = "satrs"
|
||||||
version = "0.2.0"
|
version = "0.2.1"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
rust-version = "1.71.1"
|
rust-version = "1.71.1"
|
||||||
authors = ["Robin Mueller <muellerr@irs.uni-stuttgart.de>"]
|
authors = ["Robin Mueller <muellerr@irs.uni-stuttgart.de>"]
|
||||||
|
@ -1248,7 +1248,7 @@ pub fn handle_completion_failure_with_generic_params<TcState: WasAtLeastAccepted
|
|||||||
Ok(error_params_propagated)
|
Ok(error_params_propagated)
|
||||||
}
|
}
|
||||||
|
|
||||||
/// This function is similar to [handle_completion_failure_with_error_as_params] but handles the
|
/// This function is similar to [handle_completion_failure_with_generic_params] but handles the
|
||||||
/// step failure case.
|
/// step failure case.
|
||||||
pub fn handle_step_failure_with_generic_params(
|
pub fn handle_step_failure_with_generic_params(
|
||||||
tm_sender: &(impl EcssTmSender + ?Sized),
|
tm_sender: &(impl EcssTmSender + ?Sized),
|
||||||
|
Loading…
Reference in New Issue
Block a user