diff options
| author | nsfisis <nsfisis@gmail.com> | 2026-02-04 21:39:44 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2026-02-04 21:39:44 +0900 |
| commit | 4fffacaeed6b35cb75132df4629a26183d752492 (patch) | |
| tree | 07da07cb8be8e903a02b7616e79f76fee970ae05 | |
| parent | fa7d25e2212d8ed490920f48976523402302e1a2 (diff) | |
| download | reparojson-0.1.3.tar.gz reparojson-0.1.3.tar.zst reparojson-0.1.3.zip | |
v0.1.3v0.1.3
| -rw-r--r-- | Cargo.lock | 2 | ||||
| -rw-r--r-- | Cargo.toml | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -99,7 +99,7 @@ checksum = "384b8ab6d37215f3c5301a95a4accb5d64aa607f1fcb26a11b5303878451b4fe" [[package]] name = "reparojson" -version = "0.1.2" +version = "0.1.3" dependencies = [ "clap", ] @@ -1,6 +1,6 @@ [package] name = "reparojson" -version = "0.1.2" +version = "0.1.3" authors = ["nsfisis"] edition = "2024" description = "A simple command-line tool to repair JSON. It only fixes the syntactic errors and never formats the given input." |
