Skip to content

Commit

Permalink
Use fixed commit hash for ts-rs
Browse files Browse the repository at this point in the history
  • Loading branch information
martpie committed Aug 3, 2024
1 parent 72528a1 commit b22329f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src-tauri/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit b22329f

Please sign in to comment.