Skip to content

Commit

Permalink
chore: bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Fyko committed Oct 13, 2023
1 parent b70867f commit 7812cb1
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 8 deletions.
2 changes: 1 addition & 1 deletion 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ readme = "README.md"

[workspace.dependencies]
scyllax-macros = { verison = "0.1.8-alpha", path = "./scyllax-macros" }
scyllax-macros-core = { verison = "0.1.9-alpha.2", path = "./scyllax-macros-core" }
scyllax-parser = { verison = "0.1.9-alpha.2", path = "./scyllax-parser" }
scyllax-macros-core = { verison = "0.1.9-alpha.3", path = "./scyllax-macros-core" }
scyllax-parser = { verison = "0.1.9-alpha.3", path = "./scyllax-parser" }
anyhow = "1"
tracing = "0.1"
tracing-subscriber = { version = "0.3", features = ["env-filter", "fmt", "json", "tracing-log", "parking_lot"] }
Expand Down
2 changes: 1 addition & 1 deletion scyllax-macros-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.2" }
scyllax-parser = { path = "../scyllax-parser", version = "0.1.9-alpha.3" }
syn = { version = "2", features = ["full", "derive", "extra-traits"] }
2 changes: 1 addition & 1 deletion scyllax-macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ readme = "../README.md"
proc-macro = true

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

0 comments on commit 7812cb1

Please sign in to comment.