Skip to content

Commit

Permalink
Merge pull request #4 from ezyang/jjwu_third_party_test
Browse files Browse the repository at this point in the history
Lower dependencies slightly, update version for import
  • Loading branch information
jamesjwu authored Mar 25, 2024
2 parents c2fe40e + da375b0 commit 56e33a8
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 44 deletions.
50 changes: 8 additions & 42 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tlparse"
version = "0.3.8"
version = "0.3.9"
edition = "2021"
authors = ["Edward Z. Yang <ezyang@mit.edu>"]
description = "Parse TORCH_LOG logs produced by PyTorch torch.compile"
Expand Down Expand Up @@ -28,5 +28,5 @@ once_cell = "1.19.0"
opener = "0.6.1"
regex = "1.10.3"
serde = { version = "1.0.197", features = ["serde_derive"] }
serde_json = "1.0.114"
serde_json = "1.0.100"
tinytemplate = "1.2.1"

0 comments on commit 56e33a8

Please sign in to comment.