From 94314e332d34f42849faa2eddefc087da2e0f6d8 Mon Sep 17 00:00:00 2001 From: Dave Hrycyszyn Date: Fri, 24 Jan 2020 12:36:57 +0000 Subject: [PATCH] sphinx: restoring commit version --- common/clients/mix-client/Cargo.toml | 4 ++-- common/healthcheck/Cargo.toml | 4 ++-- common/topology/Cargo.toml | 4 ++-- nym-client/Cargo.toml | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/common/clients/mix-client/Cargo.toml b/common/clients/mix-client/Cargo.toml index 37722aa238..ccfba9d9e3 100644 --- a/common/clients/mix-client/Cargo.toml +++ b/common/clients/mix-client/Cargo.toml @@ -18,6 +18,6 @@ addressing = {path = "../../addressing"} topology = {path = "../../topology"} ## will be moved to proper dependencies once released -# sphinx = { git = "https://github.com/nymtech/sphinx", rev="1d8cefcb6a0cb8e87d00d89eb1ccf2839e92aa1f" } -sphinx = { path = "../../../../sphinx"} +sphinx = { git = "https://github.com/nymtech/sphinx", rev="47c4fbba8272c4aee03cc8165220f33572a96602" } +# sphinx = { path = "../../../../sphinx"} diff --git a/common/healthcheck/Cargo.toml b/common/healthcheck/Cargo.toml index 22f55f572a..834a72c65e 100644 --- a/common/healthcheck/Cargo.toml +++ b/common/healthcheck/Cargo.toml @@ -25,7 +25,7 @@ sfw-provider-requests = { path = "../../sfw-provider/sfw-provider-requests" } topology = {path = "../topology" } ## will be moved to proper dependencies once released -# sphinx = { git = "https://github.com/nymtech/sphinx", rev="1d8cefcb6a0cb8e87d00d89eb1ccf2839e92aa1f" } -sphinx = { path = "../../../sphinx"} +sphinx = { git = "https://github.com/nymtech/sphinx", rev="47c4fbba8272c4aee03cc8165220f33572a96602" } +# sphinx = { path = "../../../sphinx"} [dev-dependencies] diff --git a/common/topology/Cargo.toml b/common/topology/Cargo.toml index bc6d39ef7a..6e0e65bf50 100644 --- a/common/topology/Cargo.toml +++ b/common/topology/Cargo.toml @@ -20,5 +20,5 @@ addressing = {path = "../addressing"} version-checker = {path = "../version-checker" } ## will be moved to proper dependencies once released -# sphinx = { git = "https://github.com/nymtech/sphinx", rev="1d8cefcb6a0cb8e87d00d89eb1ccf2839e92aa1f" } -sphinx = { path = "../../../sphinx"} +sphinx = { git = "https://github.com/nymtech/sphinx", rev="47c4fbba8272c4aee03cc8165220f33572a96602" } +# sphinx = { path = "../../../sphinx"} diff --git a/nym-client/Cargo.toml b/nym-client/Cargo.toml index 3133e21703..24f30726df 100644 --- a/nym-client/Cargo.toml +++ b/nym-client/Cargo.toml @@ -40,8 +40,8 @@ sfw-provider-requests = { path = "../sfw-provider/sfw-provider-requests" } topology = {path = "../common/topology" } ## will be moved to proper dependencies once released -# sphinx = { git = "https://github.com/nymtech/sphinx", rev="1d8cefcb6a0cb8e87d00d89eb1ccf2839e92aa1f" } -sphinx = { path = "../../sphinx"} +sphinx = { git = "https://github.com/nymtech/sphinx", rev="47c4fbba8272c4aee03cc8165220f33572a96602" } +# sphinx = { path = "../../sphinx"} # putting this explicitly below everything and most likely, the next time we look into it, it will already have a proper release tokio-tungstenite = { git = "https://github.com/snapview/tokio-tungstenite", rev="308d9680c0e59dd1e8651659a775c05df937934e" }