diff --git a/Cargo.toml b/Cargo.toml index f77cbf3..fff52fa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ napi = { version = "2", default-features = false, features = ["napi4"] } napi-derive = "2" futures-io = "0.3" futures-util = { version = "0.3", default-features = false, features = ["default", "io"] } -xdelta3 = { git = "https://github.com:/nazarhussain/xdelta3-rs.git", branch = "nh/update-build-script" } +xdelta3 = { git = "https://github.com:/ChainSafe/xdelta3-rs.git", branch = "nh/update-build-script" } [build-dependencies] napi-build = "2"