Skip to content

Commit

Permalink
fix(crates-io): deps of gtest
Browse files Browse the repository at this point in the history
  • Loading branch information
clearloop committed Jan 9, 2024
1 parent f54af2d commit 4ae13a9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions common/src/pallet_tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,8 @@
//! for various pallets of Substrate.
//! All used types should be in scope.

use frame_support::{pallet_prelude::*, weights::RuntimeDbWeight};
use frame_support::{pallet_prelude::*, sp_runtime::Perbill, weights::RuntimeDbWeight};
use frame_system::limits::BlockWeights;
use sp_arithmetic::Perbill;

#[macro_export]
macro_rules! impl_pallet_balances {
Expand Down
4 changes: 2 additions & 2 deletions utils/crates-io/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,10 @@ pub const STACKED_DEPENDENCIES: [&str; 13] = [
/// Packages need to be published.
///
/// NOTE: DO NOT change the order of this array.
pub const PACKAGES: [&str; 5] = [
pub const PACKAGES: [&str; 6] = [
"gear-wasm-builder",
"gstd",
// "gtest",
"gtest",
"gsdk",
"gclient",
"gcli",
Expand Down

0 comments on commit 4ae13a9

Please sign in to comment.