Skip to content

Commit 4706d74

Browse files
authored
Merge pull request #5658 from stacks-network/fix/use_cargo_workspace
Fix/use cargo workspace
2 parents bbde40f + cb314b4 commit 4706d74

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

stackslib/src/clarity_cli.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ use stacks_common::types::chainstate::{
3535
};
3636
use stacks_common::types::sqlite::NO_PARAMS;
3737
use stacks_common::util::hash::{bytes_to_hex, Hash160, Sha512Trunc256Sum};
38-
use stacks_common::util::{cargo_workspace, get_epoch_time_ms, log};
38+
use stacks_common::util::{get_epoch_time_ms, log};
3939

4040
use crate::burnchains::{Address, PoxConstants, Txid};
4141
use crate::chainstate::stacks::boot::{
@@ -1950,6 +1950,8 @@ pub fn invoke_command(invoked_by: &str, args: &[String]) -> (i32, Option<serde_j
19501950
mod test {
19511951
use std::path::Path;
19521952

1953+
use stacks_common::util::cargo_workspace;
1954+
19531955
use super::*;
19541956

19551957
#[test]

0 commit comments

Comments
 (0)