From 1602ad4e4af4d320fc94ff298591bf3867124fb5 Mon Sep 17 00:00:00 2001 From: Magic Len Date: Fri, 3 Nov 2023 09:57:47 +0800 Subject: [PATCH] update rocket --- .github/workflows/ci-version.yml | 2 +- .github/workflows/ci.yml | 2 +- Cargo.toml | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci-version.yml b/.github/workflows/ci-version.yml index ee69f30..2c8b7be 100644 --- a/.github/workflows/ci-version.yml +++ b/.github/workflows/ci-version.yml @@ -41,7 +41,7 @@ jobs: - macos-latest - windows-latest toolchain: - - 1.67 + - 1.69 features: - name: Test ${{ matrix.toolchain }} on ${{ matrix.os }} (${{ matrix.features }}) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 30359c0..4f3e860 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -57,7 +57,7 @@ jobs: - macos-latest - windows-latest toolchain: - - 1.67 + - 1.69 features: - name: Test ${{ matrix.toolchain }} on ${{ matrix.os }} (${{ matrix.features }}) diff --git a/Cargo.toml b/Cargo.toml index 5e36390..70d75b3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,9 +1,9 @@ [package] name = "rocket-etag-if-none-match" -version = "0.4.3" +version = "0.4.4" authors = ["Magic Len "] edition = "2021" -rust-version = "1.67" +rust-version = "1.69" repository = "https://github.com/magiclen/rocket-etag-if-none-match" homepage = "https://magiclen.org/rocket-etag-if-none-match" keywords = ["rocket", "server", "web", "etag", "http"] @@ -13,7 +13,7 @@ license = "MIT" include = ["src/**/*", "Cargo.toml", "README.md", "LICENSE"] [dependencies] -rocket = "0.5.0-rc.3" +rocket = "0.5.0-rc.4" entity-tag = "0.1" [dev-dependencies]