File tree Expand file tree Collapse file tree 3 files changed +16
-2
lines changed Expand file tree Collapse file tree 3 files changed +16
-2
lines changed Original file line number Diff line number Diff line change 1
1
2
+ 0.13.0 / 2025-04-08
3
+ ===================
4
+
5
+ * fix: update to rand-0.9
6
+ * Update rand requirement from 0.8 to 0.9
7
+ * Update redis requirement from 0.27 to 0.29
8
+ * Update redis requirement from 0.26 to 0.27
9
+ * Update redis requirement from 0.25 to 0.26
10
+ * Update redis requirement from 0.23 to 0.25
11
+ * Update redis requirement from 0.22 to 0.23
12
+ * Update redis requirement from 0.21 to 0.22
13
+ * Fix lint casting to the same type is unnecessary
14
+ * README remove r2d2-redis
15
+
2
16
0.12.0 / 2022-09-23
3
17
===================
4
18
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " sidekiq"
3
3
# When updating version, also modify html_root_url in the src/lib.rs file.
4
- version = " 0.12 .0"
4
+ version = " 0.13 .0"
5
5
authors = [
" Laurent Arnoud <[email protected] >" ]
6
6
description = " Rust Sidekiq Client"
7
7
repository = " https://github.com/spk/rust-sidekiq.git"
Original file line number Diff line number Diff line change 6
6
//!
7
7
//! `REDIS_URL`="redis://127.0.0.1/"
8
8
//!
9
- #![ doc( html_root_url = "https://docs.rs/sidekiq/0.12 .0" ) ]
9
+ #![ doc( html_root_url = "https://docs.rs/sidekiq/0.13 .0" ) ]
10
10
#![ deny( warnings) ]
11
11
#![ crate_name = "sidekiq" ]
12
12
You can’t perform that action at this time.
0 commit comments