Skip to content

Commit

Permalink
Update dependencies to git links.
Browse files Browse the repository at this point in the history
  • Loading branch information
romixlab committed Dec 1, 2023
1 parent 1553cdc commit 2dfc919
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ embedded-display-controller = { version = "^0.1.0", optional = true }
log = { version = "0.4.14", optional = true} # see also the dev-dependencies section
fdcan = { version = "0.2", optional = true }
embedded-storage = "0.3"
embedded-dsi = { path = "../embedded-hal/embedded-dsi", optional = true }
embedded-dsi = { git = "https://github.com/romixlab/embedded-hal.git", branch = "dsi", optional = true }

[dependencies.smoltcp]
version = "0.10.0"
Expand Down Expand Up @@ -82,7 +82,7 @@ usbd-serial = "0.2.0"
numtoa = "0.2.3"
tinybmp = "0.5"
embedded-graphics = "0.8"
otm8009a = { path = "../otm8009a" }
otm8009a = { git = "https://github.com/romixlab/otm8009a.git" }
eg-seven-segment = "0.2.0"
ft6236 = { git = "https://github.com/romixlab/ft6236.git" }

Expand Down

0 comments on commit 2dfc919

Please sign in to comment.