Skip to content

Commit

Permalink
update rocket
Browse files Browse the repository at this point in the history
  • Loading branch information
magiclen committed Nov 3, 2023
1 parent 34e23ce commit 1602ad4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- macos-latest
- windows-latest
toolchain:
- 1.67
- 1.69
features:
-
name: Test ${{ matrix.toolchain }} on ${{ matrix.os }} (${{ matrix.features }})
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
- macos-latest
- windows-latest
toolchain:
- 1.67
- 1.69
features:
-
name: Test ${{ matrix.toolchain }} on ${{ matrix.os }} (${{ matrix.features }})
Expand Down
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[package]
name = "rocket-etag-if-none-match"
version = "0.4.3"
version = "0.4.4"
authors = ["Magic Len <len@magiclen.org>"]
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"]
Expand All @@ -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]
Expand Down

0 comments on commit 1602ad4

Please sign in to comment.