fission-codes / fission-cli

Rewrite it in Rust 🦀
Apache License 2.0
1 stars 1 forks source link

bare-metal Dependency duplication #13

Open pinkforest opened 1 year ago

pinkforest commented 1 year ago

cortex-m seems maintained probably need to ask them to bump bare-metal to ^1.0.0

warning[B004]: found 2 duplicate entries for crate 'bare-metal'
  ┌─ /home/foobar/pp/fission-cli/Cargo.lock:7:1
  │  
7 │ ╭ bare-metal 0.2.5 registry+https://github.com/rust-lang/crates.io-index
8 │ │ bare-metal 1.0.0 registry+https://github.com/rust-lang/crates.io-index
  │ ╰──────────────────────────────────────────────────────────────────────^ lock entries
  │  
  = bare-metal v0.2.5
    └── cortex-m v0.7.6
        ├── critical-section v0.2.7
        │   └── atomic-polyfill v0.1.10
        │       ├── heapless v0.7.16
        │       │   ├── bls12_381_plus v0.5.2
        │       │   │   └── signature_bls v0.30.0
        │       │   │       └── did-key v0.1.1
        │       │   │           └── fission v0.1.0
        │       │   └── bls12_381_plus v0.6.0
        │       │       └── did-key v0.1.1 (*)
        │       ├── heapless v0.7.16 (*)
        │       ├── heapless v0.7.16 (*)
        │       └── heapless v0.7.16 (*)
        ├── critical-section v0.2.7 (*)
        ├── critical-section v0.2.7 (*)
        ├── critical-section v0.2.7 (*)
        ├── critical-section v0.2.7 (*)
        ├── critical-section v0.2.7 (*)
        └── critical-section v0.2.7 (*)
  = bare-metal v1.0.0
    ├── critical-section v0.2.7
    │   └── atomic-polyfill v0.1.10
    │       ├── heapless v0.7.16
    │       │   ├── bls12_381_plus v0.5.2
    │       │   │   └── signature_bls v0.30.0
    │       │   │       └── did-key v0.1.1
    │       │   │           └── fission v0.1.0
    │       │   └── bls12_381_plus v0.6.0
    │       │       └── did-key v0.1.1 (*)
    │       ├── heapless v0.7.16 (*)
    │       ├── heapless v0.7.16 (*)
    │       └── heapless v0.7.16 (*)
    └── riscv v0.7.0
        └── critical-section v0.2.7 (*)