Skip to content

Commit 307ab67

Browse files
committed
Bump text-to-cypher version
1 parent 07a4900 commit 307ab67

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ napi-derive = "2"
1717
# Disable default features to avoid including server dependencies (actix-web, etc.)
1818
# We only need the core library functionality for the bindings
1919
# Explicitly set features to empty array to ensure no features are enabled
20-
text-to-cypher = { version = "0.1.8", default-features = false, features = [] }
20+
text-to-cypher = { version = "0.1.9", default-features = false, features = [] }
2121
tokio = { version = "1", features = ["rt-multi-thread", "macros"] }
2222
serde = { version = "1.0", features = ["derive"] }
2323
serde_json = "1.0"

0 commit comments

Comments
 (0)