Skip to content

Commit

Permalink
docs: fix readme links
Browse files Browse the repository at this point in the history
  • Loading branch information
robjtede committed Nov 28, 2024
1 parent 7d08652 commit 4aeef6d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion russe/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "russe"
version = "0.0.3"
version = "0.0.4"
authors = ["Rob Ede <[email protected]>"]
description = "Server-Sent Events (SSE) decoder"
keywords = ["sse", "server", "sent", "events"]
Expand Down
10 changes: 5 additions & 5 deletions russe/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

<!-- prettier-ignore-start -->

[![crates.io](https://img.shields.io/crates/v/actix-cors?label=latest)](https://crates.io/crates/actix-cors)
[![Documentation](https://docs.rs/actix-cors/badge.svg?version=0.7.0)](https://docs.rs/actix-cors/0.7.0)
[![crates.io](https://img.shields.io/crates/v/russe?label=latest)](https://crates.io/crates/russe)
[![Documentation](https://docs.rs/russe/badge.svg?version=0.0.4)](https://docs.rs/russe/0.0.4)
![Version](https://img.shields.io/badge/rustc-1.75+-ab6000.svg)
![MIT or Apache 2.0 licensed](https://img.shields.io/crates/l/actix-cors.svg)
![MIT or Apache 2.0 licensed](https://img.shields.io/crates/l/russe.svg)
<br />
[![Dependency Status](https://deps.rs/crate/actix-cors/0.7.0/status.svg)](https://deps.rs/crate/actix-cors/0.7.0)
[![Download](https://img.shields.io/crates/d/actix-cors.svg)](https://crates.io/crates/actix-cors)
[![Dependency Status](https://deps.rs/crate/russe/0.0.4/status.svg)](https://deps.rs/crate/russe/0.0.4)
[![Download](https://img.shields.io/crates/d/russe.svg)](https://crates.io/crates/russe)
[![Chat on Discord](https://img.shields.io/discord/771444961383153695?label=chat&logo=discord)](https://discord.gg/NWpN5mmg3x)

<!-- prettier-ignore-end -->
Expand Down

0 comments on commit 4aeef6d

Please sign in to comment.