|
4 | 4 | [![Crates.io][crates-badge]][crates-url] |
5 | 5 | [![MIT licensed][mit-badge]][mit-url] |
6 | 6 | [![Build Status][circleci-badge]][circleci-url] |
7 | | -[![Rust 1.65+][version-badge]][version-url] |
| 7 | +[![Rust][version-badge]][version-url] |
8 | 8 | [![FOSSA Status][fossa-badge]][fossa-url] |
9 | 9 | [![Docs][docs-badge]][docs-url] |
10 | 10 | [![BuyMeaCoffee][bmac-badge]][bmac-url] |
@@ -57,22 +57,20 @@ Licensed under either of |
57 | 57 |
|
58 | 58 | at your option. |
59 | 59 |
|
60 | | -[apache-url]: http://www.apache.org/licenses/LICENSE-2.0 |
61 | | -[mit-url]: http://opensource.org/licenses/MIT |
62 | | - |
63 | 60 | ## Contribution |
64 | 61 |
|
65 | 62 | Unless you explicitly state otherwise, any contribution intentionally submitted |
66 | 63 | for inclusion in the work by you, as defined in the Apache-2.0 license, shall be |
67 | 64 | dual licensed as above, without any additional terms or conditions. |
68 | 65 |
|
| 66 | +[apache-url]: http://www.apache.org/licenses/LICENSE-2.0 |
69 | 67 | [crates-badge]: https://img.shields.io/crates/v/lambda_sqs.svg |
70 | 68 | [crates-url]: https://crates.io/crates/lambda_sqs |
71 | 69 | [mit-badge]: https://img.shields.io/badge/license-MIT-blue.svg |
72 | 70 | [mit-url]: https://github.com/jerusdp/lambda_sqs/blob/main/LICENSE |
73 | 71 | [circleci-badge]: https://dl.circleci.com/status-badge/img/gh/jerus-org/lambda_sqs/tree/main.svg?style=svg |
74 | 72 | [circleci-url]: https://dl.circleci.com/status-badge/redirect/gh/jerus-org/lambda_sqs/tree/main |
75 | | -[version-badge]: https://img.shields.io/badge/rust-1.65+-orange.svg |
| 73 | +[version-badge]: https://img.shields.io/badge/rust-1.78+-orange.svg |
76 | 74 | [version-url]: https://www.rust-lang.org |
77 | 75 | [fossa-badge]: https://app.fossa.com/api/projects/custom%2B22707%2Fgit%40github.com%3Ajerusdp%2Flambda_sqs.git.svg?type=shield |
78 | 76 | [fossa-url]: https://app.fossa.com/projects/custom%2B22707%2Fgit%40github.com%3Ajerusdp%2Flambda_sqs.git?ref=badge_shield |
|
0 commit comments