Skip to content

Commit

Permalink
Merge pull request #330 from nyx-space/dependabot/cargo/lexical-core-…
Browse files Browse the repository at this point in the history
…1.0.1

Update lexical-core requirement from 0.8.5 to 1.0.1
  • Loading branch information
ChristopherRabotin committed Sep 18, 2024
2 parents 6cc1b5f + bb64271 commit 888d365
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
] }
Expand Down

0 comments on commit 888d365

Please sign in to comment.