Skip to content

Commit 5f97dec

Browse files
committed
fix: use git dependency for platform-challenge-sdk-wasm instead of local path
1 parent b785d4f commit 5f97dec

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Cargo.lock

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ repository = "https://github.com/PlatformNetwork/bounty-challenge"
1818
crate-type = ["cdylib", "rlib"]
1919

2020
[dependencies]
21-
platform-challenge-sdk-wasm = { path = "../platform-v2/crates/challenge-sdk-wasm" }
21+
platform-challenge-sdk-wasm = { git = "https://github.com/PlatformNetwork/platform.git", branch = "main" }
2222
serde = { version = "1.0", default-features = false, features = ["derive", "alloc"] }
2323
bincode = { version = "1.3", default-features = false }
2424
serde_json = "1.0.149"

0 commit comments

Comments
 (0)