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