Skip to content

Commit

Permalink
Revert deletion of authors in Cargo.toml; v0.2.5
Browse files Browse the repository at this point in the history
Summary: Turns out that `cargo publish` will not accept a crate with no authors.

Reviewed By: adamjernst

Differential Revision: D16031125

fbshipit-source-id: 7606110913bdb1ac1a5cf07378770c5112bd745b
  • Loading branch information
swolchok authored and facebook-github-bot committed Jun 27, 2019
1 parent cc2071e commit 11f932a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[package]
name = "fastmod"
version = "0.2.4"
version = "0.2.5"
authors = ["Scott Wolchok <[email protected]>"]
description = "Fast, partial replacement for codemod (find/replace tool for programmers)"
edition = "2018"
homepage = "https://github.com/facebookincubator/fastmod"
Expand Down

0 comments on commit 11f932a

Please sign in to comment.