Skip to content

Commit 7e89b68

Browse files
authored
bump: to v1.0.0-rc.6 (#50)
* bump: to v1.0.0-rc.6 * cargo: vet * bump: to v1.0.0-rc.6 * cargo: vet
1 parent 0c2aa15 commit 7e89b68

3 files changed

Lines changed: 10 additions & 6 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "apalis-redis"
3-
version = "1.0.0-rc.4"
3+
version = "1.0.0-rc.6"
44
authors = ["Njuguna Mureithi <mureithinjuguna@gmail.com>"]
55
edition = "2024"
66
repository = "https://github.com/apalis-dev/apalis-redis"
@@ -16,8 +16,8 @@ include = ["src/**", "lua/**", "Cargo.toml", "README.md", "LICENSE"]
1616
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1717

1818
[dependencies]
19-
apalis-codec = "0.1.0-rc.4"
20-
apalis-core = { version = "1.0.0-rc.4", default-features = false, features = [
19+
apalis-codec = "0.1.0-rc.6"
20+
apalis-core = { version = "1.0.0-rc.6", default-features = false, features = [
2121
"sleep",
2222
] }
2323
redis = { version = "1.0.4", default-features = false, features = [
@@ -43,8 +43,8 @@ serde_json = "1"
4343

4444
[dev-dependencies]
4545
tokio = { version = "1", features = ["full"] }
46-
apalis = { version = "1.0.0-rc.4", features = ["tracing", "limit"] }
47-
apalis-workflow = { version = "0.1.0-rc.4" }
46+
apalis = { version = "1.0.0-rc.6", features = ["tracing", "limit"] }
47+
apalis-workflow = { version = "0.1.0-rc.6" }
4848
bincode = { version = "2.0.1", features = ["serde"] }
4949
apalis-board = { version = "1.0.0-rc.4", features = ["axum"] }
5050
axum = { version = "0.8", features = ["macros", "json"] }

supply-chain/imports.lock

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,7 @@ audited_as = "1.0.0-rc.2"
1212
[[unpublished.apalis-redis]]
1313
version = "1.0.0-rc.4"
1414
audited_as = "1.0.0-rc.3"
15+
16+
[[unpublished.apalis-redis]]
17+
version = "1.0.0-rc.6"
18+
audited_as = "1.0.0-rc.4"

0 commit comments

Comments
 (0)