Skip to content

Commit e28629d

Browse files
committed
Add changelog entry for PyO3#1200
1 parent 54affe4 commit e28629d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Changelog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
* **Breaking Change**: Remove support for specifying python package metadata in `Cargo.toml` in [#1200](https://github.com/PyO3/maturin/pull/1200).
11+
Python package metadata should be specified in the `project` section of `pyproject.toml` instead as [PEP 621](https://peps.python.org/pep-0621/) specifies.
1012
* Initial support for shipping bin targets as wasm32-wasi binaries that are run through wasmtime in [#1107](https://github.com/PyO3/maturin/pull/1107).
1113
Note that wasmtime currently only support the five most popular platforms and that wasi binaries have restrictions when interacting with the host.
1214
Usage is by setting `--target wasm32-wasi`.

0 commit comments

Comments
 (0)