From 6f3e7a2839d29c39f9ca09da73d5665282760c1f Mon Sep 17 00:00:00 2001 From: Alejandro Martinez Ruiz Date: Wed, 20 May 2020 13:06:45 +0200 Subject: [PATCH] Cargo.toml: refer sj by git repo rather than path --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index a4caab9..5ffeae7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ num_cpus = "^1" clap = { git = "https://github.com/clap-rs/clap" } human-panic = "^1" rustyline = "^6" -straitjacket = { path = "../straitjacket" } +straitjacket = { git = "https://github.com/3scale-rs/straitjacket", branch = "master" } console = "^0.11" indicatif = "^0.14" dialoguer = "^0.6" @@ -28,4 +28,4 @@ pretty_assertions = "^0.6" [profile.release] lto = "fat" -codegen-units = 1 \ No newline at end of file +codegen-units = 1