File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 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
77A Rust library for decoding JPEGs.
88
@@ -13,7 +13,7 @@ A Rust library for decoding JPEGs.
1313Cargo.toml:
1414``` toml
1515[dependencies ]
16- jpeg-decoder = " 0.2 "
16+ jpeg-decoder = " 0.3 "
1717```
1818
1919main.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 .
You can’t perform that action at this time.
0 commit comments