Skip to content
This repository has been archived by the owner on Jan 11, 2024. It is now read-only.

use tag versioning for ipc-actors #149

Merged
merged 1 commit into from
Apr 10, 2023
Merged

use tag versioning for ipc-actors #149

merged 1 commit into from
Apr 10, 2023

Conversation

adlrocha
Copy link
Contributor

As we are making changes to IPC actors, we may introduce changes that are not backward compatible for the agent. To clearly tag the version of actors an IPC agent is compatible with, this PR introduces tagged version to the IPC actors dependency.

In the future, we should use proper versions through a published crate instead of pointing to a tag in a repo, but for now, as the code is not yet stable and we expect changes quite often, it is more comfortable to publish always the same cargo version v0.0.1 and use tag to determine the github release of the actors a version of the agent is compatible with.

@adlrocha adlrocha requested review from hmoniz and cryptoAtwill April 10, 2023 12:57
@adlrocha adlrocha merged commit 607cb53 into main Apr 10, 2023
@adlrocha adlrocha deleted the tag-versioning branch April 10, 2023 13:36
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants