Skip to content

Commit bfd33d5

Browse files
committed
chore: bump celery-codegen to 0.6.3 for release
1 parent 5d28278 commit bfd33d5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ log = "0.4.28"
4747
futures = { version = "0.3.31", features = ["async-await"] }
4848
uuid = { version = "1.18.1", features = ["v4"]}
4949
rand = "0.8"
50-
celery-rs-codegen = { version = "0.6.2", path = "./celery-codegen", optional = true }
50+
celery-rs-codegen = { version = "0.6.3", path = "./celery-codegen", optional = true }
5151
colored = "3.0.0"
5252
once_cell = { version = "1.21.3" }
5353
globset = "0.4.16"

celery-codegen/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "celery-rs-codegen"
3-
version = "0.6.2"
3+
version = "0.6.3"
44
authors = ["epwalsh <epwalsh10@gmail.com>", "dragon <longzhi@gmail.com>"]
55
edition = "2018"
66
license = "Apache-2.0"

0 commit comments

Comments
 (0)