Increase minimum Rust version tested in CI to 1.63.0.

The latest version of tempfile (because of its dependency rustix, at
least) requires 1.63.0. Similarly, the latest version of Tokio
requires it. The latest Chrono also requires 1.57.0.

Add a clippy.toml that prevents Clippy from recommending changes that
require a newer toolchain. This is required or else the `clippy` job
fails with advice to use APIs that are only in later versions.
2 files changed
tree: 7c49110887d88a668b415d46d2e86190989b1db4
  1. .github/
  2. interop-tests/
  3. tuf/
  4. .gitattributes
  5. .gitignore
  6. Cargo.toml
  7. clippy.toml
  8. LICENSE-APACHE
  9. LICENSE-MIT
  10. MAINTAINERS
  11. README.md
  12. rustfmt.toml
README.md

rust-tuf

A Rust implementation of The Update Framework (TUF).

Full documentation is hosted at docs.rs.

Warning: Beta Software

This is under active development and may not suitable for production use. Further, the API is unstable and you should be prepared to refactor on even patch releases.

Contributing

Please make all pull requests to the develop branch.

Bugs

This project has a full disclosure policy on security related errors. Please treat these errors like all other bugs and file a public issue. Errors communicated via other channels will be immediately made public.

Legal

License

This work is dual licensed under the MIT and Apache-2.0 licenses. See LICENSE-MIT and LICENSE-APACHE for details.