Skip to content

Commit

Permalink
Prepare for release 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiojmendes committed Sep 20, 2024
1 parent 617505b commit cca3635
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "doorsys-firmware"
version = "0.2.0"
version = "0.2.1"
authors = ["Fabio Mendes <[email protected]>"]
edition = "2021"
resolver = "2"
Expand All @@ -27,9 +27,9 @@ esp-idf-svc = { version = "0.49", features = [
] }
embedded-svc = { version = "*", features = ["use_serde"] }
# Application Dependencies
doorsys-protocol = { path = "../doorsys-protocol/" }
doorsys-protocol = { git = "https://github.com/fabiojmendes/doorsys-protocol.git", tag = "v0.2.0" }
anyhow = "1"
serde = { version = "1", default-features = false }
serde = { version = "1", features = ["derive"] }
postcard = { version = "1", features = ["alloc"] }
toml = { version = "0.8", default-features = false, features = ["parse"] }

Expand Down

0 comments on commit cca3635

Please sign in to comment.