diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index f120527..347d7cb 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -14,7 +14,7 @@ jobs: - stable - beta - nightly - - 1.67.0 + - 1.69.0 os: - ubuntu-latest - windows-latest diff --git a/Cargo.toml b/Cargo.toml index d366dae..3b3400c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ documentation = "https://docs.rs/rocket_cors/" keywords = ["rocket", "cors"] categories = ["web-programming"] edition = "2021" -rust-version = "1.67" +rust-version = "1.69" [features] default = ["serialization"]