Skip to content

Commit

Permalink
chore(gclient): remove dep gear-common
Browse files Browse the repository at this point in the history
  • Loading branch information
clearloop committed Jul 20, 2023
1 parent f6b8fda commit 84b061e
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion gclient/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ gear-utils.workspace = true
gsdk = { workspace = true, features = ["testing"] }
gear-core.workspace = true
gear-core-errors.workspace = true
gear-common = { workspace = true, features = ["std"] }

futures.workspace = true
anyhow.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion gclient/src/api/calls.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@

use super::{GearApi, Result};
use crate::{api::storage::account_id::IntoAccountId32, utils, Error};
use gear_common::LockId;
use gear_core::{
gas::LockId,
ids::*,
memory::PageBuf,
pages::{GearPage, PageNumber, PageU32Size, GEAR_PAGE_SIZE, WASM_PAGE_SIZE},
Expand Down

0 comments on commit 84b061e

Please sign in to comment.