From fd1296849fe969d8e31eb24a927246cdc3da449d Mon Sep 17 00:00:00 2001 From: Martichou Date: Sat, 13 Jan 2024 22:19:47 +0100 Subject: [PATCH] chore: doesn't need forked ts-rs now Signed-off-by: Martichou --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 74c5f21..4708e88 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"