Skip to content

Commit bf78fe0

Browse files
zzl0facebook-github-bot
authored andcommitted
encoding: fix make build by removing local-encoding
Summary: `local-encoding` was removed in D67531801, let's remove it from autocargo. Otherwise, it will cause the following error when running `make local` on dev server: ``` error: no matching package named `local-encoding` found location searched: directory source `(redacted)/third-party/rust/vendor` (which is replacing registry `crates-io`) required by package `sapling-encoding v0.1.0 ... ``` Reviewed By: muirdm Differential Revision: D68019676 fbshipit-source-id: 760be12a3d822bf9b7351491250c50c957b5218b
1 parent 5e8ab91 commit bf78fe0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

eden/scm/lib/encoding/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,4 @@ sapling-types = { version = "0.1.0", path = "../types" }
1919
winapi = { version = "0.3", features = ["everything", "std"] }
2020

2121
[target.'cfg(windows)'.dependencies]
22-
local-encoding = "*"
2322
winapi = "0.3"

0 commit comments

Comments
 (0)