Skip to content
This repository was archived by the owner on Oct 23, 2025. It is now read-only.

Commit 73dbda6

Browse files
committed
Metadata, again…
1 parent 88e0c34 commit 73dbda6

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

data-model/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "willow-data-model"
33
version = "0.1.0"
44
edition = "2021"
5-
description = "An eventually consistent data store with improved distributed deletion."
5+
description = "The datatypes of Willow, an eventually consistent data store with improved distributed deletion."
66
license = "MIT OR Apache-2.0"
77

88
[features]

meadowcap/Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ willow-encoding = { path = "../encoding", version = "0.1.0" }
1919

2020
[dependencies.willow-data-model]
2121
path = "../data-model"
22-
features = ["dev"]
22+
version = "0.1.0"
23+
2324

2425
[lints]
2526
workspace = true

0 commit comments

Comments
 (0)