mirror of
https://github.com/apache/datafusion-sqlparser-rs.git
synced 2025-08-04 06:18:17 +00:00
Follow-up to #275: Bump simple_logger version in Cargo.toml
SimpleLogger is private in v1.6. Bumping its version in Cargo.toml makes `git pull && carg test` use the new version in an existing checkout (with an existing Cargo.lock file referencing the old version)
This commit is contained in:
parent
1ac208307c
commit
7dc5d4c35e
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ serde = { version = "1.0", features = ["derive"], optional = true }
|
|||
serde_json = { version = "1.0", optional = true }
|
||||
|
||||
[dev-dependencies]
|
||||
simple_logger = "1.6"
|
||||
simple_logger = "1.9"
|
||||
matches = "0.1"
|
||||
|
||||
[package.metadata.release]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue