Skip to content

Commit

Permalink
Updating the project due to dependency changes: . #none
Browse files Browse the repository at this point in the history
Updating the project due to dependency changes. . #none
  • Loading branch information
tonjen authored Feb 14, 2024
2 parents fc2ac6d + 91ac34d commit 27e361b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
build = 'build.rs'
edition = '2021'
name = 'ton_labs_assembler'
version = '1.4.39'
version = '1.4.40'


[dependencies]
clap = { features = [ 'derive' ], version = '4.3' }
Expand All @@ -14,9 +15,10 @@ 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.32' }
ton_vm = { git = 'https://github.com/tonlabs/ever-vm.git', tag = '1.9.6' }
ton_vm = { git = 'https://github.com/tonlabs/ever-vm.git', tag = '1.9.7' }

[features]
gosh = [ ]
groth = [ ]


0 comments on commit 27e361b

Please sign in to comment.