Skip to content

Commit

Permalink
exe-unit: fix mock-runtime dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
kamirr committed Sep 12, 2024
1 parent e8c7acc commit 1572b5b
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 89 deletions.
139 changes: 51 additions & 88 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion exe-unit/components/mock-runtime/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ ya-runtime-api = "0.7"

# Dependancies for ExeUnit testing utils
ya-client-model.workspace = true
ya-core-model = {version = "^0.9", features = ["activity", "appkey"]}
ya-core-model = {workspace = true, features = ["activity", "appkey"]}
ya-exe-unit = "0.4"
ya-framework-basic = {version = "0.1"}
ya-sb-router = "0.6"
Expand Down

0 comments on commit 1572b5b

Please sign in to comment.