File tree Expand file tree Collapse file tree 4 files changed +9
-2
lines changed Expand file tree Collapse file tree 4 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 1
1
2
+ 0.8.6 / 2019-10-21
3
+ ==================
4
+
5
+ * Merge pull request #5 from @jkcclemens / update
6
+ * chore: update r2d2_redis
7
+
2
8
0.8.5 / 2019-09-07
3
9
==================
4
10
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.8.5 "
4
+ version = " 0.8.6 "
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 @@ -23,6 +23,7 @@ sidekiq = "0.8"
23
23
24
24
## REFERENCES
25
25
26
+ * < https://github.com/jkcclemens/paste >
26
27
* < http://julienblanchard.com/2015/using-resque-with-rust/ >
27
28
* < https://github.com/d-unseductable/rust_sidekiq >
28
29
* < https://github.com/spk/maman >
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.8.5 " ) ]
9
+ #![ doc( html_root_url = "https://docs.rs/sidekiq/0.8.6 " ) ]
10
10
#![ deny( warnings) ]
11
11
#![ crate_name = "sidekiq" ]
12
12
You can’t perform that action at this time.
0 commit comments