Adding upstream version 26.2.1.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
d908bee480
commit
7ee28625fb
85 changed files with 57142 additions and 52288 deletions
sqlglotrs
|
@ -1,12 +1,13 @@
|
|||
[package]
|
||||
name = "sqlglotrs"
|
||||
version = "0.3.4"
|
||||
version = "0.3.5"
|
||||
edition = "2021"
|
||||
license = "MIT"
|
||||
|
||||
[lib]
|
||||
name = "sqlglotrs"
|
||||
crate-type = ["cdylib", "rlib"]
|
||||
bench = false
|
||||
|
||||
[[bench]]
|
||||
name = "long"
|
||||
|
@ -19,6 +20,7 @@ profiling = ["serde", "serde_json"]
|
|||
|
||||
[dependencies]
|
||||
pyo3 = {version ="0.22.6", features = ["auto-initialize"]}
|
||||
rustc-hash = { version = "2.1" }
|
||||
|
||||
# Optional dependencies used for profiling
|
||||
serde = { version = "1", features = ["derive"] , optional = true }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue