messense
messense
Please use https://github.com/apache/rocketmq-client-python instead.
The 7.0.0 release notes says `You will need at least Rust 1.59 to use this new release.`, but it's not true, the new `dep:xxx` syntax for Cargo features are [stabilized...
Encountered https://github.com/Rust-SDL2/rust-sdl2/issues/1249 when try to build manylinux wheels on Linux with `bundled` and `static-link` features, https://github.com/Rust-SDL2/rust-sdl2/pull/1250 should fix it. > Make a github action to build wheels for many platforms...
> Could you use make clean build command provided by Pyxel to build instead of calling Maturin directly To do that you need to hard code manylinux docker image for...
I also noticed that there are some dependencies compiled with different versions, for example ``` Compiling miniz_oxide v0.4.4 Compiling miniz_oxide v0.5.3 Compiling miniz_oxide v0.3.7 Compiling deflate v1.0.0 Compiling deflate v0.8.6...
@kitao I'm aware of the these unpolished parts of maturin and plan to address them in the upcoming v0.13.3 release. Ideally the current file structure should just work.
@kitao Please try maturin v0.13.3-beta.6, you can install it by running `pip install maturin==0.13.3b6`.
> It it right result that the sdist doesn't include the python module folder specified by `python-source` with Maturin `sdist` command? Fixed in https://github.com/PyO3/maturin/pull/1102, please try maturin v0.13.3-beta.7.
@kitao `sdist-include` issue fixed in https://github.com/PyO3/maturin/pull/1103, please try maturin v0.13.3-beta.8. If everything goes well, v0.13.3 will be released this week.
@kitao maturin [v0.13.3](https://github.com/PyO3/maturin/releases/tag/v0.13.3) is out.