https://github.com/mozilla/fxa-email-service/pull/275
r=shane-tomlinson
This commit is contained in:
Phil Booth 2019-02-12 09:58:19 +00:00 коммит произвёл GitHub
Родитель f114c7864f 1a3ed5788a
Коммит 3e8c9f8283
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
3 изменённых файлов: 8 добавлений и 2 удалений

Просмотреть файл

@ -1,3 +1,9 @@
## 1.130.0
### Bug fixes
* api: use correct apostrophe character in email address regex (b16f52e)
## 1.127.0
### New features

2
Cargo.lock сгенерированный
Просмотреть файл

@ -598,7 +598,7 @@ dependencies = [
[[package]]
name = "fxa_email_service"
version = "1.127.0"
version = "1.130.0"
dependencies = [
"base64 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
"chrono 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",

Просмотреть файл

@ -1,6 +1,6 @@
[package]
name = "fxa_email_service"
version = "1.127.0"
version = "1.130.0"
publish = false
edition = "2018"