diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-11-20 07:52:11 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-11-20 07:52:11 +0000 |
commit | ef96562ae91ff24648e4d450c7cd2bd6b8dd4197 (patch) | |
tree | c6eca010ad2284c0130abfcf1b940033c36a57e4 /sqlglotrs/Cargo.toml | |
parent | Releasing debian version 25.30.0-1. (diff) | |
download | sqlglot-ef96562ae91ff24648e4d450c7cd2bd6b8dd4197.tar.xz sqlglot-ef96562ae91ff24648e4d450c7cd2bd6b8dd4197.zip |
Merging upstream version 25.31.4.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'sqlglotrs/Cargo.toml')
-rw-r--r-- | sqlglotrs/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sqlglotrs/Cargo.toml b/sqlglotrs/Cargo.toml index 3989997..f1aaaae 100644 --- a/sqlglotrs/Cargo.toml +++ b/sqlglotrs/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sqlglotrs" -version = "0.2.13" +version = "0.2.14" edition = "2021" license = "MIT" @@ -9,4 +9,4 @@ name = "sqlglotrs" crate-type = ["cdylib"] [dependencies] -pyo3 = "0.20.0" +pyo3 = "0.22.6" |