File tree Expand file tree Collapse file tree 3 files changed +11
-2
lines changed
Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 11
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+
2110.9.1 / 2021-04-05
312==================
413
Original file line number Diff line number Diff line change 11[package ]
22name = " sidekiq"
33# When updating version, also modify html_root_url in the src/lib.rs file.
4- version = " 0.9.1 "
4+ version = " 0.10.0 "
55authors = [" Laurent Arnoud <laurent@spkdev.net>" ]
66description = " Rust Sidekiq Client"
77repository = " https://github.com/spk/rust-sidekiq.git"
Original file line number Diff line number Diff line change 66//!
77//! `REDIS_URL`="redis://127.0.0.1/"
88//!
9- #![ doc( html_root_url = "https://docs.rs/sidekiq/0.9.1 " ) ]
9+ #![ doc( html_root_url = "https://docs.rs/sidekiq/0.10.0 " ) ]
1010#![ deny( warnings) ]
1111#![ crate_name = "sidekiq" ]
1212
You can’t perform that action at this time.
0 commit comments