diff --git a/Cargo.toml b/Cargo.toml index 75b4b36d25..b5cc4f2364 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "syn" -version = "0.9.1" # don't forget to update version in readme +version = "0.9.2" # don't forget to update version in readme authors = ["David Tolnay "] license = "MIT/Apache-2.0" description = "Nom parser for Rust items"