Skip to content

Commit

Permalink
chore(GH-160): bump dependencies and disable `thread_local_initialize…
Browse files Browse the repository at this point in the history
…r_can_be_made_const` lint
  • Loading branch information
JarvisCraft committed May 10, 2024
1 parent 8c963c0 commit d7be675
Show file tree
Hide file tree
Showing 3 changed files with 62 additions and 54 deletions.
112 changes: 59 additions & 53 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,8 @@ manual_let_else = "allow"
# Something is broken about that lint, can't be allowed for
# codegenerated-stdlib block
similar_names = "allow"
# seems to produce false positives
thread_local_initializer_can_be_made_const = "allow"

#[profile.test]
#opt-level = 1
Expand Down
2 changes: 1 addition & 1 deletion rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[toolchain]
channel = "nightly-2024-05-01"
channel = "nightly-2024-05-10"
components = ["rustfmt", "clippy", "rust-analyzer", "rust-src"]

0 comments on commit d7be675

Please sign in to comment.