diff --git a/Cargo.toml b/Cargo.toml index f09dbb4..789a3ef 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "virtue" -version = "0.0.8" +version = "0.0.9" edition = "2018" description = "A sinless derive macro helper" license = "MIT" @@ -8,8 +8,6 @@ documentation = "https://docs.rs/virtue" repository = "https://github.com/bincode-org/virtue" readme = "README.md" -[dependencies] - [dev-dependencies] proc-macro2 = "1.0"