Fix sdk_common dependency to use local path

This commit is contained in:
Nicolas Cantu 2025-08-22 12:59:30 +02:00
parent cd371ac580
commit 42ee71b298

View File

@ -17,7 +17,7 @@ wasm-logger = "0.2.0"
rand = "0.8.5"
tsify = { git = "https://github.com/Sosthene00/tsify", branch = "next" }
# sdk_common = { path = "../sdk_common" }
sdk_common = { git = "https://git.4nkweb.com/4nk/sdk_common.git", branch = "dev" }
sdk_common = { path = "../sdk_common" }
serde-wasm-bindgen = "0.6.5"
[dev-dependencies]