Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update zstd library to v1.5.7 #324

Closed
wants to merge 1 commit into from

Conversation

JakubOnderka
Copy link
Contributor

No description provided.

@@ -75,6 +75,53 @@ pub const ZSTD_LDM_HASHRATELOG_MIN: u32 = 0;
pub const ZSTD_TARGETCBLOCKSIZE_MIN: u32 = 1340;
pub const ZSTD_TARGETCBLOCKSIZE_MAX: u32 = 131072;
pub const ZSTD_SRCSIZEHINT_MIN: u32 = 0;
pub const ZSTD_SRCSIZEHINT_MAX: u32 = 2147483647;
Copy link
Owner

Choose a reason for hiding this comment

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

Interestingly my bindgen cli doesn't generate bindings for this value.

@gyscos
Copy link
Owner

gyscos commented Feb 20, 2025

Thanks for the PR! Ended up merging through the CLI, somehow github isn't noticing it.

@@ -705,7 +756,7 @@ pub enum ZSTD_literalCompressionMode_e {
}
#[repr(u32)]
#[derive(Debug, Copy, Clone, Hash, PartialEq, Eq)]
pub enum ZSTD_paramSwitch_e {
pub enum ZSTD_ParamSwitch_e {
Copy link
Contributor

Choose a reason for hiding this comment

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

@gyscos this changes break compilation of zstd-safe as fixed in #325.

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.

3 participants