Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
brianheineman committed Dec 19, 2024
1 parent 0ab0ec6 commit 3c638b8
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ keywords = ["database", "mysql", "postgresql", "sql", "sqlite"]
license = "Apache-2.0 OR MIT"
repository = "https://github.com/theseus-rs/rsql"
rust-version = "1.83.0"
version = "0.15.0"
version = "0.15.1"

[workspace.dependencies]
ansi_colours = "1.2.3"
Expand Down
2 changes: 1 addition & 1 deletion rsql_cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ colored = { workspace = true }
dotenvy = { workspace = true }
inquire = { workspace = true }
os_info = { workspace = true }
rsql_core = { path = "../rsql_core", version = "0.15.0", features = ["all"] }
rsql_core = { path = "../rsql_core", version = "0.15.1", features = ["all"] }
rust-i18n = { workspace = true }
serde = { workspace = true }
supports-color = { workspace = true }
Expand Down
4 changes: 2 additions & 2 deletions rsql_core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ indicatif = { workspace = true }
indoc = { workspace = true }
num-format = { workspace = true }
regex = { workspace = true }
rsql_drivers = { path = "../rsql_drivers", version = "0.15.0" }
rsql_formatters = { path = "../rsql_formatters", version = "0.15.0" }
rsql_drivers = { path = "../rsql_drivers", version = "0.15.1" }
rsql_formatters = { path = "../rsql_formatters", version = "0.15.1" }
rust-i18n = { workspace = true }
rustyline = { workspace = true }
sqlparser = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion rsql_formatters/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ indexmap = { workspace = true, features = ["serde"] }
indoc = { workspace = true }
num-format = { workspace = true }
quick-xml = { workspace = true, features = ["serialize"], optional = true }
rsql_drivers = { path = "../rsql_drivers", version = "0.15.0" }
rsql_drivers = { path = "../rsql_drivers", version = "0.15.1" }
rust-i18n = { workspace = true }
serde_json = { workspace = true, features = ["preserve_order"], optional = true }
serde_yaml = { workspace = true, optional = true }
Expand Down

0 comments on commit 3c638b8

Please sign in to comment.