Skip to content

Commit

Permalink
Record the rust-version in Cargo.toml and update badges.
Browse files Browse the repository at this point in the history
  • Loading branch information
gendx committed May 6, 2024
1 parent 7d765d2 commit d742ea0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ categories = ["compression"]
keywords = ["lzma", "compression", "decompression"]
exclude = ["tests/*", "benches/*", "fuzz/*", ".github/*", "Cargo.lock"]
edition = "2018"
rust-version = "1.65.0"

[dependencies]
byteorder = "1.4.3"
Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,12 @@

[![Crate](https://img.shields.io/crates/v/lzma-rs.svg?logo=rust)](https://crates.io/crates/lzma-rs)
[![Documentation](https://img.shields.io/docsrs/lzma-rs?logo=rust)](https://docs.rs/lzma-rs)
[![Minimum Rust 1.65](https://img.shields.io/badge/rust-1.65%2B-orange.svg?logo=rust)](https://releases.rs/docs/1.65.0/)
[![Dependencies](https://deps.rs/repo/github/gendx/lzma-rs/status.svg)](https://deps.rs/repo/github/gendx/lzma-rs)
[![Safety Dance](https://img.shields.io/badge/unsafe-forbidden-success.svg?logo=rust)](https://github.com/rust-secure-code/safety-dance/)
![Build Status](https://github.com/gendx/lzma-rs/workflows/Build%20and%20run%20tests/badge.svg)
[![Minimum Rust 1.65](https://img.shields.io/badge/rust-1.65%2B-orange.svg?logo=rust)](https://releases.rs/docs/1.65.0/)
[![Codecov](https://codecov.io/gh/gendx/lzma-rs/branch/master/graph/badge.svg?token=HVo74E0wzh)](https://codecov.io/gh/gendx/lzma-rs)
[![Lines of Code](https://tokei.rs/b1/github/gendx/lzma-rs?category=code)](https://github.com/gendx/lzma-rs)
[![Lines of Code](https://www.aschey.tech/tokei/github/gendx/lzma-rs?category=code)](https://github.com/aschey/vercel-tokei)
[![Downloads (crates.io)](https://img.shields.io/crates/d/lzma-rs?label=downloads&logo=rust)](https://crates.io/crates/lzma-rs)

This project is a decoder for LZMA and its variants written in pure Rust, with focus on clarity.
Expand Down

0 comments on commit d742ea0

Please sign in to comment.