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 Jan 16, 2024
2 parents f210416 + 8833e6d commit 54b4d41
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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.32'
version = '1.4.33'

[dependencies]
failure = '0.1'
Expand All @@ -14,7 +14,7 @@ serde_json = '1.0'
clap = { features = [ 'derive' ], version = '4.3' }
serde = { features = [ 'derive' ], version = '1.0' }
ton_types = { git = 'https://github.com/tonlabs/ever-types.git', tag = '2.0.31' }
ton_vm = { git = 'https://github.com/tonlabs/ever-vm.git', tag = '1.8.228' }
ton_vm = { git = 'https://github.com/tonlabs/ever-vm.git', tag = '1.9.0' }

[features]
gosh = [ ]
Expand Down

0 comments on commit 54b4d41

Please sign in to comment.