From 4de1e7e8843c00119ba36576626f25ca392fc4ae Mon Sep 17 00:00:00 2001 From: shenjack <3695888@qq.com> Date: Sat, 24 Aug 2024 22:58:56 +0800 Subject: [PATCH] =?UTF-8?q?=E6=84=9F=E5=8A=A8=E4=B8=AD=E5=9B=BD=E7=89=B9?= =?UTF-8?q?=E5=88=AB=E8=8A=82=E7=9B=AE=EF=BC=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Cargo.lock | 2 +- sr_download/Cargo.toml | 2 +- update.md | 4 ++++ 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e7057ee..a466c4c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2591,7 +2591,7 @@ dependencies = [ [[package]] name = "sr_download" -version = "1.2.0" +version = "1.2.1" dependencies = [ "anyhow", "axum", diff --git a/sr_download/Cargo.toml b/sr_download/Cargo.toml index 0871f7b..4fa63fa 100644 --- a/sr_download/Cargo.toml +++ b/sr_download/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sr_download" -version = "1.2.0" +version = "1.2.1" edition = "2021" default-run = "sr_download" diff --git a/update.md b/update.md index 4c54634..0fa6f04 100644 --- a/update.md +++ b/update.md @@ -1,5 +1,9 @@ # v1.0 +## 1.2.1 + +我甚至为 IE 优化了一下 (加了一个 `-ms-flex-direction`) + ## 1.2.0 加入了不少 api