Skip to content

Commit 95b1ffc

Browse files
committed
Make abi3 a default Cargo feature
1 parent fc28857 commit 95b1ffc

File tree

3 files changed

+29
-26
lines changed

3 files changed

+29
-26
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1313

1414
### Changed
1515

16-
- Stop publishing PyPy wheels to PyPI. We still publish all CPython wheels we published previously https://github.com/light-curve/light-curve-python/issues/345 https://github.com/light-curve/light-curve-python/pull/347
16+
- Stop publishing PyPy wheels to PyPI. We still publish all CPython wheels we published
17+
previously https://github.com/light-curve/light-curve-python/issues/345 https://github.com/light-curve/light-curve-python/pull/347
1718
- Bump `pyO3` to 0.21
1819
- Bump `rust-numpy` to 0.21
20+
- "abi3" is a default Cargo feature now
1921

2022
### Deprecated
2123

light-curve/Cargo.lock

Lines changed: 25 additions & 24 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

light-curve/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ lto = true
1818
codegen-units = 1
1919

2020
[features]
21-
default = ["ceres-source", "fftw-source", "gsl", "mimalloc"]
21+
default = ["abi3", "ceres-source", "fftw-source", "gsl", "mimalloc"]
2222
abi3 = ["pyo3/abi3-py38"]
2323
ceres-source = ["light-curve-feature/ceres-source"]
2424
ceres-system = ["light-curve-feature/ceres-system"]

0 commit comments

Comments
 (0)