Skip to content

Commit

Permalink
Update MSRV to 1.67
Browse files Browse the repository at this point in the history
  • Loading branch information
jmjoy committed Nov 13, 2023
1 parent 0de5297 commit 72c2a91
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ authors = ["PHPER Framework Team", "jmjoy <jmjoy@apache.org>"]
edition = "2021"
license = "MulanPSL-2.0"
repository = "https://github.com/phper-framework/phper"
rust-version = "1.65"
rust-version = "1.67"

[workspace.dependencies]
phper = { version = "0.12.0", path = "./phper" }
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ The framework that allows us to write PHP extensions using pure and safe Rust wh

### Necessary

- **rust** 1.65 or later
- **rust** 1.67 or later
- **libclang** 9.0 or later
- **php** 7.0 or later

Expand Down
2 changes: 1 addition & 1 deletion rust-toolchain.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@
# See the Mulan PSL v2 for more details.

[toolchain]
channel = "1.65"
channel = "1.67"
components = ["clippy", "rustfmt"]

0 comments on commit 72c2a91

Please sign in to comment.