Skip to content

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

Description

@rodibozman

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions