Replace 'ext' tag with 'int-dev'

This commit is contained in:
Omar Oughriss 2025-09-22 14:41:12 +02:00
parent 8407124870
commit 520d9cc74f

View File

@ -17,7 +17,7 @@ getrandom = { version="0.2.12", features = ["js"] }
wasm-logger = "0.2.0"
rand = "0.8.5"
tsify = { git = "https://github.com/Sosthene00/tsify", branch = "next" }
sdk_common = { git = "https://git.4nkweb.com/4nk/sdk_common.git", branch = "dev", features = ["blindbit-wasm"] }
sdk_common = { git = "https://git.4nkweb.com/4nk/sdk_common.git", branch = "int-dev", features = ["blindbit-wasm"] }
serde-wasm-bindgen = "0.6.5"
futures-util = { version = "0.3.28", default-features = false, features = ["sink", "std"] }
web-time = "1.1.0"