summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorKevin Lefevre <kevin.lefevre@snips.ai>2017-10-16 11:49:13 +0200
committerKevin Lefevre <kevin.lefevre@snips.ai>2017-10-16 11:49:13 +0200
commite8e31fd64684233378641f4f3df43f06ada3d9f4 (patch)
tree21499394d546e943d64cda1cd9cea13dde212e74 /Cargo.toml
parentba55af8109ad38f3501670a70715841f5969cfae (diff)
Fix ssh url
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 44da107..c1e39c8 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -23,7 +23,7 @@ hjson = ["serde-hjson"]
lazy_static = "0.2"
serde = "^1.0.8"
# nom = "^3.0.0"
-nom = { git = "github.com:snipsco/nom", rev = "3769283" }
+nom = { git = "ssh://git@github.com/snipsco/nom", rev = "3769283" }
toml = { version = "^0.4.1", optional = true }
serde_json = { version = "^1.0.2", optional = true }