Skip to content

Conversation

@dtolnay
Copy link
Member

@dtolnay dtolnay commented Sep 14, 2025

No description provided.

@dtolnay dtolnay merged commit abdc6e5 into master Sep 14, 2025
18 checks passed
@dtolnay dtolnay deleted the serdecore branch September 14, 2025 16:07
@abr-egn
Copy link

abr-egn commented Sep 15, 2025

I think this broke compilation in the 0.11.18 release - an empty project with a Cargo.toml of just

[package]
name = "serde-bytes-test"
version = "0.1.0"
edition = "2024"

[dependencies]
serde_bytes = "0.11.18"

fails to compile:

   Compiling serde_bytes v0.11.18
error[E0407]: method `visit_byte_buf` is not a member of trait `Visitor`
   --> /Users/abraham.egnor/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_bytes-0.11.18/src/de.rs:160:13

At a guess, the [dependencies] lines for std and alloc should be updated to reference serde_core rather than serde?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

3 participants