Update version

This commit is contained in:
Fabrice Reix 2020-08-28 11:12:24 +02:00
parent d849e0d1b3
commit 874c7c2def
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -520,7 +520,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "hurl"
version = "0.99.12"
version = "0.99.13"
dependencies = [
"atty 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
"base64 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",

View File

@ -1,6 +1,6 @@
[package]
name = "hurl"
version = "0.99.12"
version = "0.99.13"
authors = ["Fabrice Reix <fabrice.reix@orange.com>"]
edition = "2018"
build = "build.rs"