Skip to content

Commit

Permalink
Remove old dependency to fix dependabot (#129)
Browse files Browse the repository at this point in the history
Dependabot seems to be failing because of a dangling reference to the `contracts` crate. This crate was removed in #105 . Removing the dependency from the workspace should fix the issue
  • Loading branch information
wilyle authored Feb 12, 2024
1 parent 2ed8b00 commit e5c5682
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ members = [
cloud-connector-proto = { path = "proto/cloud_connector" }
freyja-build-common = { path = "build_common" }
freyja-common = { path = "common" }
freyja-contracts = { path = "contracts" }
http-mock-data-adapter = { path = "adapters/data/http_mock_data_adapter" }
in-memory-mock-cloud-adapter = { path = "adapters/cloud/in_memory_mock_cloud_adapter" }
in-memory-mock-data-adapter = { path = "adapters/data/in_memory_mock_data_adapter" }
Expand Down

0 comments on commit e5c5682

Please sign in to comment.