Skip to content

Commit 4b51f0c

Browse files
committed
bazel: small fixes
- Align Rust versions. - Remove self-dependency.
1 parent 44d2c2d commit 4b51f0c

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.github/workflows/lint_fmt_clippy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
uses: actions-rs/toolchain@v1
5151
with:
5252
profile: minimal
53-
toolchain: 1.87.0
53+
toolchain: 1.90.0
5454
override: true
5555
components: rustfmt, clippy
5656

src/log/BUILD

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,4 @@ rust_library(
2121
rust_test(
2222
name = "log_tests",
2323
crate = ":log",
24-
deps = [
25-
"//src/log",
26-
],
2724
)

0 commit comments

Comments
 (0)