Skip to content

Commit 2e78ff6

Browse files
committed
Move third-party crate root to a lib.rs file
Using /dev/null is no longer compatible with the most recent version of Bazel's rules_rust crate_universe. INFO: Running command line: bazel-bin/third-party/vendor.sh Error: Package "third-party" target "third_party" had an absolute source path "/dev/null", which is not supported
1 parent 48ee2cf commit 2e78ff6

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

third-party/Cargo.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@ version = "0.0.0"
55
edition = "2021"
66
publish = false
77

8-
[lib]
9-
path = "/dev/null"
10-
118
[dependencies]
129
cc = "1.0.83"
1310
clap = { version = "4", default-features = false, features = ["error-context", "help", "std", "usage"] }

third-party/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+

0 commit comments

Comments
 (0)