Skip to content

Commit 6d1bd9e

Browse files
authored
Merge pull request #266 from atouchet/rdme
Update Readme version numbers and formatting
2 parents f33e507 + 4005bba commit 6d1bd9e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[![Rust CI](https://github.com/image-rs/jpeg-decoder/workflows/Rust%20CI/badge.svg)](https://github.com/image-rs/jpeg-decoder/actions)
44
[![AppVeyor Build Status](https://ci.appveyor.com/api/projects/status/k65rrkd0f8yb4o9w/branch/master?svg=true)](https://ci.appveyor.com/project/kaksmet/jpeg-decoder/branch/master)
5-
[![Crates.io](https://img.shields.io/crates/v/jpeg-decoder.svg)](https://crates.io/crates/jpeg-decoder)
5+
[![crates.io](https://img.shields.io/crates/v/jpeg-decoder.svg)](https://crates.io/crates/jpeg-decoder)
66

77
A Rust library for decoding JPEGs.
88

@@ -13,7 +13,7 @@ A Rust library for decoding JPEGs.
1313
Cargo.toml:
1414
```toml
1515
[dependencies]
16-
jpeg-decoder = "0.2"
16+
jpeg-decoder = "0.3"
1717
```
1818

1919
main.rs:
@@ -33,6 +33,6 @@ fn main() {
3333

3434
## Requirements
3535

36-
This crate compiles with rust >= 1.48. Minimum Supported Rust Version:
37-
- All releases `0.1.*` compile with rust >= 1.36.
38-
- The releases `0.2.*` may bump Rust Version requirements (TBD).
36+
This crate compiles with Rust >= 1.61. Minimum supported Rust version:
37+
- All releases `0.1.*` compile with Rust >= 1.36.
38+
- All releases `0.2.*` compile with Rust >= 1.48.

0 commit comments

Comments
 (0)