From b22329fa3f43dc1a6555b84c9f2274b576b0c29c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pierre=20de=20la=20Martini=C3=A8re?= Date: Sat, 3 Aug 2024 22:11:03 +0200 Subject: [PATCH] Use fixed commit hash for ts-rs --- src-tauri/Cargo.lock | 4 ++-- src-tauri/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index 5968c578..8bbc13a4 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -5718,7 +5718,7 @@ dependencies = [ [[package]] name = "ts-rs" version = "9.0.1" -source = "git+https://github.com/Aleph-Alpha/ts-rs.git?branch=export_same_file#5c889c961d728d67dde59d3c31c4bf598da78f8a" +source = "git+https://github.com/Aleph-Alpha/ts-rs.git?rev=5cbc740#5cbc7405d8454595dfe446b8c99c3f1e436b3569" dependencies = [ "lazy_static", "thiserror", @@ -5728,7 +5728,7 @@ dependencies = [ [[package]] name = "ts-rs-macros" version = "9.0.1" -source = "git+https://github.com/Aleph-Alpha/ts-rs.git?branch=export_same_file#5c889c961d728d67dde59d3c31c4bf598da78f8a" +source = "git+https://github.com/Aleph-Alpha/ts-rs.git?rev=5cbc740#5cbc7405d8454595dfe446b8c99c3f1e436b3569" dependencies = [ "proc-macro2", "quote", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 1e102e0e..b7bae7a1 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -41,7 +41,7 @@ serde = { version = "1.0.203", features = ["derive"] } strum = { version = "0.26.2", features = ["derive"] } thiserror = "1.0.63" tokio = { version = "1.38.1", features = ["macros"] } -ts-rs = { git = "https://github.com/Aleph-Alpha/ts-rs.git", branch = "export_same_file" } +ts-rs = { git = "https://github.com/Aleph-Alpha/ts-rs.git", rev = "5cbc740" } uuid = { version = "1.8.0", features = ["v3", "v4", "fast-rng"] } walkdir = "2.5.0" m3u = "1.0.0"