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

Commit a55e7d8

Browse files
committed
meadowcap 0.2.0
1 parent 52dad50 commit a55e7d8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

meadowcap/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "meadowcap"
3-
version = "0.1.0"
3+
version = "0.2.0"
44
edition = "2021"
55
description = "A capability system for controlling access to Willow data."
66
license = "MIT OR Apache-2.0"

willow_25/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ dev = ["dep:arbitrary", "willow-data-model/dev", "meadowcap/dev"]
1010
[dependencies]
1111
ed25519-dalek = { version = "2.1.1", features = ["rand_core"] }
1212
willow-data-model = { path = "../data-model", version = "0.2.0" }
13-
meadowcap = { path = "../meadowcap", version = "0.1.0" }
13+
meadowcap = { path = "../meadowcap", version = "0.2.0" }
1414
ufotofu_codec = { version = "0.1.0" }
1515
ufotofu = { version = "0.6.0", features = ["std"] }
1616
rand = "0.8.5"

0 commit comments

Comments
 (0)