diff --git a/Cargo.lock b/Cargo.lock index fcd415c..2396ebd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -227,7 +227,7 @@ checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5" [[package]] name = "example" -version = "0.1.1-alpha" +version = "0.1.2-alpha" dependencies = [ "anyhow", "pretty_assertions", @@ -900,7 +900,7 @@ dependencies = [ [[package]] name = "scyllax" -version = "0.1.1-alpha" +version = "0.1.2-alpha" dependencies = [ "anyhow", "async-trait", @@ -916,7 +916,7 @@ dependencies = [ [[package]] name = "scyllax-macros" -version = "0.1.1-alpha" +version = "0.1.2-alpha" dependencies = [ "anyhow", "darling", diff --git a/Cargo.toml b/Cargo.toml index e5d0bbe..38f7180 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" @@ -13,6 +13,7 @@ authors = [ "Carter Himmel " ] homepage = "https://github.com/trufflehq/scyllax#readme" +readme = "README.md" [package] name = "scyllax" @@ -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"] } diff --git a/scyllax-macros/Cargo.toml b/scyllax-macros/Cargo.toml index ce12455..3625571 100644 --- a/scyllax-macros/Cargo.toml +++ b/scyllax-macros/Cargo.toml @@ -7,6 +7,7 @@ edition = { workspace = true } authors = { workspace = true } repository = { workspace = true } homepage = { workspace = true } +readme = "../README.md" [lib] proc-macro = true