This commit is contained in:
Phil Booth 2019-02-11 20:10:27 +00:00
Родитель f114c7864f
Коммит 1a3ed5788a
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 36FBB106F9C32516
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"