Skip to content

Commit 0b6d215

Browse files
committed
feat!: migrate capsec to CapProvider<P> for transparent scope enforcement, unify error types, add #[must_use], expand prelude, bump to v0.2.0
1 parent f1ab737 commit 0b6d215

4 files changed

Lines changed: 2619 additions & 17 deletions

File tree

Cargo.lock

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ exclude = [
1515
]
1616

1717
[workspace.package]
18-
version = "0.1.9"
18+
version = "0.2.0"
1919
edition = "2024"
2020
rust-version = "1.85.0"
2121
readme = "README.md"
@@ -51,7 +51,7 @@ trybuild = "1"
5151
insta = { version = "1", features = ["yaml"] }
5252

5353
# Internal crates
54-
capsec-core = { path = "crates/capsec-core", version = "0.1.9" }
55-
capsec-macro = { path = "crates/capsec-macro", version = "0.1.9" }
56-
capsec-std = { path = "crates/capsec-std", version = "0.1.9" }
57-
capsec-tokio = { path = "crates/capsec-tokio", version = "0.1.9" }
54+
capsec-core = { path = "crates/capsec-core", version = "0.2.0" }
55+
capsec-macro = { path = "crates/capsec-macro", version = "0.2.0" }
56+
capsec-std = { path = "crates/capsec-std", version = "0.2.0" }
57+
capsec-tokio = { path = "crates/capsec-tokio", version = "0.2.0" }

0 commit comments

Comments
 (0)