Skip to content

Commit

Permalink
Merge branch 'main' of github.com:l-kli/cedar-local-agent
Browse files Browse the repository at this point in the history
  • Loading branch information
l-kli committed Nov 14, 2024
2 parents 54e87bc + 87eb3ce commit de471c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/public/simple.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use std::sync::Arc;
use cedar_policy::{Entities, Request, Response};
#[cfg(feature = "partial-eval")]
use cedar_policy::{
PartialResponse, PartialResponse::Concrete, PartialResponse::Residual, ResidualResponse,
PartialResponse,
};
use derive_builder::Builder;
use thiserror::Error;
Expand Down

0 comments on commit de471c9

Please sign in to comment.