We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d6e78c8 + f7baa37 commit 3c6ce29Copy full SHA for 3c6ce29
1-exchanges/RaDEX/Cargo.toml
@@ -4,11 +4,11 @@ version = "0.2.0"
4
edition = "2021"
5
6
[dependencies]
7
-sbor = { path = "/Users/omarabdulla/radix/radixdlt-scrypto/sbor" }
8
-scrypto = { path = "/Users/omarabdulla/radix/radixdlt-scrypto/scrypto" }
+sbor = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "v0.4.0" }
+scrypto = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "v0.4.0" }
9
10
[dev-dependencies]
11
-radix-engine = { path = "/Users/omarabdulla/radix/radixdlt-scrypto/radix-engine" }
+radix-engine = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "v0.4.0" }
12
13
[profile.release]
14
opt-level = 's' # Optimize for size.
@@ -18,3 +18,4 @@ panic = 'abort' # Abort on panic.
18
19
[lib]
20
crate-type = ["cdylib", "lib"]
21
+
0 commit comments