Skip to content

Commit d43a5d7

Browse files
Fixed minimum Rust version.
1 parent f3cbb24 commit d43a5d7

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## Version 0.6.4
2+
- Fixed minimum Rust version in README (raised from 1.47 to 1.54, see release 0.6.3 for more information).
3+
14
## Version 0.6.3
25
- This is a maintenance release that updates all dependencies to the most recent version.
36
- Bumped minimum Rust version to 1.54 due to transitive dependency.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "httpmock"
3-
version = "0.6.3"
3+
version = "0.6.4"
44
authors = ["Alexander Liesenfeld <[email protected]>"]
55
edition = "2018"
66
description = "HTTP mocking library for Rust"

0 commit comments

Comments
 (0)