Skip to content

Commit

Permalink
Merge pull request #854 from tonlabs/IgorKoval/upd
Browse files Browse the repository at this point in the history
Upd versions
  • Loading branch information
mskvortsov authored May 2, 2023
2 parents 1a49f2a + 9708d26 commit a4958fe
Show file tree
Hide file tree
Showing 3 changed files with 59 additions and 55 deletions.
96 changes: 50 additions & 46 deletions Cargo.lock

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

16 changes: 8 additions & 8 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.20.1'
version = '0.20.2'

[[bin]]
name = 'tvm_linker'
Expand All @@ -19,7 +19,7 @@ path = 'src/main.rs'
base64 = '0.13'
clap = '2.33'
crc = '3.0'
ed25519 = '1.5'
ed25519 = '2.2'
ed25519-dalek = '1.0'
failure = '0.1'
hex = '0.4'
Expand All @@ -33,15 +33,15 @@ serde_json = '1.0'
sha2 = '0.10'
simplelog = '0.6'
serde = { features = [ 'derive' ], version = '1.0' }
ton_abi = { git = 'https://github.com/tonlabs/ever-abi.git', tag = '2.3.80' }
ton_block = { features = [ 'gosh' ], git = 'https://github.com/tonlabs/ever-block.git', tag = '1.9.43' }
ton_labs_assembler = { features = [ 'gosh' ], git = 'https://github.com/tonlabs/ever-assembler.git', tag = '1.2.95' }
ton_types = { git = 'https://github.com/tonlabs/ever-types.git', tag = '2.0.2' }
ton_vm = { features = [ 'gosh' ], git = 'https://github.com/tonlabs/ever-vm.git', tag = '1.8.132' }
ton_abi = { git = 'https://github.com/tonlabs/ever-abi.git', tag = '2.3.83' }
ton_block = { features = [ 'gosh' ], git = 'https://github.com/tonlabs/ever-block.git', tag = '1.9.45' }
ton_labs_assembler = { features = [ 'gosh' ], git = 'https://github.com/tonlabs/ever-assembler.git', tag = '1.2.96' }
ton_types = { git = 'https://github.com/tonlabs/ever-types.git', tag = '2.0.3' }
ton_vm = { features = [ 'gosh' ], git = 'https://github.com/tonlabs/ever-vm.git', tag = '1.8.134' }

[dev-dependencies]
assert_cmd = '2.0.5'
predicates = '2.1.1'
predicates = '3.0.3'
rayon = '1.5.3'
similar = '2.2.0'

Expand Down
2 changes: 1 addition & 1 deletion src/testcall.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* limitations under the License.
*/

use ed25519::signature::Signer;
use ed25519_dalek::Signer;
use failure::format_err;
use crate::keyman::KeypairManager;
use log::Level::Error;
Expand Down

0 comments on commit a4958fe

Please sign in to comment.