Skip to content

Commit

Permalink
fix deps and publish order (#1248)
Browse files Browse the repository at this point in the history
  • Loading branch information
noise64 authored Jan 18, 2025
1 parent df51498 commit 3837478
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion 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 Makefile.toml
Original file line number Diff line number Diff line change
Expand Up @@ -382,8 +382,8 @@ dependencies = [
"publish-golem-rib",
"publish-golem-common",
"publish-golem-client",
"publish-golem-test-framework",
"publish-golem-service-base",
"publish-golem-test-framework",
"publish-golem-cli",
]

Expand Down
2 changes: 0 additions & 2 deletions golem-service-base/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,6 @@ uuid = { workspace = true }
wasmtime = { workspace = true }

[dev-dependencies]
golem-test-framework = { path = "../golem-test-framework", version = "0.0.0" }

assert2 = { workspace = true }
proptest = { workspace = true }
tempfile = { workspace = true }
Expand Down

0 comments on commit 3837478

Please sign in to comment.