Skip to content

Commit

Permalink
Updating the project due to dependency changes: ever-types.
Browse files Browse the repository at this point in the history
Updating the project due to dependency changes: ever-types.
  • Loading branch information
tonjen authored Mar 13, 2024
2 parents d0484ea + 16f105c commit 513fb20
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
build = 'build.rs'
edition = '2021'
name = 'ton_labs_assembler'
version = '1.4.46'
version = '1.4.47'

[dependencies]
clap = { features = [ 'derive' ], version = '4.3' }
Expand All @@ -13,8 +13,8 @@ num = '0.4'
num-traits = '0.2'
serde = { features = [ 'derive' ], version = '1.0' }
serde_json = '1.0'
ton_types = { git = 'https://github.com/tonlabs/ever-types.git', tag = '2.0.35' }
ton_vm = { git = 'https://github.com/tonlabs/ever-vm.git', tag = '1.9.13' }
ton_types = { git = 'https://github.com/tonlabs/ever-types.git', tag = '2.0.36' }
ton_vm = { git = 'https://github.com/tonlabs/ever-vm.git', tag = '1.9.16' }

[features]
gosh = [ ]
Expand Down

0 comments on commit 513fb20

Please sign in to comment.