diff --git a/Cargo.toml b/Cargo.toml index a68b16f..2956e8b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,5 +8,5 @@ resolver = "2" [workspace.dependencies] "dbt-yaml" = { path = "dbt-yaml" } -"dbt-yaml_derive" = { version = "0.9.3", path = "dbt-yaml_derive" } -"dbt-yaml_schemars_derive" = { version = "0.9.3", path = "dbt-yaml_schemars_derive" } +"dbt-yaml_derive" = { version = "0.9.4", path = "dbt-yaml_derive" } +"dbt-yaml_schemars_derive" = { version = "0.9.4", path = "dbt-yaml_schemars_derive" } diff --git a/dbt-yaml/Cargo.toml b/dbt-yaml/Cargo.toml index a059de0..e313a9f 100644 --- a/dbt-yaml/Cargo.toml +++ b/dbt-yaml/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dbt-yaml" -version = "0.9.3" +version = "0.9.4" authors = ["Bo Lin ", "David Tolnay "] categories = ["encoding", "parser-implementations"] description = "YAML data format for Serde" diff --git a/dbt-yaml_derive/Cargo.toml b/dbt-yaml_derive/Cargo.toml index fbef6f8..d178dbb 100644 --- a/dbt-yaml_derive/Cargo.toml +++ b/dbt-yaml_derive/Cargo.toml @@ -1,7 +1,7 @@ [package] edition = "2024" name = "dbt-yaml_derive" -version = "0.9.3" +version = "0.9.4" description = "Derive macros for dbt-yaml" authors = ["Bo Lin "] license = "MIT OR Apache-2.0" diff --git a/dbt-yaml_schemars_derive/Cargo.toml b/dbt-yaml_schemars_derive/Cargo.toml index 261b958..084127c 100644 --- a/dbt-yaml_schemars_derive/Cargo.toml +++ b/dbt-yaml_schemars_derive/Cargo.toml @@ -8,7 +8,7 @@ license = "MIT" name = "dbt-yaml_schemars_derive" repository = "https://github.com/sdf-labs/dbt-yaml" rust-version = "1.88" -version = "0.9.3" +version = "0.9.4" [lib] proc-macro = true