Skip to content

Commit

Permalink
Release 4.4.0
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
svc-autorelease committed Sep 17, 2024
1 parent 2fa7f92 commit 643c00f
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[workspace.package]
version = "4.3.0"
version = "4.4.0"

[workspace]
resolver = "2"
Expand Down
File renamed without changes.
8 changes: 4 additions & 4 deletions conjure-codegen/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ toml = "0.8"
serde = { version = "1", features = ["derive"] }
syn = "2"

conjure-object = { version = "4.3.0", path = "../conjure-object" }
conjure-serde = { version = "4.3.0", path = "../conjure-serde" }
conjure-error = { version = "4.3.0", optional = true, path = "../conjure-error" }
conjure-http = { version = "4.3.0", optional = true, path = "../conjure-http" }
conjure-object = { version = "4.4.0", path = "../conjure-object" }
conjure-serde = { version = "4.4.0", path = "../conjure-serde" }
conjure-error = { version = "4.4.0", optional = true, path = "../conjure-error" }
conjure-http = { version = "4.4.0", optional = true, path = "../conjure-http" }
2 changes: 1 addition & 1 deletion conjure-error/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ readme = "../README.md"
serde = "1.0"
uuid = { version = "1.1", features = ["v4"] }

conjure-object = { version = "4.3.0", path = "../conjure-object" }
conjure-object = { version = "4.4.0", path = "../conjure-object" }
8 changes: 4 additions & 4 deletions conjure-http/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ macros = ["dep:conjure-macros"]

[dependencies]
bytes = "1.0"
conjure-error = { version = "4.3.0", path = "../conjure-error" }
conjure-macros = { version = "4.3.0", path = "../conjure-macros", optional = true }
conjure-object = { version = "4.3.0", path = "../conjure-object" }
conjure-serde = { version = "4.3.0", path = "../conjure-serde" }
conjure-error = { version = "4.4.0", path = "../conjure-error" }
conjure-macros = { version = "4.4.0", path = "../conjure-macros", optional = true }
conjure-object = { version = "4.4.0", path = "../conjure-object" }
conjure-serde = { version = "4.4.0", path = "../conjure-serde" }
form_urlencoded = "1.0"
futures-core = "0.3"
futures-util = "0.3"
Expand Down
6 changes: 3 additions & 3 deletions conjure-macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ structmeta = "0.3.0"
syn = { version = "2.0.15", features = ["full"] }

[dev-dependencies]
conjure-error = { path = "../conjure-error", version = "4.3.0" }
conjure-http = { path = "../conjure-http", version = "4.3.0", features = [
conjure-error = { path = "../conjure-error", version = "4.4.0" }
conjure-http = { path = "../conjure-http", version = "4.4.0", features = [
"macros",
] }
conjure-object = { path = "../conjure-object", version = "4.3.0" }
conjure-object = { path = "../conjure-object", version = "4.4.0" }
2 changes: 1 addition & 1 deletion conjure-rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ license = "Apache-2.0"
[dependencies]
clap = { version = "4", features = ["derive"] }

conjure-codegen = { version = "4.3.0", path = "../conjure-codegen" }
conjure-codegen = { version = "4.4.0", path = "../conjure-codegen" }

0 comments on commit 643c00f

Please sign in to comment.