diff --git a/Cargo.toml b/Cargo.toml index 3f640d6..de53e71 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"