Skip to content

Commit

Permalink
update path to relative
Browse files Browse the repository at this point in the history
when this crate is used as a git submodule, the path cannot be workspace as the consumer's workspace will not have htis included
  • Loading branch information
DougAnderson444 committed Feb 13, 2024
1 parent 9444f53 commit 44c66ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/delano-events/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ edition = "2021"
[dependencies]
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
delanocreds = { workspace = true }
delano-keys = { workspace = true }
delanocreds = { path = "../delanocreds" }
delano-keys = { path = "../delano-keys" }

0 comments on commit 44c66ea

Please sign in to comment.