Skip to content

Commit

Permalink
include sbtc-core and stacks-core version on deps declar
Browse files Browse the repository at this point in the history
  • Loading branch information
jio-gl committed Oct 10, 2023
1 parent a54129b commit c48460b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion romeo/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ reqwest = { workspace = true, features = ["json"] }
sbtc-core = { version = "0.1.0", path = "../sbtc-core" }
serde = { workspace = true, features = ["derive"] }
serde_json.workspace = true
stacks-core.path = "../stacks-core"
stacks-core = { version = "0.1.0", path = "../stacks-core" }
tokio = { workspace = true, features = ["full"] }
tracing-subscriber.workspace = true
tracing.workspace = true
Expand Down
4 changes: 2 additions & 2 deletions sbtc-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ bdk = { workspace = true, features = ["keys-bip39", "rpc"] }
clap = { workspace = true, features = ["derive"] }
hex.workspace = true
regex.workspace = true
sbtc-core.path = "../sbtc-core"
sbtc-core = { version = "0.1.0", path = "../sbtc-core" }
serde.workspace = true
serde_json.workspace = true
stacks-core.path = "../stacks-core"
stacks-core = { version = "0.1.0", path = "../stacks-core" }
url = { workspace = true, features = ["serde"] }

[[bin]]
Expand Down

0 comments on commit c48460b

Please sign in to comment.