Skip to content

Commit

Permalink
version upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
kvey committed Oct 12, 2024
1 parent 7fdec63 commit 0d3ab8b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion toolchain/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ members = [
resolver = "2"

[workspace.package]
version = "0.2.4"
version = "0.2.5"
authors = ["Colton Pierson <[email protected]>"]
edition = "2021"
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion toolchain/chidori-debugger/src/graph.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 0d3ab8b

Please sign in to comment.