summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMathieu Poumeyrol <kali@zoy.org>2017-10-20 17:11:00 +0200
committerMathieu Poumeyrol <kali@zoy.org>2017-10-20 17:11:00 +0200
commit1d76ab310fe807f1b56179fb604502ec30569792 (patch)
treedc2edb50e945132406a7f15c5793e567ebf2ac81 /Cargo.toml
parente8e31fd64684233378641f4f3df43f06ada3d9f4 (diff)
git->https (nom is public)
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 c1e39c8..6d2fe81 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 = "ssh://git@github.com/snipsco/nom", rev = "3769283" }
+nom = { git = "https://github.com/snipsco/nom.git", rev = "3769283" }
toml = { version = "^0.4.1", optional = true }
serde_json = { version = "^1.0.2", optional = true }