Skip to content

Commit

Permalink
Merge pull request #26 from Foundation-Devices/jeandudey/sft-3384-rel…
Browse files Browse the repository at this point in the history
…ease-foundation-urtypes-010-to-cratesio

SFT-3384: Add foundation-arena metadata.
  • Loading branch information
jeandudey authored Feb 16, 2024
2 parents 4153b39 + 74a842c commit 71f4b9e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions 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
3 changes: 3 additions & 0 deletions arena/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
[package]
name = "foundation-arena"
version = "0.1.0"
homepage.workspace = true
description = "Heapless arena allocator"
edition = "2021"
license = "GPL-3.0-or-later"

[dependencies]

0 comments on commit 71f4b9e

Please sign in to comment.