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 30, 2024
2 parents 524d461 + 0db6262 commit fc2ac6d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,19 @@
build = 'build.rs'
edition = '2021'
name = 'ton_labs_assembler'
version = '1.4.38'
version = '1.4.39'

[dependencies]
clap = { features = [ 'derive' ], version = '4.3' }
failure = '0.1'
hex = '0.4'
log = '0.4'
num = '0.4'
num-traits = '0.2'
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.9.5' }
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' }

[features]
gosh = [ ]
Expand Down

0 comments on commit fc2ac6d

Please sign in to comment.