Skip to content

Commit 471bb54

Browse files
authored
Merge pull request #30 from FalkorDB/copilot/update-text-to-cypher-version
Upgrade text-to-cypher dependency from 0.1.0 to 0.1.6
2 parents d182d5e + 2cb47ca commit 471bb54

File tree

2 files changed

+3
-119
lines changed

2 files changed

+3
-119
lines changed

Cargo.lock

Lines changed: 2 additions & 118 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
@@ -16,7 +16,7 @@ napi = { version = "2", default-features = false, features = ["napi4", "async"]
1616
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
19-
text-to-cypher = { version = "0.1", default-features = false }
19+
text-to-cypher = { version = "0.1.6", default-features = false }
2020
tokio = { version = "1", features = ["rt-multi-thread", "macros"] }
2121
serde = { version = "1.0", features = ["derive"] }
2222
serde_json = "1.0"

0 commit comments

Comments
 (0)