diff --git a/Cargo.lock b/Cargo.lock index 0856486..12b0b65 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2557,7 +2557,7 @@ checksum = "b7c388c1b5e93756d0c740965c41e8822f866621d41acbdf6336a6a168f8840c" [[package]] name = "smoltcp" version = "0.13.0" -source = "git+ssh://git@github.com/nineAp/nxrp-smoltcp.git#e9ba23b47ab789eb480d2eef2ffc4d7cdfedb381" +source = "git+https://github.com/nineAp/nxrp-smoltcp.git#c8093df6ec24f75c13bedf0e74e53cefe26997e0" dependencies = [ "bitflags 1.3.2", "byteorder", diff --git a/client/Cargo.toml b/client/Cargo.toml index dd8dc42..969b79d 100644 --- a/client/Cargo.toml +++ b/client/Cargo.toml @@ -9,7 +9,7 @@ crate-type = ["cdylib", "rlib", "staticlib"] [dependencies] netrunner-core = { path = "../core" } -smoltcp = { git = "ssh://git@github.com/nineAp/nxrp-smoltcp.git", default-features = false, features = [ +smoltcp = { git = "https://github.com/nineAp/nxrp-smoltcp.git", default-features = false, features = [ "std", "log", "medium-ip",