Skip to content

Commit

Permalink
Refactor Duration and Timestamp to be compatible with other parsers
Browse files Browse the repository at this point in the history
  • Loading branch information
fore5fire committed Oct 19, 2024
1 parent cae1a26 commit 62ea6f2
Show file tree
Hide file tree
Showing 2 changed files with 293 additions and 110 deletions.
2 changes: 1 addition & 1 deletion interpreter/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ categories = ["compilers"]
[dependencies]
cel-parser = { path = "../parser", version = "0.7.1 " }
thiserror = "1.0.40"
chrono = { version = "0.4.26", default-features = false, features = ["alloc"] }
chrono = { version = "0.4.26", default-features = false, features = ["alloc", "serde"] }
nom = "7.1.3"
paste = "1.0.14"
serde = "1.0.196"
Expand Down
Loading

0 comments on commit 62ea6f2

Please sign in to comment.