Skip to content

Commit

Permalink
feat: enable 'std' feature on the 'time' crate in 'pavex'
Browse files Browse the repository at this point in the history
  • Loading branch information
LukeMathWalker committed Jun 23, 2024
1 parent 13ff1e0 commit f55913f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/pavex/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ uuid = { workspace = true, features = ["v7"], optional = true }
type-safe-id = { workspace = true }

# Time facilities
time = { workspace = true, features = ["serde"], optional = true }
time = { workspace = true, features = ["serde", "std"], optional = true }

tokio = { workspace = true, features = ["net", "sync", "rt", "time"] }
hyper = { workspace = true, features = ["full"], optional = true }
Expand Down

0 comments on commit f55913f

Please sign in to comment.