Skip to content

Commit

Permalink
fix: Invalid dependency path
Browse files Browse the repository at this point in the history
  • Loading branch information
Leander Beernaert committed Jan 12, 2025
1 parent 9db750c commit 16d90be
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions you-have-mail-mobile/Cargo.lock

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

4 changes: 2 additions & 2 deletions you-have-mail-mobile/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ name = "youhavemail"

[dependencies]
uniffi = { version = "0.28.3", features = ["cli"] }
#you-have-mail-common = { git = "https://github.com/LeanderBB/you-have-mail-common" }
you-have-mail-common = { path = "../../you-have-mail-common/youhavemail" }
you-have-mail-common = { git = "https://github.com/LeanderBB/you-have-mail-common" }
#you-have-mail-common = { path = "../../you-have-mail-common/youhavemail" }
thiserror = "2"
parking_lot = "0.12"
tracing = "0.1"
Expand Down

0 comments on commit 16d90be

Please sign in to comment.