diff --git a/rust-support/chatdbg/Cargo.toml b/rust-support/chatdbg/Cargo.toml index 14b5762..519990b 100644 --- a/rust-support/chatdbg/Cargo.toml +++ b/rust-support/chatdbg/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "chatdbg" -version = "0.1.2" +version = "0.1.3" edition = "2021" description = "Rust-specific support for ChatDBG (https://github.com/plasma-umass/chatdbg)." authors = ["Emery Berger "] @@ -11,8 +11,3 @@ repository = "https://github.com/plasma-umass/ChatDBG/" [dependencies] lazy_static = "1.4.0" -# quote = "1.0.33" -# syn = { version = "2.0.37", features = ["full"] } - -# [lib] -# proc-macro = true