mirror of
https://github.com/apache/datafusion-sqlparser-rs.git
synced 2025-11-07 18:08:57 +00:00
Increase version of sqlparser_derive from 0.3.0 to 0.4.0 (#2060)
Some checks are pending
Rust / codestyle (push) Waiting to run
license / Release Audit Tool (RAT) (push) Waiting to run
Rust / lint (push) Waiting to run
Rust / benchmark-lint (push) Waiting to run
Rust / docs (push) Waiting to run
Rust / compile-no-std (push) Waiting to run
Rust / compile (push) Waiting to run
Rust / test (beta) (push) Waiting to run
Rust / test (nightly) (push) Waiting to run
Rust / test (stable) (push) Waiting to run
Some checks are pending
Rust / codestyle (push) Waiting to run
license / Release Audit Tool (RAT) (push) Waiting to run
Rust / lint (push) Waiting to run
Rust / benchmark-lint (push) Waiting to run
Rust / docs (push) Waiting to run
Rust / compile-no-std (push) Waiting to run
Rust / compile (push) Waiting to run
Rust / test (beta) (push) Waiting to run
Rust / test (nightly) (push) Waiting to run
Rust / test (stable) (push) Waiting to run
This commit is contained in:
parent
35220ee38c
commit
e7d42f3d1a
2 changed files with 2 additions and 2 deletions
|
|
@ -54,7 +54,7 @@ serde = { version = "1.0", default-features = false, features = ["derive", "allo
|
|||
# of dev-dependencies because of
|
||||
# https://github.com/rust-lang/cargo/issues/1596
|
||||
serde_json = { version = "1.0", optional = true }
|
||||
sqlparser_derive = { version = "0.3.0", path = "derive", optional = true }
|
||||
sqlparser_derive = { version = "0.4.0", path = "derive", optional = true }
|
||||
|
||||
[dev-dependencies]
|
||||
simple_logger = "5.0"
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@
|
|||
[package]
|
||||
name = "sqlparser_derive"
|
||||
description = "Procedural (proc) macros for sqlparser"
|
||||
version = "0.3.0"
|
||||
version = "0.4.0"
|
||||
authors = ["sqlparser-rs authors"]
|
||||
homepage = "https://github.com/sqlparser-rs/sqlparser-rs"
|
||||
documentation = "https://docs.rs/sqlparser_derive/"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue