-
Notifications
You must be signed in to change notification settings - Fork 334
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 crates zstd and ruzstd #145
Conversation
can we have a bot for the more trivial updates / update notifications? |
Sure, do you have one in mind? |
Looks like |
@@ -528,10 +528,6 @@ fn save_to_file(log_db: &LogDb, path: &std::path::PathBuf) { | |||
fn load_rrd_to_log_db(mut read: impl std::io::Read) -> anyhow::Result<LogDb> { | |||
crate::profile_function!(); | |||
|
|||
#[cfg(target_arch = "wasm32")] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is a nice cleanup
I have never used |
Waiting for a new |
I finally got around to making a new |
Updating zstd is blocked by EmbarkStudios/puffin#98