Skip to content

Commit

Permalink
chore: doesn't need forked ts-rs now
Browse files Browse the repository at this point in the history
Signed-off-by: Martichou <m@rtin.fyi>
  • Loading branch information
Martichou committed Jan 13, 2024
1 parent 58a1c08 commit fd12968
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ simd-json = "0.9"
serde = { version = "1.0", features = ["derive"] }
snmalloc-rs = "0.3"
thiserror = "1.0"
ts-rs = { git = "https://github.com/Martichou/ts-rs", features = ["serde-compat", "uuid-impl", "chrono-impl"] }
ts-rs = { version = "7.1", features = ["serde-compat", "uuid-impl", "chrono-impl"] }
uuid = { version = "1.1", features = ["serde", "v4"] }
walkdir = "2.3"

Expand Down

0 comments on commit fd12968

Please sign in to comment.