From 21da5f7f4a7df2276ceb76508f36a36fcaf2c9bb Mon Sep 17 00:00:00 2001 From: Emery Berger Date: Sun, 1 Oct 2023 15:38:12 -0600 Subject: [PATCH] Bumped. --- rust-support/chatdbg/Cargo.toml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) 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