Skip to content

Commit

Permalink
Locking menu to a commit
Browse files Browse the repository at this point in the history
  • Loading branch information
ryan-summers committed Apr 5, 2024
1 parent 80f176b commit 52a2214
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions serial-settings/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
menu = {git = "https://github.com/rust-embedded-community/menu", branch = "feature/borrowed-context", features = ["echo"]}
miniconf = "0.9"

menu = {git = "https://github.com/rust-embedded-community/menu", rev = "7ba884993fea57c3661d0f9d7c3cdca639a48701", features = ["echo"]}
heapless = "0.8"
embedded-io = "0.6"
miniconf = "0.9"
yafnv = "0.1"

0 comments on commit 52a2214

Please sign in to comment.