diff options
Diffstat (limited to 'code/Cargo.toml')
-rw-r--r-- | code/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/code/Cargo.toml b/code/Cargo.toml index 3547fd4..c528649 100644 --- a/code/Cargo.toml +++ b/code/Cargo.toml @@ -9,4 +9,4 @@ clap = { version = "3.2.17", features = ["derive"] } # bloated argument parser anyhow = "1.0.62" # error stuff markdown = "0.3.0" # markdown parser iso8601 = "0.5.0" # date parsing -synoptic = "1.2.0" # syntax highlighting +synoptic = "1.2.0" # syntax highlighting |