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]