diff options
author | mia <mia@mia.jetzt> | 2024-06-03 20:24:35 -0700 |
---|---|---|
committer | mia <mia@mia.jetzt> | 2024-06-03 20:24:35 -0700 |
commit | 40509ba913e52196b2dd7f3a733bec816d38bda0 (patch) | |
tree | d96d730a1b5f7b612df4b214b638508c48fc531c /Cargo.toml | |
parent | 2c3f80a526d98a0aaced266e96c7cbb9668bc44d (diff) | |
download | cgit-syntect-40509ba913e52196b2dd7f3a733bec816d38bda0.tar.gz cgit-syntect-40509ba913e52196b2dd7f3a733bec816d38bda0.zip |
allow passing theme data in by stdin v0.1.1
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml index 928f8ba..3bee23e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cgit-syntect" -version = "0.1.0" +version = "0.1.1" edition = "2021" [dependencies] |