Skip to content

Commit

Permalink
evil: fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
brentstone committed May 28, 2024
1 parent f5be64f commit 6d7803e
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions Cargo.lock

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

1 change: 1 addition & 0 deletions crates/storage/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ borsh.workspace = true
itertools.workspace = true
linkme = {workspace = true, optional = true}
regex.workspace = true
serde.workspace = true
smooth-operator.workspace = true
thiserror.workspace = true
tracing.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion crates/tests/src/integration/ledger_tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ use namada_apps_lib::wallet::defaults::{self, albert_keypair};
use namada_core::dec::Dec;
use namada_core::hash::Hash;
use namada_core::storage::{DbColFam, Epoch, Key};
use namada_core::token::{Amount, NATIVE_MAX_DECIMAL_PLACES};
use namada_core::token::NATIVE_MAX_DECIMAL_PLACES;
use namada_node::shell::testing::client::run;
use namada_node::shell::testing::node::NodeResults;
use namada_node::shell::testing::utils::{Bin, CapturedOutput};
Expand Down
1 change: 1 addition & 0 deletions wasm/Cargo.lock

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

1 change: 1 addition & 0 deletions wasm_for_tests/Cargo.lock

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

0 comments on commit 6d7803e

Please sign in to comment.