diff --git a/Cargo.toml b/Cargo.toml index 6d42257..2cd1e49 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,20 +1,20 @@ [workspace.package] edition = "2021" authors = ["Alexey Gerasev "] -homepage = "https://gitlab.com/agerasev/ringbuf" -repository = "https://gitlab.com/agerasev/ringbuf.git" +homepage = "https://github.com/agerasev/ringbuf" +repository = "https://github.com/agerasev/ringbuf.git" readme = "README.md" license = "MIT/Apache-2.0" [workspace.dependencies] -ringbuf = { path = ".", version = "0.4.1" } +ringbuf = { path = ".", version = "0.4.2" } [workspace] members = ["async", "blocking"] [package] name = "ringbuf" -version = "0.4.1" +version = "0.4.2" edition.workspace = true authors.workspace = true description = "Lock-free SPSC FIFO ring buffer with direct access to inner data" diff --git a/README.md b/README.md index d9be23e..9860308 100644 --- a/README.md +++ b/README.md @@ -2,16 +2,19 @@ [![Crates.io][crates_badge]][crates] [![Docs.rs][docs_badge]][docs] +[![Github Actions][github_badge]][github] [![Gitlab CI][gitlab_badge]][gitlab] [![License][license_badge]][license] [crates_badge]: https://img.shields.io/crates/v/ringbuf.svg [docs_badge]: https://docs.rs/ringbuf/badge.svg +[github_badge]: https://github.com/agerasev/ringbuf/actions/workflows/test.yml/badge.svg [gitlab_badge]: https://gitlab.com/agerasev/ringbuf/badges/master/pipeline.svg [license_badge]: https://img.shields.io/crates/l/ringbuf.svg [crates]: https://crates.io/crates/ringbuf [docs]: https://docs.rs/ringbuf +[github]: https://github.com/agerasev/ringbuf/actions/workflows/test.yml [gitlab]: https://gitlab.com/agerasev/ringbuf/-/pipelines?scope=branches&ref=master [license]: #license