Prepare release 2.7.1 (#632)

This commit is contained in:
Jacob Hoffman-Andrews
2023-06-18 17:38:27 -07:00
committed by GitHub
parent 406b41a264
commit d3e9b2d57a
2 changed files with 6 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
# 2.7.1
## Fixed
* Updated serde_json dependency constraint to be >=1.0.97 (#630)
# 2.7.0
## Fixed

View File

@@ -1,6 +1,6 @@
[package]
name = "ureq"
version = "2.7.0"
version = "2.7.1"
authors = ["Martin Algesten <martin@algesten.se>", "Jacob Hoffman-Andrews <ureq@hoffman-andrews.com>"]
description = "Simple, safe HTTP client"
license = "MIT/Apache-2.0"