Skip to content

Commit

Permalink
Bump MSRV to 1.62.0
Browse files Browse the repository at this point in the history
  • Loading branch information
messense committed Nov 24, 2022
1 parent 1f56630 commit 513da0f
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 16 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -478,7 +478,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@1.61.0
- uses: dtolnay/rust-toolchain@1.62.0
# Caching
- name: Cache cargo build
uses: Swatinem/rust-cache@v2
Expand Down
29 changes: 18 additions & 11 deletions Cargo.lock

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

8 changes: 4 additions & 4 deletions 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.61"
rust-version = "1.62"

[[bin]]
name = "maturin"
Expand All @@ -26,19 +26,19 @@ glob = "0.3.0"
cargo_metadata = "0.15.2"
cargo-options = "0.5.2"
cargo-zigbuild = "0.14.1"
cargo-xwin = { version = "0.12.2", default-features = false }
cargo-xwin = { version = "0.13.0", default-features = false }
cbindgen = { version = "0.24.2", default-features = false }
uniffi_bindgen = "0.21.0"
flate2 = "1.0.18"
goblin = "0.6.0"
human-panic = { version = "1.0.3", optional = true }
keyring = { version = "1.1.1", optional = true }
platform-info = "1.0.0"
regex = "1.4.5"
regex = "1.7.0"
serde = { version = "1.0.141", features = ["derive"] }
serde_json = "1.0.80"
sha2 = "0.10.3"
tar = "0.4.33"
tar = "0.4.38"
tempfile = "3.2.0"
toml_edit = { version = "0.15.0", features = ["easy"] }
zip = { version = "0.6.1", default-features = false, features = ["bzip2", "deflate", "time"] }
Expand Down

0 comments on commit 513da0f

Please sign in to comment.