33 <p align =" center " >
44 <a href="https://docs.rs/mockito"><img src="https://docs.rs/mockito/badge.svg"></a>
55 <a href="https://crates.io/crates/mockito"><img src="https://img.shields.io/crates/v/mockito.svg"></a>
6- <img src="https://img.shields.io/badge/rust%20version-%3E%3D1.70 .0-orange">
6+ <img src="https://img.shields.io/badge/rust%20version-%3E%3D1.85 .0-orange">
77 <a href="https://crates.io/crates/mockito"><img src="https://img.shields.io/crates/d/mockito"></a>
88 <a href="https://github.com/lipanski/mockito/actions/workflows/tests.yml/?branch=master"><img src="https://github.com/lipanski/mockito/actions/workflows/tests.yml/badge.svg?branch=master"></a>
99 </p >
1010 <p align =" center " ><em >HTTP mocking for Rust!</em ></p >
1111</p >
1212
13- Mockito is a library for ** generating and delivering HTTP mocks** in Rust. You can use it for integration testing
13+ Mockito is a library for ** generating and delivering HTTP mocks** in Rust. You can use it for integration testing
1414or offline work. Mockito runs a local pool of HTTP servers which create, deliver and remove the mocks.
1515
1616## Features
@@ -25,7 +25,6 @@ or offline work. Mockito runs a local pool of HTTP servers which create, deliver
2525- Simple, intuitive API
2626- An awesome logo
2727
28-
2928The full documentation is available at < https://docs.rs/mockito > .
3029
3130Before upgrading, make sure to check out the [ changelog] ( https://github.com/lipanski/mockito/releases ) .
@@ -139,7 +138,7 @@ fn main() {
139138
140139## Minimum supported Rust toolchain
141140
142- The current minimum support Rust toolchain is ** 1.70 .0**
141+ The current minimum support Rust toolchain is ** 1.85 .0**
143142
144143## Contribution Guidelines
145144
@@ -161,7 +160,7 @@ cargo test
161160...or run tests using a different toolchain:
162161
163162``` sh
164- rustup run --install 1.70 .0 cargo test
163+ rustup run --install 1.85 .0 cargo test
165164```
166165
167166...or run tests while disabling the default features (e.g. the colors):
0 commit comments