Skip to content

Commit 03314b1

Browse files
authored
Merge pull request #5010 from stacks-network/refactor/use-relative-path-for-workspace-dependencies
refactor: use relative path for workspace dependencies
2 parents ebfbed6 + d09f39b commit 03314b1

File tree

9 files changed

+70
-271
lines changed

9 files changed

+70
-271
lines changed

.cargo/config.toml

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,10 @@ fmt-stacks = "fmt -- --config group_imports=StdExternalCrate,imports_granularity
1212
#linker = "/usr/bin/clang"
1313
#rustflags = ["-Clink-arg=-fuse-ld=lld", "-Clink-arg=-Wl,--no-rosegment"]
1414

15-
# Uncomment the two patches below to use local versions of stacks-core and clarity-wasm
16-
# [patch.'https://github.com/stacks-network/stacks-core.git']
17-
# clarity = { path = "clarity" }
18-
# stacks-common = { path = "stacks-common" }
19-
# pox-locking = { path = "pox-locking" }
20-
# libstackerdb = { path = "libstackerdb" }
21-
# stx-genesis = { path = "stx-genesis"}
22-
# stacks = { package = "stackslib", path = "stackslib" }
23-
# libsigner = { path = "libsigner" }
24-
# stacks-signer = { path = "stacks-signer" }
15+
[patch."https://github.com/stacks-network/stacks-core.git"]
16+
clarity = { path = "./clarity" }
17+
stacks-common = { path = "./stacks-common" }
2518

19+
# Uncomment the patch below to use the local version of clarity-wasm
2620
# [patch.'https://github.com/stacks-network/clarity-wasm.git']
2721
# clar2wasm = { path = "../clarity-wasm/clar2wasm" }

Cargo.lock

Lines changed: 27 additions & 222 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)