Skip to content

Commit

Permalink
Fix dependabot (2)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tosainu committed Aug 19, 2024
1 parent 935aac5 commit c075d6d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
3 changes: 0 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@ members = [
"rp2040-adt7310",
]

[workspace.dependencies.bp35c0-j11]
path = "bp35c0-j11"

# cargo build/run
[profile.dev]
codegen-units = 1
Expand Down
4 changes: 2 additions & 2 deletions rp2040-log-to-cdc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ default = ["adafruit-feather-rp2040"]
adafruit-feather-rp2040 = ["dep:adafruit-feather-rp2040"]
rp-pico = ["dep:rp-pico"]

[dependencies]
bp35c0-j11.workspace = true
[dependencies.bp35c0-j11]
path = "../bp35c0-j11"

[dependencies.adafruit-feather-rp2040]
version = "0.8.0"
Expand Down

0 comments on commit c075d6d

Please sign in to comment.