We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d28278 commit bfd33d5Copy full SHA for bfd33d5
2 files changed
Cargo.toml
@@ -47,7 +47,7 @@ log = "0.4.28"
47
futures = { version = "0.3.31", features = ["async-await"] }
48
uuid = { version = "1.18.1", features = ["v4"]}
49
rand = "0.8"
50
-celery-rs-codegen = { version = "0.6.2", path = "./celery-codegen", optional = true }
+celery-rs-codegen = { version = "0.6.3", path = "./celery-codegen", optional = true }
51
colored = "3.0.0"
52
once_cell = { version = "1.21.3" }
53
globset = "0.4.16"
celery-codegen/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "celery-rs-codegen"
3
-version = "0.6.2"
+version = "0.6.3"
4
authors = ["epwalsh <epwalsh10@gmail.com>", "dragon <longzhi@gmail.com>"]
5
edition = "2018"
6
license = "Apache-2.0"
0 commit comments