Skip to content

Commit

Permalink
Merge pull request #5658 from stacks-network/fix/use_cargo_workspace
Browse files Browse the repository at this point in the history
Fix/use cargo workspace
  • Loading branch information
jcnelson authored Jan 7, 2025
2 parents bbde40f + cb314b4 commit 4706d74
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion stackslib/src/clarity_cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ use stacks_common::types::chainstate::{
};
use stacks_common::types::sqlite::NO_PARAMS;
use stacks_common::util::hash::{bytes_to_hex, Hash160, Sha512Trunc256Sum};
use stacks_common::util::{cargo_workspace, get_epoch_time_ms, log};
use stacks_common::util::{get_epoch_time_ms, log};

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

use stacks_common::util::cargo_workspace;

use super::*;

#[test]
Expand Down

0 comments on commit 4706d74

Please sign in to comment.