Skip to content

Commit

Permalink
downgrade fts-sys and selinux-sys to achieve MSRV 1.70.0 again
Browse files Browse the repository at this point in the history
Specifically:

$ cargo update -p selinux-sys --precise 0.6.10
    Updating crates.io index
      Adding bindgen v0.69.4
      Adding home v0.5.9
      Adding itertools v0.12.1
      Adding lazycell v1.3.0
 Downgrading selinux-sys v0.6.12 -> v0.6.10
      Adding which v4.4.2
$ cargo update -p fts-sys --precise 0.2.9
    Updating crates.io index
    Removing bindgen v0.70.1
 Downgrading fts-sys v0.2.11 -> v0.2.9
  • Loading branch information
BenWiederhake committed Sep 30, 2024
1 parent 57557c6 commit a764f96
Showing 1 changed file with 51 additions and 12 deletions.
63 changes: 51 additions & 12 deletions Cargo.lock

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

0 comments on commit a764f96

Please sign in to comment.