Skip to content

Commit ff19024

Browse files
committed
Bump version to v0.11.0
This _shouldn't_ be a breaking change because `Visitor::visit_string` has a default implementation[^1] which simply forwards to `Visitor::visit_str`. So any visitors that currently expect to receive strings via `visit_str` should continue to get them. AFAIK the only way that won't happen is if they explicitly implement `visit_string` and fail. That seems unrealistic but I'll bump the minor version here just in case. Actually, now that we're bumping the MSRV in this PR we should probably bump the minor version anyway. [^1]: https://github.com/serde-rs/serde/blob/d17902059e77e371d8a7f83ff403f9e760b70f45/serde_core/src/de/mod.rs#L1568-L1573
1 parent 964fdc8 commit ff19024

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "serde_magnus"
3-
version = "0.10.0"
3+
version = "0.11.0"
44
description = "Serde integration for Magnus"
55
edition = "2018"
66
rust-version = "1.68"

0 commit comments

Comments
 (0)