File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed
Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 33# Huff Neo Compiler changelog
44
55## [ Unreleased]
6+
7+ ## [ 1.0.6] - 2025-01-28
68- Allow to use ` --debug ` for reverting contracts.
79- Refactored parsing for ABI and build-in argument.
810 - This is the first step to push more steps into the lexing phase.
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ license = "MIT OR Apache-2.0"
1111readme = " README.md"
1212repository = " https://github.com/cakevm/huff-neo"
1313rust-version = " 1.84"
14- version = " 1.0.5 "
14+ version = " 1.0.6 "
1515
1616[workspace .dependencies ]
1717huff-neo-codegen = { path = " crates/codegen" }
Original file line number Diff line number Diff line change 44
55.PHONY : release
66release :
7- RUSTFLAGS=" -D warnings -C target-cpu=native" cargo build --bin huff-neo --release
7+ RUSTFLAGS=" -D warnings -C target-cpu=native" cargo build --bin hnc --release
88
99.PHONY : maxperf
1010maxperf :
11- RUSTFLAGS=" -D warnings -C target-cpu=native" cargo build --bin huff-neo --profile maxperf
11+ RUSTFLAGS=" -D warnings -C target-cpu=native" cargo build --bin hnc --profile maxperf
1212
1313.PHONY : run
1414run :
You can’t perform that action at this time.
0 commit comments