forked from facebook/watchman
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
watchman: fixup crates license identifier
Summary: Turns out that `cargo publish --dry-run` doesn't validate these fields, so they need to be corrected. Reviewed By: dtolnay Differential Revision: D18495495 fbshipit-source-id: 13feef92ef0f1d096709f2ce7b237309c18da378
- Loading branch information
1 parent
c264d08
commit 596fb8f
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ authors = ["Rain <[email protected]>", "Wez Furlong"] | |
edition = "2018" | ||
repository = "https://github.com/facebook/watchman/rust/serde_bser" | ||
description = "Implements the Watchman BSER encoding for serde. https://facebook.github.io/watchman/docs/bser.html" | ||
license = "APACHE" | ||
license = "Apache-2.0" | ||
documentation = "https://docs.rs/serde_bser" | ||
|
||
[dependencies] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters