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

Deps: replace parse-display-derive dependency from tezos_data_encoding #82

Open
rodibozman opened this issue Aug 20, 2024 · 0 comments
Open

Comments

@rodibozman
Copy link

Recently noticed this:

warning: the following packages contain code that will be rejected by a future version of Rust: parse-display-derive v0.4.1

And from cargo tree:

│   │           ├── tezos_crypto_rs v0.6.0
                   ...
│   │           │   ├── tezos_data_encoding v0.6.0
                        ...
│   │           │   │   ├── tezos_data_encoding_derive v0.6.0 (proc-macro)
│   │           │   │   │   ├── lazy_static v1.4.0
│   │           │   │   │   ├── once_cell v1.17.1
│   │           │   │   │   ├── parse-display v0.4.1
│   │           │   │   │   │   ├── once_cell v1.17.1
│   │           │   │   │   │   ├── parse-display-derive v0.4.1 (proc-macro)

Might cause some issues in the future if we decide to upgrade our Rust version.

@rodibozman rodibozman changed the title Replace parse-display-derive dependency from tezos_data_encoding Deps: replace parse-display-derive dependency from tezos_data_encoding Aug 20, 2024
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

No branches or pull requests

1 participant