-
-
Notifications
You must be signed in to change notification settings - Fork 275
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enable extension-module
feature in pyproject.toml
in project templates
#1479
Conversation
✅ Deploy Preview for maturin-guide ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
This has the benefits of that What do you guys think? @konstin @davidhewitt |
5293cb6
to
b1a931d
Compare
b1a931d
to
72fa5b3
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
good idea!
bors r=konstin |
1479: Enable `extension-module` feature in `pyproject.toml` in project templates r=konstin a=messense Implements #325 (comment). Thanks for the idea `@jmhodges!` Co-authored-by: messense <[email protected]>
``` error[E0432]: unresolved import `std::sync::atomic::AtomicU64` --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/minijinja-0.30.3/src/value/mod.rs:111:43 | 111 | use std::sync::atomic::{self, AtomicBool, AtomicU64}; | ^^^^^^^^^ | | | no `AtomicU64` in `sync::atomic` | help: a similar name exists in the module: `AtomicU8` ```
Canceled. |
bors retry |
Build succeeded: |
I think it's less necessary, because it's easy to add a |
Implements #325 (comment).
Thanks for the idea @jmhodges!