From 2aa652e0b000dc0bba3d1cd0885bf310e272efef Mon Sep 17 00:00:00 2001 From: shaobo-he-aws <130499339+shaobo-he-aws@users.noreply.github.com> Date: Wed, 22 Jan 2025 14:01:49 -0800 Subject: [PATCH] Backport #1434 to main (#1438) Signed-off-by: Shaobo He Co-authored-by: Craig Disselkoen --- cedar-policy/CHANGELOG.md | 9 ++++++++- cedar-policy/Cargo.toml | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/cedar-policy/CHANGELOG.md b/cedar-policy/CHANGELOG.md index 8c0574c99..d07fcf326 100644 --- a/cedar-policy/CHANGELOG.md +++ b/cedar-policy/CHANGELOG.md @@ -13,7 +13,14 @@ Starting with version 3.2.4, changes marked with a star (*) are _language breaki ## [Unreleased] Cedar Language Version: TBD -## [4.3.0] - Coming soon +## [4.3.1] - Coming soon +Cedar Language Version: 4.2 + +### Fixed + +- Disable doc generation for feature `protobufs`, unblocking that for other features (#1434) + +## [4.3.0] - 2025-01-21 Cedar Language Version: 4.2 ### Added diff --git a/cedar-policy/Cargo.toml b/cedar-policy/Cargo.toml index 20bc302be..55fa7f565 100644 --- a/cedar-policy/Cargo.toml +++ b/cedar-policy/Cargo.toml @@ -96,7 +96,7 @@ name = "deeply_nested_est" harness = false [package.metadata.docs.rs] -features = ["experimental"] +features = ["partial-eval", "permissive-validate", "partial-validate", "level-validate", "entity-manifest", "datetime"] rustdoc-args = ["--cfg", "docsrs"] [lints]