From 0d3ab8b56dc5b140e367483b418c03e901d38bde Mon Sep 17 00:00:00 2001 From: Colton Pierson Date: Fri, 11 Oct 2024 17:47:07 -0700 Subject: [PATCH] version upgrade --- toolchain/Cargo.toml | 2 +- toolchain/chidori-debugger/src/graph.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/toolchain/Cargo.toml b/toolchain/Cargo.toml index ddc2ea4..e330037 100644 --- a/toolchain/Cargo.toml +++ b/toolchain/Cargo.toml @@ -8,7 +8,7 @@ members = [ resolver = "2" [workspace.package] -version = "0.2.4" +version = "0.2.5" authors = ["Colton Pierson "] edition = "2021" license = "MIT" diff --git a/toolchain/chidori-debugger/src/graph.rs b/toolchain/chidori-debugger/src/graph.rs index 6e6e4d5..3d6f3af 100644 --- a/toolchain/chidori-debugger/src/graph.rs +++ b/toolchain/chidori-debugger/src/graph.rs @@ -615,7 +615,7 @@ fn egui_execution_state( // ui.label(format!("Operation Id: {:?}", execution_state.evaluating_id)); // }) }); - egui_render_cell_read(ui, cell, execution_state); + // egui_render_cell_read(ui, cell, execution_state); let mut code_theme = egui_extras::syntax_highlighting::CodeTheme::dark(); crate::code::editable_chidori_cell_content( &mut internal_state,