🗝
summary refs log tree commit diff
path: root/Cargo.toml
diff options
context:
space:
mode:
authormia <mia@mia.jetzt>2024-06-03 20:24:35 -0700
committermia <mia@mia.jetzt>2024-06-03 20:24:35 -0700
commit40509ba913e52196b2dd7f3a733bec816d38bda0 (patch)
treed96d730a1b5f7b612df4b214b638508c48fc531c /Cargo.toml
parent2c3f80a526d98a0aaced266e96c7cbb9668bc44d (diff)
downloadcgit-syntect-0.1.1.tar.gz
cgit-syntect-0.1.1.zip
allow passing theme data in by stdin v0.1.1
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
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]