Skip to content

Commit 2e2a3b6

Browse files
committed
my bad
Signed-off-by: Shaobo He <[email protected]>
1 parent fc4cfa2 commit 2e2a3b6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cedar-policy-core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ prost = { version = "0.13", optional = true }
4646

4747
[features]
4848
# by default, enable all Cedar extensions
49-
default = ["ipaddr", "decimal"]
49+
default = ["ipaddr", "decimal", "datetime"]
5050
ipaddr = []
5151
decimal = ["dep:regex"]
5252
datetime = ["dep:chrono", "dep:regex"]

cedar-policy-validator/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ prost = { version = "0.13", optional = true }
3838

3939
[features]
4040
# by default, enable all Cedar extensions
41-
default = ["ipaddr", "decimal"]
41+
default = ["ipaddr", "decimal", "datetime"]
4242
# when enabling a feature, make sure that the Core feature is also enabled
4343
ipaddr = ["cedar-policy-core/ipaddr"]
4444
decimal = ["cedar-policy-core/decimal"]

0 commit comments

Comments
 (0)