We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0bc1025 + f31830d commit af953c3Copy full SHA for af953c3
Cargo.toml
@@ -2,7 +2,7 @@
2
build = 'common/build/build.rs'
3
edition = '2021'
4
name = 'ton_vm'
5
-version = '1.8.190'
+version = '1.8.191'
6
7
[dependencies]
8
ed25519 = '1.2'
@@ -16,7 +16,7 @@ num-traits = '0.2'
16
rand = '0.7'
17
diffy = { optional = true, version = '0.2.2' }
18
similar = { features = [ 'bytes' ], optional = true, version = '2.2.0' }
19
-ton_block = { git = 'https://github.com/tonlabs/ever-block.git', tag = '1.9.88' }
+ton_block = { git = 'https://github.com/tonlabs/ever-block.git', tag = '1.9.89' }
20
ton_types = { git = 'https://github.com/tonlabs/ever-types.git', tag = '2.0.18' }
21
zstd = { default-features = false, optional = true, version = '0.11' }
22
0 commit comments