Skip to content

Commit

Permalink
Preparing to merge with the master #nolog
Browse files Browse the repository at this point in the history
  • Loading branch information
tonjen committed Apr 25, 2023
1 parent 1b5f97c commit 9708d26
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ path = 'src/main.rs'
base64 = '0.13'
clap = '2.33'
crc = '3.0'
ed25519 = "2.2"
ed25519 = '2.2'
ed25519-dalek = '1.0'
failure = '0.1'
hex = '0.4'
Expand All @@ -41,7 +41,7 @@ ton_vm = { features = [ 'gosh' ], git = 'https://github.com/tonlabs/ever-vm.git'

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

Expand Down

0 comments on commit 9708d26

Please sign in to comment.