Skip to content

Commit

Permalink
Merge pull request #220 from gRoussac/deploy_builder-pub
Browse files Browse the repository at this point in the history
Pub DeployBuilder
  • Loading branch information
zajko authored Dec 18, 2024
2 parents 2e4bfcd + 859cfed commit 03303a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ pub use deploy::{
make_deploy, make_transfer, put_deploy, send_deploy_file, sign_deploy_file,
speculative_put_deploy, speculative_send_deploy_file, speculative_transfer, transfer,
};
pub(crate) use deploy_builder::{DeployBuilder, DeployBuilderError};
pub use deploy_builder::{DeployBuilder, DeployBuilderError};
pub use deploy_str_params::DeployStrParams;
pub use dictionary_item_str_params::DictionaryItemStrParams;
pub use error::{CliError, FromDecStrErr};
Expand Down

0 comments on commit 03303a5

Please sign in to comment.