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.11.0 / 2021-12-09
3
+ ===================
4
+
5
+ * Finish switch to time crate
6
+ * Rustfmt
7
+ * Start to switch from chrono to time crate
8
+ * https://rustsec.org/advisories/RUSTSEC-2020-0159
9
+ * Highlight all the code
10
+
2
11
0.10.1 / 2021-11-22
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.10.1 "
4
+ version = " 0.11.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.10.1 " ) ]
9
+ #![ doc( html_root_url = "https://docs.rs/sidekiq/0.11.0 " ) ]
10
10
#![ deny( warnings) ]
11
11
#![ crate_name = "sidekiq" ]
12
12
You can’t perform that action at this time.
0 commit comments