Skip to content

Commit

Permalink
Update README dependencies section
Browse files Browse the repository at this point in the history
  • Loading branch information
Finomnis committed May 16, 2022
1 parent 241e788 commit c57a783
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ Further examples can be seen in the [**examples**](https://github.com/Finomnis/t
To use this library in your project, add the following to the `[dependencies]` section of `Cargo.toml`:
```toml
[dependencies]
tokio-graceful-shutdown = "0.8.0"
tokio-graceful-shutdown = "0.9.0-beta"
```

To run one of the examples (here `01_normal_shutdown.rs`), simply enter the repository folder and execute:
Expand Down

0 comments on commit c57a783

Please sign in to comment.