Skip to content

Commit

Permalink
Fix Cargo.toml
Browse files Browse the repository at this point in the history
Summary: crates.io does not like wildcard dependencies.

Reviewed By: adamjernst

Differential Revision: D7687769

fbshipit-source-id: f838ecb7af1ebca6a9dcfdf66836568510aec1a5
  • Loading branch information
swolchok authored and facebook-github-bot committed Apr 19, 2018
1 parent 4dd8b79 commit 51d17c9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "fastmod"
version = "0.1.0"
authors = ["Scott Wolchok <swolchok@fb.com>"]
description = "Find/replace tool for programmers, very much like codemod."
description = "Fast partial replacement for codemod (find/replace tool for programmers)"
homepage = "https://github.com/facebookincubator/fastmod"
repository = "https://github.com/facebookincubator/fastmod"
readme = "README.md"
Expand All @@ -19,9 +19,9 @@ num_cpus = "1.8.0"
regex = "0.2.10"
rprompt = "1.0.3"
scopeguard = "0.3.3"
term = "*"
term = "0.5.1"
term_size = "0.3"

[dev-dependencies]
assert_cli = "0.5"
tempdir = "0.3"
tempdir = "0.3"

0 comments on commit 51d17c9

Please sign in to comment.