Skip to content

Commit 62ca5cb

Browse files
committed
fix: chrono dep spec
1 parent 2cc1188 commit 62ca5cb

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

Cargo.toml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,12 @@ url = "2.5.4"
3030
metrics = "0.24.1"
3131
metrics-exporter-prometheus = "0.16.2"
3232

33+
# Slot Calc
34+
chrono = "0.4.40"
35+
3336
# Other
3437
thiserror = "2.0.11"
3538
alloy = { version = "0.12.6", optional = true, default-features = false, features = ["std"] }
36-
chrono = { version = "0.4.40", optional = true }
3739

3840
[dev-dependencies]
3941
ajj = "0.3.1"
@@ -43,6 +45,6 @@ signal-hook = "0.3.17"
4345
tokio = { version = "1.43.0", features = ["macros"] }
4446

4547
[features]
46-
default = ["alloy", "perms"]
48+
default = ["alloy"]
4749
alloy = ["dep:alloy"]
48-
perms = ["dep:chrono"]
50+
perms = []

0 commit comments

Comments
 (0)