Skip to content
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

Allow syn 2.0 #1617

Merged
merged 1 commit into from
May 18, 2023
Merged

Allow syn 2.0 #1617

merged 1 commit into from
May 18, 2023

Conversation

messense
Copy link
Member

While it's unfortunate to have more duplicate dependencies, most of them have already upgraded to syn 2.0.

$ cargo tree -i syn@1.0.109 --target=all
syn v1.0.109
├── ctor v0.1.26 (proc-macro)
│   └── pretty_assertions v1.3.0
│       [dev-dependencies]
│       └── maturin v0.15.2 (/Users/messense/Projects/maturin)
└── scroll_derive v0.11.0 (proc-macro)
    └── scroll v0.11.0
        └── goblin v0.6.1
            ├── fat-macho v0.4.6
            │   └── maturin v0.15.2 (/Users/messense/Projects/maturin)
            ├── lddtree v0.3.2
            │   └── maturin v0.15.2 (/Users/messense/Projects/maturin)
            └── maturin v0.15.2 (/Users/messense/Projects/maturin)

syn v1.0.109
└── cbindgen v0.24.3
    └── maturin v0.15.2 (/Users/messense/Projects/maturin)

@messense messense added dependencies Something related to dependencies rust Pull requests that update Rust code labels May 18, 2023
@netlify
Copy link

netlify bot commented May 18, 2023

Deploy Preview for maturin-guide ready!

Name Link
🔨 Latest commit f6a7d70
🔍 Latest deploy log https://app.netlify.com/sites/maturin-guide/deploys/6466155651f7340008806d25
😎 Deploy Preview https://deploy-preview-1617--maturin-guide.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

@messense messense enabled auto-merge May 18, 2023 12:09
@messense messense added this pull request to the merge queue May 18, 2023
Merged via the queue into PyO3:main with commit 466f9b8 May 18, 2023
@messense messense deleted the syn-2 branch May 18, 2023 13:12
bmwiedemann pushed a commit to bmwiedemann/openSUSE that referenced this pull request May 21, 2023
https://build.opensuse.org/request/show/1088131
by user mia + dimstar_suse
- Update to v0.15.3:
  * Fix cross-compile to Apple universal2 in the other platform
    gh#PyO3/maturin#1613
  * Remove serde(flatten) to improve error messages
    gh#PyO3/maturin#1616
  * Allow syn 2.0
    gh#PyO3/maturin#1617
  * describe the need for module-name
    gh#PyO3/maturin#1604
  * Add PEP 517 config_settings support
    gh#PyO3/maturin#1619
  * Keep file mode on Unix
    gh#PyO3/maturin#1622
- Changes in v0.15.2:
  * Remove bors
    gh#PyO3/maturin#1602
  * When determining the python module name, use pyproject.toml
    project.name over Cargo.toml package.name.
    gh#PyO3/maturin#1608
  * Warn on missing python-source contents
    gh#PyO3/maturin#1607
  * Fix rewriting dev-dependencies in sdist
    gh#PyO3/maturin#1610
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Something related to dependencies rust Pull requests that update Rust code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant