Skip to content

Commit

Permalink
chore: Add versions to the path-dependencies to unblock publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
khorolets committed Jun 6, 2023
1 parent 6b0696e commit 15d8e08
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions lake-context-derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,3 @@ proc-macro = true
[dependencies]
syn = "2.0"
quote = "1.0"

[dev-dependencies]
near-lake-parent-transaction-cache = { path = "../lake-parent-transaction-cache", version = "0.8.0-beta.1" }
2 changes: 1 addition & 1 deletion lake-framework/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ once_cell = "1.8.0"
diesel = { version = "2", features = ["postgres_backend", "postgres"] }

# used by with_context_parent_tx_cache example
near-lake-parent-transaction-cache = { path = "../lake-parent-transaction-cache" }
near-lake-parent-transaction-cache = { path = "../lake-parent-transaction-cache", version = "0.8.0-beta.1" }

0 comments on commit 15d8e08

Please sign in to comment.