Skip to content

Commit 7888661

Browse files
committed
Update badge and others minor updates
1 parent 0229ee4 commit 7888661

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License
22

3-
Copyright (c) 2016-2020 Laurent Arnoud <laurent@spkdev.net>
3+
Copyright (c) 2016-2021 Laurent Arnoud <laurent@spkdev.net>
44

55
Permission is hereby granted, free of charge, to any person obtaining
66
a copy of this software and associated documentation files (the

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ format](https://github.com/mperham/sidekiq/wiki/Job-Format) as reference.
1515

1616
``` toml
1717
[dependencies]
18-
sidekiq = "0.8"
18+
sidekiq = "0.9"
1919
```
2020

2121
## Default environment variables
@@ -36,10 +36,10 @@ sidekiq = "0.8"
3636

3737
The MIT License
3838

39-
Copyright (c) 2016-2020 Laurent Arnoud <laurent@spkdev.net>
39+
Copyright (c) 2016-2021 Laurent Arnoud <laurent@spkdev.net>
4040

4141
---
42-
[![Build](https://img.shields.io/travis/spk/rust-sidekiq/master.svg)](https://travis-ci.org/spk/rust-sidekiq)
42+
[![Build](https://img.shields.io/github/workflow/status/spk/rust-sidekiq/CI/master.svg)](https://github.com/spk/rust-sidekiq/actions)
4343
[![Version](https://img.shields.io/crates/v/sidekiq.svg)](https://crates.io/crates/sidekiq)
4444
[![Documentation](https://img.shields.io/badge/doc-rustdoc-blue.svg)](https://docs.rs/sidekiq/)
4545
[![License](https://img.shields.io/badge/license-MIT-blue.svg)](https://opensource.org/licenses/MIT "MIT")

0 commit comments

Comments
 (0)