Skip to content

Commit

Permalink
SFT-3384: Add version to foundation-arena.
Browse files Browse the repository at this point in the history
* Cargo.toml (workspace.dependencies): Add version to foundation-arena.

Signed-off-by: Jean-Pierre De Jesus DIAZ <[email protected]>
  • Loading branch information
jeandudey committed Feb 16, 2024
1 parent 1b0f1aa commit 74a842c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ serde_json = "1"
uuid = { version = "1", default-features = false }

# The crates in this workspace.
foundation-arena = { path = "arena" }
foundation-arena = { version = "0.1.0", path = "arena" }
foundation-codecs = { path = "codecs" }
foundation-test-vectors = { path = "test-vectors" }
foundation-urtypes = { path = "urtypes" }
Expand Down

0 comments on commit 74a842c

Please sign in to comment.