Skip to content

Upgrade rust version to 1.65#85

Closed
ConstanceBeguier wants to merge 4 commits intozsa1from
rust_1_65
Closed

Upgrade rust version to 1.65#85
ConstanceBeguier wants to merge 4 commits intozsa1from
rust_1_65

Conversation

@ConstanceBeguier
Copy link
Collaborator

@ConstanceBeguier ConstanceBeguier commented Oct 3, 2023

Bump rust version from 1.61 to 1.65

@ConstanceBeguier ConstanceBeguier changed the title Bump rust version to 1 Bump rust version to 1.65 Oct 3, 2023
@QED-it QED-it deleted a comment from what-the-diff bot Oct 3, 2023
@ConstanceBeguier ConstanceBeguier changed the title Bump rust version to 1.65 Upgrade rust version to 1.65 Oct 3, 2023
/// Serialize `finalize` flag to a byte
pub fn flags(&self) -> u8 {
self.finalize.then(|| 0b0000_0001).unwrap_or(0b0000_0000)
u8::from(self.finalize)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it will work, but the semantics are incorrect, we should specify the bit strings to clarify the intention.

@PaulLaux
Copy link
Collaborator

PaulLaux commented Oct 4, 2023

Closed, as it is done in #81

@PaulLaux PaulLaux closed this Oct 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants