Skip to content

Commit

Permalink
chore: bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Fyko committed Sep 6, 2023
1 parent 1d95ad7 commit c4f2cb6
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

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

7 changes: 4 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ members = ["example", "scyllax-macros"]
resolver = "2"

[workspace.package]
version = "0.1.1-alpha"
version = "0.1.2-alpha"
license = "MIT OR Apache-2.0"
edition = "2021"
repository = "https://github.com/trufflehq/scyllax"
Expand All @@ -13,6 +13,7 @@ authors = [
"Carter Himmel <[email protected]>"
]
homepage = "https://github.com/trufflehq/scyllax#readme"
readme = "README.md"

[package]
name = "scyllax"
Expand All @@ -32,13 +33,13 @@ getrandom = "0.2"
mac_address = "1"
once_cell = "1"
scylla = { workspace = true }
scyllax-macros = { version = "0.1.1-alpha", path = "./scyllax-macros" }
scyllax-macros = { version = "0.1.2-alpha", path = "./scyllax-macros" }
thiserror = "1"
tracing = { workspace = true }
uuid = { workspace = true }

[workspace.dependencies]
scyllax-macros = { verison = "0.1.0-alpha", path = "scyllax-macros" }
scyllax-macros = { verison = "0.1.2-alpha", path = "scyllax-macros" }
anyhow = "1"
tracing = "0.1"
tracing-subscriber = { version = "0.3", features = ["env-filter", "fmt", "json", "tracing-log", "parking_lot"] }
Expand Down
1 change: 1 addition & 0 deletions scyllax-macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ edition = { workspace = true }
authors = { workspace = true }
repository = { workspace = true }
homepage = { workspace = true }
readme = "../README.md"

[lib]
proc-macro = true
Expand Down

0 comments on commit c4f2cb6

Please sign in to comment.