File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 2
2
3
3
[ ![ Rust CI] ( https://github.com/image-rs/jpeg-decoder/workflows/Rust%20CI/badge.svg )] ( https://github.com/image-rs/jpeg-decoder/actions )
4
4
[ ![ 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 )
6
6
7
7
A Rust library for decoding JPEGs.
8
8
@@ -13,7 +13,7 @@ A Rust library for decoding JPEGs.
13
13
Cargo.toml:
14
14
``` toml
15
15
[dependencies ]
16
- jpeg-decoder = " 0.2 "
16
+ jpeg-decoder = " 0.3 "
17
17
```
18
18
19
19
main.rs:
@@ -33,6 +33,6 @@ fn main() {
33
33
34
34
## Requirements
35
35
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