Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
brianheineman committed Aug 9, 2024
1 parent 949a15f commit 6d17013
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 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 @@ -10,7 +10,7 @@ edition = "2021"
keywords = ["database", "mysql", "postgresql", "sql", "sqlite"]
license = "Apache-2.0 OR MIT"
repository = "https://github.com/theseus-rs/rsql"
version = "0.13.8"
version = "0.13.9"

[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 @@ -33,7 +33,7 @@ colored = { workspace = true }
dotenvy = { workspace = true }
octocrab = { workspace = true }
os_info = { workspace = true }
rsql_core = { path = "../rsql_core", version = "0.13.8", features = ["all"] }
rsql_core = { path = "../rsql_core", version = "0.13.9", features = ["all"] }
rust-i18n = { workspace = true }
semver = { workspace = true }
serde = { 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 @@ -23,8 +23,8 @@ indicatif = { workspace = true }
indoc = { workspace = true }
num-format = { workspace = true }
regex = { workspace = true }
rsql_drivers = { path = "../rsql_drivers", version = "0.13.8" }
rsql_formatters = { path = "../rsql_formatters", version = "0.13.8" }
rsql_drivers = { path = "../rsql_drivers", version = "0.13.9" }
rsql_formatters = { path = "../rsql_formatters", version = "0.13.9" }
rust-i18n = { workspace = true }
rustyline = { workspace = true }
serde_json = { workspace = true, features = ["preserve_order"] }
Expand Down
2 changes: 1 addition & 1 deletion rsql_formatters/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,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.13.8" }
rsql_drivers = { path = "../rsql_drivers", version = "0.13.9" }
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 6d17013

Please sign in to comment.