diff --git a/Cargo.toml b/Cargo.toml index ff31d1d..86c8f53 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,10 @@ [package] name = "slugid" -version = "1.0.2" -authors = ["Wander Lairson Costa ", "Dustin J. Mitchell "] +version = "1.0.3" +authors = [ + "Wander Lairson Costa ", + "Dustin J. Mitchell ", +] license = "MPL-2.0" description = "SlugId generation for Rust" repository = "https://github.com/taskcluster/slugid-rust"