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

Actually remove scale-info from tree and prep for 0.11.1 #49

Merged
merged 1 commit into from
Feb 16, 2024

Conversation

jsdw
Copy link
Collaborator

@jsdw jsdw commented Feb 16, 2024

scale-info wa still being pulled in via scale-type-resolver. This has now been fixed.

Dependency tree with default (ie all) features enabled:

 % cargo tree -e no-dev  
scale-decode v0.11.1 (/Users/james/Work/scale-decode/scale-decode)
├── derive_more v0.99.17 (proc-macro)
│   ├── proc-macro2 v1.0.51
│   │   └── unicode-ident v1.0.6
│   ├── quote v1.0.23
│   │   └── proc-macro2 v1.0.51 (*)
│   └── syn v1.0.109
│       ├── proc-macro2 v1.0.51 (*)
│       ├── quote v1.0.23 (*)
│       └── unicode-ident v1.0.6
├── parity-scale-codec v3.4.0
│   ├── arrayvec v0.7.2
│   ├── byte-slice-cast v1.2.2
│   ├── impl-trait-for-tuples v0.2.2 (proc-macro)
│   │   ├── proc-macro2 v1.0.51 (*)
│   │   ├── quote v1.0.23 (*)
│   │   └── syn v1.0.109 (*)
│   └── parity-scale-codec-derive v3.1.4 (proc-macro)
│       ├── proc-macro-crate v1.3.1
│       │   ├── once_cell v1.17.1
│       │   └── toml_edit v0.19.4
│       │       ├── indexmap v1.9.2
│       │       │   └── hashbrown v0.12.3
│       │       │   [build-dependencies]
│       │       │   └── autocfg v1.1.0
│       │       ├── toml_datetime v0.6.1
│       │       └── winnow v0.3.3
│       ├── proc-macro2 v1.0.51 (*)
│       ├── quote v1.0.23 (*)
│       └── syn v1.0.109 (*)
├── primitive-types v0.12.1
│   ├── fixed-hash v0.8.0
│   │   └── static_assertions v1.1.0
│   └── uint v0.9.5
│       ├── byteorder v1.4.3
│       ├── crunchy v0.2.2
│       ├── hex v0.4.3
│       └── static_assertions v1.1.0
├── scale-bits v0.5.0
│   ├── parity-scale-codec v3.4.0 (*)
│   └── scale-type-resolver v0.1.1
├── scale-decode-derive v0.11.1 (proc-macro) (/Users/james/Work/scale-decode/scale-decode-derive)
│   ├── darling v0.14.3
│   │   ├── darling_core v0.14.3
│   │   │   ├── fnv v1.0.7
│   │   │   ├── ident_case v1.0.1
│   │   │   ├── proc-macro2 v1.0.51 (*)
│   │   │   ├── quote v1.0.23 (*)
│   │   │   ├── strsim v0.10.0
│   │   │   └── syn v1.0.109 (*)
│   │   └── darling_macro v0.14.3 (proc-macro)
│   │       ├── darling_core v0.14.3 (*)
│   │       ├── quote v1.0.23 (*)
│   │       └── syn v1.0.109 (*)
│   ├── proc-macro2 v1.0.51 (*)
│   ├── quote v1.0.23 (*)
│   └── syn v1.0.109 (*)
├── scale-type-resolver v0.1.1
└── smallvec v1.10.0

@jsdw jsdw requested a review from a team as a code owner February 16, 2024 10:51
@jsdw jsdw merged commit 01de55c into main Feb 16, 2024
10 checks passed
@jsdw jsdw deleted the jsdw-remove-scale-info-for-real branch February 16, 2024 11:15
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.

4 participants