Skip to content

Commit

Permalink
Merge pull request #848 from tonlabs/disasm-fragment
Browse files Browse the repository at this point in the history
disasm: add ability to disasm a fragment
  • Loading branch information
mskvortsov authored Mar 21, 2023
2 parents 5171e98 + c0b93de commit 83882c4
Show file tree
Hide file tree
Showing 10 changed files with 697 additions and 437 deletions.
122 changes: 76 additions & 46 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ license-file = 'LICENSE.md'
name = 'tvm_linker'
readme = 'README.md'
repository = 'https://github.com/tonlabs/TVM-linker'
version = '0.19.5'
version = '0.19.6'

[[bin]]
name = 'tvm_linker'
Expand Down Expand Up @@ -48,4 +48,4 @@ similar = '2.2.0'
[lib]
name = 'ton_utils'
path = 'src/lib.rs'

test = false
Loading

0 comments on commit 83882c4

Please sign in to comment.