diff --git a/Cargo.toml b/Cargo.toml index 6ff2fc7701..65472e03b2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "syn" -version = "0.11.4" # don't forget to update version in readme for breaking changes +version = "0.11.5" # don't forget to update version in readme for breaking changes authors = ["David Tolnay "] license = "MIT/Apache-2.0" description = "Nom parser for Rust source code"