Compare commits

..
4 Commits
Author SHA1 Message Date
arthur 601a6b90ac update Cargo.lock and get rid of some dependencies 2025-09-22 06:38:39 +02:00
arthur 695ad2e41e add support for durations and timestamps 2025-08-10 07:14:50 +02:00
arthur 4973376639 cleanup 2025-08-08 10:11:54 +02:00
arthur 1cce02a8eb convert back to JS values 2025-08-08 10:11:54 +02:00
2 changed files with 2 additions and 2 deletions
Generated
+1 -1
View File
@@ -81,7 +81,7 @@ dependencies = [
[[package]]
name = "cel-rust-wasm"
version = "0.1.0"
version = "0.2.0"
dependencies = [
"cel",
"chrono",
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "cel-rust-wasm"
version = "0.1.0"
version = "0.2.0"
edition = "2024"
[lib]