From 4e777470174d0891a94a1609151883ce18e99fcb Mon Sep 17 00:00:00 2001 From: imlonghao Date: Tue, 7 Jun 2022 23:37:01 +0800 Subject: [PATCH] feat: localized resource files --- CHANGELOG.md | 1 + Cargo.lock | 4 ++-- Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f9a33a..be48572 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed - Fixed link to the build log +- Localized resource files ## [0.2.6] - 2022-02-14 diff --git a/Cargo.lock b/Cargo.lock index 43cebed..3b3050d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -389,9 +389,9 @@ dependencies = [ [[package]] name = "cached" -version = "0.34.0" +version = "0.34.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "aadf76ddea74bab35ebeb8f1eb115b9bc04eaee42d8acc0d5f477dee6b176c9a" +checksum = "12f5cd208ba696f870238022d81ca1d80ed9d696fd62341c747f2d8f6ecdd9fe" dependencies = [ "async-trait", "async_once", diff --git a/Cargo.toml b/Cargo.toml index c363699..53a9abe 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ actix-web = "4.0.1" ansi-to-html = "0.1.0" anyhow = "1.0.57" bigdecimal = "0.3.0" -cached = "0.34.0" +cached = "0.34.1" chrono = "0.4.19" deadpool-postgres = "0.10.2" enum-display-derive = "0.1.1"