diff --git a/Cargo.toml b/Cargo.toml index 0aa81c1..24e2073 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ Getset, we're ready to go! A procedural macro for generating the most basic getters and setters on fields. """ -version = "0.0.5" +version = "0.0.6" authors = ["hoverbear "] license = "MIT" @@ -24,4 +24,4 @@ proc-macro = true [dependencies] quote = "0.5.2" syn = "0.13.10" -proc-macro2 = { version = "0.3", default-features = false } \ No newline at end of file +proc-macro2 = { version = "0.3", default-features = false }