chore: regenerate umbrella crate, fix feature propagation

This commit is contained in:
2025-12-16 11:28:32 +03:00
parent dd6d48f528
commit 620b0e3aa0
1358 changed files with 9464 additions and 7656 deletions
+1 -1
View File
@@ -17,7 +17,6 @@
// along with this program. If not, see <https://www.gnu.org/licenses/>.
use criterion::{criterion_group, criterion_main, BatchSize, Criterion};
use rand::{distributions::Uniform, rngs::StdRng, Rng, SeedableRng};
use pezsc_client_api::{
Backend as _, BlockImportOperation, NewBlockState, StateBackend, TrieCacheContext,
};
@@ -27,6 +26,7 @@ use pezsp_runtime::{
testing::{Block as RawBlock, Header, MockCallU64, TestXt},
StateVersion, Storage,
};
use rand::{distributions::Uniform, rngs::StdRng, Rng, SeedableRng};
use tempfile::TempDir;
pub(crate) type Block = RawBlock<TestXt<MockCallU64, ()>>;