From aac64480aa68dadb87cf9649c04571bf39cff29c Mon Sep 17 00:00:00 2001 From: JSDurand Date: Fri, 21 Jul 2023 11:45:16 +0800 Subject: bump version This bumping of version is insignificant. I just find it notable that I seem to finally obtain a version without trivial bugs. Hooray! --- src/lib.rs | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src') diff --git a/src/lib.rs b/src/lib.rs index 5412ed7..b7252a3 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -480,6 +480,9 @@ extern "C" fn parser_parse( match forest { Ok(forest) => { + // use graph::Graph; + // forest.print_viz("test forest.gv").unwrap(); + Box::leak(parser_box); let mut bytes = bytes::forest_to_bytes(&forest); -- cgit v1.2.3-18-g5258