Skip to content

Commit

Permalink
Merge pull request #364 from tonlabs/master-RC
Browse files Browse the repository at this point in the history
Automatic update project. #none
  • Loading branch information
d3p authored Feb 5, 2022
2 parents 7837a55 + 990b086 commit e769c13
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/lib-node/lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ crate-type = [ 'staticlib' ]

[dependencies]
libc = '0.2'
ton_client = { git = 'https://github.com/tonlabs/TON-SDK.git', tag = '1.29.0' }
ton_client = { git = 'https://github.com/tonlabs/TON-SDK.git', tag = '1.30.0' }

[profile.release]
lto = true
2 changes: 1 addition & 1 deletion packages/lib-react-native/android/lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ crate-type = [ 'cdylib' ]
[dependencies]
lazy_static = '1.4.0'
jni = { default-features = false, version = '0.12.0' }
ton_client = { git = 'https://github.com/tonlabs/TON-SDK.git', tag = '1.29.0' }
ton_client = { git = 'https://github.com/tonlabs/TON-SDK.git', tag = '1.30.0' }
openssl = { features = [ 'vendored' ], version = '0.10' }

[profile.release]
Expand Down
2 changes: 1 addition & 1 deletion packages/lib-react-native/ios/lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ crate-type = [ 'staticlib' ]

[dependencies]
libc = '0.2'
ton_client = { git = 'https://github.com/tonlabs/TON-SDK.git', tag = '1.29.0' }
ton_client = { git = 'https://github.com/tonlabs/TON-SDK.git', tag = '1.30.0' }

[profile.release]
lto = true
2 changes: 1 addition & 1 deletion packages/lib-web/lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ lazy_static = '1.4.0'
# just to fix building of rand for WASM:
getrandom = { default-features = false, features = [ 'js' ], version = '0.2.2' }

ton_client = { default-features = false, features = [ 'wasm' ], git = 'https://github.com/tonlabs/TON-SDK.git', tag = '1.29.0' }
ton_client = { default-features = false, features = [ 'wasm' ], git = 'https://github.com/tonlabs/TON-SDK.git', tag = '1.30.0' }
#ton_client = { path = "../../../../TON-SDK/ton_client/client", default-features = false, features = ["wasm"] }

[dependencies.web-sys]
Expand Down

0 comments on commit e769c13

Please sign in to comment.