Skip to content

Commit af953c3

Browse files
authored
Updating the project due to dependency changes: . #none
Updating the project due to dependency changes. . #none
2 parents 0bc1025 + f31830d commit af953c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
build = 'common/build/build.rs'
33
edition = '2021'
44
name = 'ton_vm'
5-
version = '1.8.190'
5+
version = '1.8.191'
66

77
[dependencies]
88
ed25519 = '1.2'
@@ -16,7 +16,7 @@ num-traits = '0.2'
1616
rand = '0.7'
1717
diffy = { optional = true, version = '0.2.2' }
1818
similar = { features = [ 'bytes' ], optional = true, version = '2.2.0' }
19-
ton_block = { git = 'https://github.com/tonlabs/ever-block.git', tag = '1.9.88' }
19+
ton_block = { git = 'https://github.com/tonlabs/ever-block.git', tag = '1.9.89' }
2020
ton_types = { git = 'https://github.com/tonlabs/ever-types.git', tag = '2.0.18' }
2121
zstd = { default-features = false, optional = true, version = '0.11' }
2222

0 commit comments

Comments
 (0)