diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a4d22f425..5b57e5b06 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -77,13 +77,13 @@ jobs: rust: 1.64.0 python: false # Python bindings compilation on Windows is not supported. - # Minimum Supported Rust Version = 1.61.0 + # Minimum Supported Rust Version = 1.63.0 # # Minimum Supported Python Version = 3.7 # This is the minimum version for which manylinux Python wheels are # built. - os: ubuntu-latest - rust: 1.61.0 + rust: 1.63.0 python: 3.7 runs-on: ${{ matrix.os }} steps: diff --git a/Cargo.toml b/Cargo.toml index d7d0302df..4d09f5492 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "deltachat" version = "1.104.0" edition = "2021" license = "MPL-2.0" -rust-version = "1.61" +rust-version = "1.63" [profile.dev] debug = 0