commit | 24f0408d257fd32f56acf45e4ebb38e17939d7fd | [log] [tgz] |
---|---|---|
author | David Tolnay <dtolnay@gmail.com> | Thu Sep 06 10:08:59 2018 -0700 |
committer | David Tolnay <dtolnay@gmail.com> | Thu Sep 06 10:08:59 2018 -0700 |
tree | bda4e182cff9e65c1b6e0381237043a81142bb82 | |
parent | b28acf36569cfcf732a067dab273291af63ac0b2 [diff] |
Fix url to released 0.15
diff --git a/Cargo.toml b/Cargo.toml index 443410d..1c295ac 100644 --- a/Cargo.toml +++ b/Cargo.toml
@@ -4,7 +4,7 @@ authors = ["David Tolnay <dtolnay@gmail.com>"] license = "MIT/Apache-2.0" description = "Parser for Rust source code" -repository = "https://github.com/dtolnay/syn/tree/next" +repository = "https://github.com/dtolnay/syn" documentation = "https://docs.rs/syn" categories = ["development-tools::procedural-macro-helpers"] readme = "README.md"