Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump MSRV to 1.64.0 #1528

Merged
merged 1 commit into from
Mar 23, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -470,7 +470,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@1.63.0
- uses: dtolnay/rust-toolchain@1.64.0
# Caching
- name: Cache cargo build
uses: Swatinem/rust-cache@v2
Expand Down
20 changes: 10 additions & 10 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ license = "MIT OR Apache-2.0"
keywords = ["python", "cffi", "packaging", "pypi", "pyo3"]
categories = ["api-bindings", "development-tools::ffi", "command-line-utilities"]
edition = "2021"
rust-version = "1.63"
rust-version = "1.64"

[[bin]]
name = "maturin"
Expand Down
2 changes: 1 addition & 1 deletion Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
* **Breaking Change**: [`uniffi_bindgen` CLI](https://mozilla.github.io/uniffi-rs/tutorial/Prerequisites.html#the-uniffi-bindgen-cli-tool) is required for building `uniffi` bindings wheels in [#1352](https://github.com/PyO3/maturin/pull/1352)
* Add Cargo compile targets configuration for filtering multiple bin targets in [#1339](https://github.com/PyO3/maturin/pull/1339)
* Respect `rustflags` settings in cargo configuration file in [#1405](https://github.com/PyO3/maturin/pull/1405)
* Bump MSRV to 1.63.0 in [#1407](https://github.com/PyO3/maturin/pull/1407)
* Add support for uniffi 0.23 in [#1481](https://github.com/PyO3/maturin/pull/1481)
* Add support for custom TLS certificate authority bundle in [#1483](https://github.com/PyO3/maturin/pull/1483)
* Bump MSRV to 1.64.0 in [#1528](https://github.com/PyO3/maturin/pull/1528)

## [0.14.15] - 2023-03-03

Expand Down
2 changes: 1 addition & 1 deletion clippy.toml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
msrv = "1.63.0"
msrv = "1.64.0"
2 changes: 1 addition & 1 deletion tests/cmd/build.stdout
Original file line number Diff line number Diff line change
Expand Up @@ -120,4 +120,4 @@ Options:
Outputs a future incompatibility report at the end of the build (unstable)

-h, --help
Print help information (use `-h` for a summary)
Print help (see a summary with '-h')
2 changes: 1 addition & 1 deletion tests/cmd/develop.stdout
Original file line number Diff line number Diff line change
Expand Up @@ -85,4 +85,4 @@ Options:
Outputs a future incompatibility report at the end of the build (unstable)

-h, --help
Print help information (use `-h` for a summary)
Print help (see a summary with '-h')
2 changes: 1 addition & 1 deletion tests/cmd/generate-ci.stdout
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ Options:
Use zig to do cross compilation

-h, --help
Print help information (use `-h` for a summary)
Print help (see a summary with '-h')
2 changes: 1 addition & 1 deletion tests/cmd/init.stdout
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ Options:
--src Use Python first src layout for mixed Rust/Python project
-b, --bindings <BINDINGS> Which kind of bindings to use [possible values: pyo3, rust-cpython,
cffi, uniffi, bin]
-h, --help Print help information
-h, --help Print help
2 changes: 1 addition & 1 deletion tests/cmd/list-python.stdout
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ Usage: maturin[EXE] list-python [OPTIONS]

Options:
--target <TARGET>
-h, --help Print help information
-h, --help Print help
4 changes: 2 additions & 2 deletions tests/cmd/maturin.stdout
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Commands:
help Print this message or the help of the given subcommand(s)

Options:
-h, --help Print help information
-V, --version Print version information
-h, --help Print help
-V, --version Print version

Visit https://maturin.rs to learn more about maturin.
2 changes: 1 addition & 1 deletion tests/cmd/new.stdout
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ Options:
--src Use Python first src layout for mixed Rust/Python project
-b, --bindings <BINDINGS> Which kind of bindings to use [possible values: pyo3, rust-cpython,
cffi, uniffi, bin]
-h, --help Print help information
-h, --help Print help
2 changes: 1 addition & 1 deletion tests/cmd/publish.stdout
Original file line number Diff line number Diff line change
Expand Up @@ -154,4 +154,4 @@ Options:
Outputs a future incompatibility report at the end of the build (unstable)

-h, --help
Print help information (use `-h` for a summary)
Print help (see a summary with '-h')
2 changes: 1 addition & 1 deletion tests/cmd/sdist.stdout
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ Options:
project's target directory

-h, --help
Print help information (use `-h` for a summary)
Print help (see a summary with '-h')
2 changes: 1 addition & 1 deletion tests/cmd/upload.stdout
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@ Options:
implementations may not support this.)

-h, --help
Print help information (use `-h` for a summary)
Print help (see a summary with '-h')