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.9.1 / 2021-04-05
3
+ ==================
4
+
5
+ * Update r2d2_redis requirement from 0.13 to 0.14
6
+ * Add github actions
7
+ * Cargo fmt
8
+ * Update rand to 0.8
9
+ * Cargo fmt
10
+
2
11
0.9.0 / 2021-01-06
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.0 "
4
+ version = " 0.9.1 "
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.0 " ) ]
9
+ #![ doc( html_root_url = "https://docs.rs/sidekiq/0.9.1 " ) ]
10
10
#![ deny( warnings) ]
11
11
#![ crate_name = "sidekiq" ]
12
12
You can’t perform that action at this time.
0 commit comments