dtolnay / quote

Rust quasi-quoting
Apache License 2.0
1.32k stars 90 forks source link

diesel is currently broken due to sealing of Spanned #242

Closed tsharp closed 1 year ago

tsharp commented 1 year ago

Heya - it looks like the quote crate dependency has broken diesel!

I am requesting/recommending that this change be rolled back and saved for either a major or minor version update rather than a patch update to allow developers to understand what version may/probably contain breaking changes.

https://doc.rust-lang.org/cargo/reference/specifying-dependencies.html?search=#specifying-dependencies https://doc.rust-lang.org/cargo/reference/specifying-dependencies.html?search=#tilde-requirements

See additional rust documentation on SemVer here: https://doc.rust-lang.org/cargo/reference/semver.html#change-categories

dtolnay commented 1 year ago

Duplicate of #241.