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

Update build.rs and remove serde and regex dependencies. #896

Merged
merged 1 commit into from
May 4, 2020

Conversation

m-ou-se
Copy link
Contributor

@m-ou-se m-ou-se commented May 4, 2020

Before:

[build-dependencies]
├── regex v1.3.7
│   └── regex-syntax v0.6.17
├── serde v1.0.106
│   └── serde_derive v1.0.106
│       ├── proc-macro2 v1.0.10
│       │   └── unicode-xid v0.2.0
│       ├── quote v1.0.3
│       │   └── proc-macro2 v1.0.10 (*)
│       └── syn v1.0.17 (*)
│           ├── proc-macro2 v1.0.10 (*)
│           ├── quote v1.0.3 (*)
│           └── unicode-xid v0.2.0
├── serde_json v1.0.51
│   ├── itoa v0.4.5
│   ├── ryu v1.0.3
│   └── serde v1.0.106 (*)
└── version_check v0.9.1

After:

[build-dependencies]
└── version_check v0.9.1

Copy link
Member

@kngwyu kngwyu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Quite good, thanks!

@davidhewitt davidhewitt merged commit c4e68e6 into PyO3:master May 4, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants