We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 247e156 commit 67050c7Copy full SHA for 67050c7
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "trevm"
3
-version = "0.20.0"
+version = "0.20.1"
4
rust-version = "1.83.0"
5
edition = "2021"
6
authors = ["init4"]
src/journal/coder.rs
@@ -370,8 +370,6 @@ impl JournalEncode for Bytecode {
370
}
371
372
let raw = self.original_bytes();
373
- dbg!(raw.len());
374
- dbg!(&raw);
375
buf.put_u32(raw.len() as u32);
376
buf.put_slice(raw.as_ref());
377
0 commit comments