Skip to content

Commit

Permalink
Bump version ever_client 1.47.0 (#576)
Browse files Browse the repository at this point in the history
  • Loading branch information
IgorKoval authored Aug 12, 2024
1 parent 4a89d04 commit 40f6c06
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'
ever_client = { git = 'https://github.com/everx-labs/ever-sdk.git', tag = '0.47', default-features = false, features = [ 'std', 'rustls-tls-webpki-roots' ] }
ever_client = { git = 'https://github.com/everx-labs/ever-sdk.git', tag = '1.47.0', default-features = false, features = [ 'std', 'rustls-tls-webpki-roots' ] }

[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 @@ -12,7 +12,7 @@ crate-type = [ 'cdylib' ]
openssl-sys = { version = "0.9.97", features = [ "vendored" ] }
lazy_static = '1.4.0'
jni = { default-features = false, version = '0.12.0' }
ever_client = { git = 'https://github.com/everx-labs/ever-sdk.git', tag = '0.47' }
ever_client = { git = 'https://github.com/everx-labs/ever-sdk.git', tag = '1.47.0' }

[profile.release]
lto = true
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'
ever_client = { git = 'https://github.com/everx-labs/ever-sdk.git', tag = '0.47', default-features = false, features = [ 'std', 'rustls-tls-webpki-roots' ] }
ever_client = { git = 'https://github.com/everx-labs/ever-sdk.git', tag = '1.47.0', default-features = false, features = [ 'std', 'rustls-tls-webpki-roots' ] }

[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' }

ever_client = { git = 'https://github.com/everx-labs/ever-sdk.git', tag = '0.47', default-features = false, features = [ 'wasm' ] }
ever_client = { git = 'https://github.com/everx-labs/ever-sdk.git', tag = '1.47.0', default-features = false, features = [ 'wasm' ] }

[dependencies.web-sys]
version = '0.3.57'
Expand Down

0 comments on commit 40f6c06

Please sign in to comment.