Skip to content

Commit

Permalink
fix dependency check
Browse files Browse the repository at this point in the history
  • Loading branch information
Szegoo committed Apr 24, 2024
1 parent 932d725 commit d5e52c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- uses: ./.github/actions/setup

- name: Install Rust
run: cargo install --git https://github.com/paritytech/psvm psvm
run: cargo install psvm@0.1.0
- name: Check Dependency Versions
run: |
chmod +x ./scripts/check-dependency-versions.sh
Expand Down
4 changes: 1 addition & 3 deletions runtime/regionx/src/impls.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
use crate::{
AccountId, AssetId, Authorship, Balance, AssetRegistry, Runtime, RuntimeCall, Tokens,
};
use crate::{AccountId, AssetId, AssetRegistry, Authorship, Balance, Runtime, RuntimeCall, Tokens};
use codec::{Decode, Encode, MaxEncodedLen};
use frame_support::traits::{
fungibles, tokens::ConversionToAssetBalance, Defensive, InstanceFilter,
Expand Down

0 comments on commit d5e52c7

Please sign in to comment.