Skip to content

Commit 3c6ce29

Browse files
authored
Merge pull request #16 from PostNutCIarity/patch-1
Update cargo.toml
2 parents d6e78c8 + f7baa37 commit 3c6ce29

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

1-exchanges/RaDEX/Cargo.toml

+4-3
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ version = "0.2.0"
44
edition = "2021"
55

66
[dependencies]
7-
sbor = { path = "/Users/omarabdulla/radix/radixdlt-scrypto/sbor" }
8-
scrypto = { path = "/Users/omarabdulla/radix/radixdlt-scrypto/scrypto" }
7+
sbor = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "v0.4.0" }
8+
scrypto = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "v0.4.0" }
99

1010
[dev-dependencies]
11-
radix-engine = { path = "/Users/omarabdulla/radix/radixdlt-scrypto/radix-engine" }
11+
radix-engine = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "v0.4.0" }
1212

1313
[profile.release]
1414
opt-level = 's' # Optimize for size.
@@ -18,3 +18,4 @@ panic = 'abort' # Abort on panic.
1818

1919
[lib]
2020
crate-type = ["cdylib", "lib"]
21+

0 commit comments

Comments
 (0)