1
0
Fork 0

Adding upstream version 26.24.0.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-06-02 05:53:52 +02:00
parent ffc089e090
commit bc7749846c
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
53 changed files with 3642 additions and 3447 deletions

View file

@ -1,6 +1,6 @@
[package]
name = "sqlglotrs"
version = "0.4.2"
version = "0.5.0"
edition = "2021"
license = "MIT"
@ -19,7 +19,7 @@ default = []
profiling = ["serde", "serde_json"]
[dependencies]
pyo3 = {version ="0.22.6", features = ["auto-initialize"]}
pyo3 = {version ="0.25"}
rustc-hash = { version = "2.1" }
# Optional dependencies used for profiling
@ -31,3 +31,4 @@ criterion = "0.5"
serde = { version = "1", features = ["derive"] }
serde_json = { version = "1" }
sqlglotrs = { path = "." , features = ["profiling"] }
pyo3 = { version = "0.25", features = ["auto-initialize"] }