Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
bonedaddy committed Nov 20, 2022
1 parent 211f14b commit 189156c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "anyix"
version = "0.1.8"
version = "0.1.9"
edition = "2021"
authors = ["Bonedaddy"]
description = "lightweight instruction encoding for arbitrary fallback execution"
Expand Down
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,7 @@ impl Debug for AnyIx {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
f.debug_struct("AnyIx")
.field("num_instructions", &self.num_instructions)
.field("account_couns", &self.instruction_account_counts)
.field("instruction_data_sizes", &self.instruction_data_sizes).finish()
}
}
Expand Down

0 comments on commit 189156c

Please sign in to comment.