Skip to content

Commit

Permalink
watchman: fixup crates license identifier
Browse files Browse the repository at this point in the history
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
wez authored and facebook-github-bot committed Nov 14, 2019
1 parent c264d08 commit 596fb8f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion rust/serde_bser/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
2 changes: 1 addition & 1 deletion rust/watchman_client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ authors = ["Wez Furlong"]
edition = "2018"
repository = "https://github.com/facebook/watchman/rust/watchman_client"
description = "a client for the Watchman file watching service"
license = "APACHE"
license = "Apache-2.0"
documentation = "https://docs.rs/watchman_client"

[dependencies]
Expand Down

0 comments on commit 596fb8f

Please sign in to comment.