Skip to content

Commit

Permalink
ci: fix 1.83clippy, audit (#260)
Browse files Browse the repository at this point in the history
fixes failures in
https://github.com/near/cargo-near/actions/runs/12077533330
- **ci: fix audit lint by upgrading `rustls` (+ `url` warning)**
- **clippy: silence `needless_lifetimes` lint**

---------

Co-authored-by: dj8yf0μl <noreply@nowhere.org>
  • Loading branch information
dj8yfo and dj8yf0μl authored Dec 2, 2024
1 parent 5dfed79 commit c478292
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

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

1 change: 1 addition & 0 deletions cargo-near-build/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#![allow(clippy::needless_lifetimes)]
//! ## Crate features
//!
//! * **build_script** -
Expand Down

0 comments on commit c478292

Please sign in to comment.