Skip to content

Commit

Permalink
release({{crate_name}}): bump to {{version}}
Browse files Browse the repository at this point in the history
  • Loading branch information
Fyko committed Oct 13, 2023
1 parent f9f2311 commit 238433b
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 15 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.

4 changes: 2 additions & 2 deletions scyllax-cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "scyllax-cli"
description = "The CLI for scyllax -- mainly managing migrations"
version = "0.1.9-alpha.4"
version = "0.1.10-alpha"
license.workspace = true
edition.workspace = true
authors.workspace = true
Expand All @@ -24,7 +24,7 @@ async-trait = "0.1"
console = "0.15.7"
promptly = "0.3.1"
scylla.workspace = true
scyllax = { version = "0.1.9-alpha.4", path = "../scyllax" }
scyllax = { version = "0.1.10-alpha", path = "../scyllax" }
serde_json = "1.0.107"
serde = { version = "1.0.189", features = ["derive"] }
tracing-subscriber.workspace = true
Expand Down
4 changes: 2 additions & 2 deletions scyllax-macros-core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "scyllax-macros-core"
description = "Core macro impl for scyllax"
version = "0.1.9-alpha.4"
version = "0.1.10-alpha"
license.workspace = true
edition.workspace = true
authors.workspace = true
Expand All @@ -16,5 +16,5 @@ convert_case = "0.6.0"
darling = { version = "0.20", features = ["suggestions"] }
proc-macro2 = "1"
quote = "1"
scyllax-parser = { path = "../scyllax-parser", version = "0.1.9-alpha.4" }
scyllax-parser = { path = "../scyllax-parser", version = "0.1.10-alpha" }
syn = { version = "2", features = ["full", "derive", "extra-traits"] }
4 changes: 2 additions & 2 deletions scyllax-macros/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "scyllax-macros"
description = "Macros for scyllax"
version = "0.1.9-alpha.4"
version = "0.1.10-alpha"
license.workspace = true
edition.workspace = true
authors.workspace = true
Expand All @@ -13,4 +13,4 @@ readme = "../README.md"
proc-macro = true

[dependencies]
scyllax-macros-core = { path = "../scyllax-macros-core", version = "0.1.9-alpha.4" }
scyllax-macros-core = { path = "../scyllax-macros-core", version = "0.1.10-alpha" }
2 changes: 1 addition & 1 deletion scyllax-parser/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "scyllax-parser"
description = "A parser for CQL queries"
version = "0.1.9-alpha.4"
version = "0.1.10-alpha"
license.workspace = true
edition.workspace = true
repository.workspace = true
Expand Down
6 changes: 3 additions & 3 deletions scyllax/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "scyllax"
readme = "../README.md"
description = "A SQLx and Discord inspired query system for Scylla"
version = "0.1.9-alpha.4"
version = "0.1.10-alpha"
license.workspace = true
edition.workspace = true
authors.workspace = true
Expand All @@ -16,8 +16,8 @@ getrandom = "0.2"
mac_address = "1"
once_cell = "1"
scylla.workspace = true
scyllax-macros = { version = "0.1.9-alpha.4", path = "../scyllax-macros" }
scyllax-macros-core = { version = "0.1.9-alpha.4", path = "../scyllax-macros-core" }
scyllax-macros = { version = "0.1.10-alpha", path = "../scyllax-macros" }
scyllax-macros-core = { version = "0.1.10-alpha", path = "../scyllax-macros-core" }
thiserror = "1"
tokio.workspace = true
tracing.workspace = true
Expand Down

0 comments on commit 238433b

Please sign in to comment.