Skip to content

Commit

Permalink
cargo: auto-upgrade dependencies
Browse files Browse the repository at this point in the history
Note that `built` is kept on `0.7.2` and not latest `0.7.4` because of
error [1].

[1]

error[E0658]: use of unstable library feature 'io_error_other'
  --> /Users/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/built-0.7.3/src/dependencies.rs:24:16
   |
24 |         .ok_or(io::Error::other("Cargo.lock not found"))
   |                ^^^^^^^^^^^^^^^^
   |
   = note: see issue #91946 <rust-lang/rust#91946> for more information
  • Loading branch information
r-bk committed Jul 12, 2024
1 parent 9692bf4 commit 60e6a46
Showing 1 changed file with 229 additions and 246 deletions.
Loading

0 comments on commit 60e6a46

Please sign in to comment.