This commit is contained in:
Logan Markewich
2025-09-03 12:11:54 -06:00
parent 78b05efa1a
commit 88d875eb11
2 changed files with 2 additions and 2 deletions
Generated
+1 -1
View File
@@ -1749,7 +1749,7 @@ dependencies = [
[[package]]
name = "semtools"
version = "1.2.0"
version = "1.2.1"
dependencies = [
"anyhow",
"clap",
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "semtools"
version = "1.2.0"
version = "1.2.1"
edition = "2024"
license = "MIT"
description = "Semantic search and document parsing tools for the command line"