File tree 3 files changed +11
-2
lines changed
3 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 1
1
2
+ 0.10.0 / 2021-10-27
3
+ ===================
4
+
5
+ * Merge pull request #15 from Norio4/add_perform_in
6
+ * Add public function perform_in() for Client
7
+ * Update badge and others minor updates
8
+ * Merge pull request #14 from spk/dependabot/add-v2-config-file
9
+ * Upgrade to GitHub-native Dependabot
10
+
2
11
0.9.1 / 2021-04-05
3
12
==================
4
13
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.9.1 "
4
+ version = " 0.10.0 "
5
5
authors = [" Laurent Arnoud <laurent@spkdev.net>" ]
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.9.1 " ) ]
9
+ #![ doc( html_root_url = "https://docs.rs/sidekiq/0.10.0 " ) ]
10
10
#![ deny( warnings) ]
11
11
#![ crate_name = "sidekiq" ]
12
12
You can’t perform that action at this time.
0 commit comments