diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml index b6a1993..b5803b9 100644 --- a/.github/workflows/python.yml +++ b/.github/workflows/python.yml @@ -31,6 +31,8 @@ jobs: python-version: '3.11' check-latest: false allow-prereleases: false + - name: Fix openssl regression + run: cargo update openssl-src --precise 300.3.1+3.3.1 - name: Build wheels uses: PyO3/maturin-action@v1 with: diff --git a/Cargo.toml b/Cargo.toml index 789093b..30f1c1a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ pyo3 = { version = "0.22.0", features = [ num-traits = { version = "0.2.15", default-features = false, features = [ "libm", ] } -lexical-core = { version = "0.8.5", default-features = false, features = [ +lexical-core = { version = "1.0.1", default-features = false, features = [ "parse-integers", "parse-floats", ] }