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