fix(deps): bump tonlibjson-sys/ton-testnet from 1d2260c to f801e1c
#1111
Annotations
11 errors, 9 warnings, and 8 notices
|
Run cargo tests (macos-14, testnet)
Process completed with exit code 101.
|
|
Run cargo tests (ubuntu-latest)
The strategy configuration was canceled because "pr-tests.macos-14_testnet" failed
|
|
Run cargo tests (ubuntu-latest)
The operation was canceled.
|
|
Run cargo tests (ubuntu-latest, testnet)
The strategy configuration was canceled because "pr-tests.macos-14_testnet" failed
|
|
Run cargo tests (ubuntu-latest, testnet)
The operation was canceled.
|
|
Run cargo tests (macos-15, testnet)
The strategy configuration was canceled because "pr-tests.macos-14_testnet" failed
|
|
Run cargo tests (macos-15, testnet)
The operation was canceled.
|
|
Run cargo tests (macos-15)
The strategy configuration was canceled because "pr-tests.macos-14_testnet" failed
|
|
Run cargo tests (macos-15)
The operation was canceled.
|
|
Run cargo tests (macos-14)
The strategy configuration was canceled because "pr-tests.macos-14_testnet" failed
|
|
Run cargo tests (macos-14)
The operation was canceled.
|
|
Run cargo tests (macos-14, testnet)
lz4 1.10.0 is already installed and up-to-date.
To reinstall 1.10.0, run:
brew reinstall lz4
|
|
Run cargo tests (macos-14, testnet)
libsodium 1.0.20 is already installed and up-to-date.
To reinstall 1.0.20, run:
brew reinstall libsodium
|
|
Run cargo tests (macos-15, testnet)
lz4 1.10.0 is already installed and up-to-date.
To reinstall 1.10.0, run:
brew reinstall lz4
|
|
Run cargo tests (macos-15, testnet)
libsodium 1.0.20 is already installed and up-to-date.
To reinstall 1.0.20, run:
brew reinstall libsodium
|
|
Run cargo tests (macos-15)
lz4 1.10.0 is already installed and up-to-date.
To reinstall 1.10.0, run:
brew reinstall lz4
|
|
Run cargo tests (macos-15)
libsodium 1.0.20 is already installed and up-to-date.
To reinstall 1.0.20, run:
brew reinstall libsodium
|
|
Run cargo tests (macos-14)
lz4 1.10.0 is already installed and up-to-date.
To reinstall 1.10.0, run:
brew reinstall lz4
|
|
Run cargo tests (macos-14)
libsodium 1.0.20 is already installed and up-to-date.
To reinstall 1.0.20, run:
brew reinstall libsodium
|
|
hiding a lifetime that's elided elsewhere is confusing:
ton-liteserver-client/src/tracker/masterchain_first_block_tracker.rs#L114
warning: hiding a lifetime that's elided elsewhere is confusing
--> ton-liteserver-client/src/tracker/masterchain_first_block_tracker.rs:114:19
|
114 | pub fn borrow(&self) -> Ref<Option<BlockHeader>> {
| ^^^^^ ------------------------ the same lifetime is hidden here
| |
| the lifetime is elided here
|
= help: the same lifetime is referred to in inconsistent ways, making the signature confusing
= note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
help: use `'_` for type paths
|
114 | pub fn borrow(&self) -> Ref<'_, Option<BlockHeader>> {
| +++
|
|
sccache stats
0% - 0 hits, 418 misses, 4 errors
|
|
sccache stats
0% - 0 hits, 434 misses, 2 errors
|
|
sccache stats
0% - 0 hits, 434 misses, 2 errors
|
|
sccache stats
0% - 0 hits, 390 misses, 2 errors
|
|
sccache stats
0% - 0 hits, 389 misses, 2 errors
|
|
sccache stats
0% - 0 hits, 382 misses, 4 errors
|
|
sccache stats
0% - 0 hits, 357 misses, 4 errors
|
|
sccache stats
0% - 0 hits, 340 misses, 4 errors
|