We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44d2c2d commit 4b51f0cCopy full SHA for 4b51f0c
.github/workflows/lint_fmt_clippy.yml
@@ -50,7 +50,7 @@ jobs:
50
uses: actions-rs/toolchain@v1
51
with:
52
profile: minimal
53
- toolchain: 1.87.0
+ toolchain: 1.90.0
54
override: true
55
components: rustfmt, clippy
56
src/log/BUILD
@@ -21,7 +21,4 @@ rust_library(
21
rust_test(
22
name = "log_tests",
23
crate = ":log",
24
- deps = [
25
- "//src/log",
26
- ],
27
)
0 commit comments