Skip to content

Commit 09b9b36

Browse files
committed
Fix Cargo.toml of cedar-drt to actually override dependencies version of cedar-policy
Signed-off-by: Charlie Murphy <mutmoth@amazon.com>
1 parent 3b27554 commit 09b9b36

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cedar-drt/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ publish = false
77
[dependencies]
88
libfuzzer-sys = "0.4"
99
cedar-lean-ffi = { path = "../cedar-lean-ffi", version = "4.4.0" }
10-
cedar-policy = { path = "../cedar/cedar-policy", version = "4.4.0" }
10+
cedar-policy = { version = "4.4.0" }
1111
cedar-policy-core = { path = "../cedar/cedar-policy-core", version = "4.4.0", features = ["arbitrary", "entity-manifest"] }
1212
cedar-policy-formatter = { path = "../cedar/cedar-policy-formatter", version = "4.4.0" }
1313
cedar-testing = { path = "../cedar/cedar-testing", version = "4.4.0" }

0 commit comments

Comments
 (0)