Skip to content

Commit

Permalink
v0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
myyrakle committed Dec 25, 2024
1 parent d9ab454 commit 7a6268f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# rupring

![](https://img.shields.io/badge/language-Rust-red) ![](https://img.shields.io/badge/version-0.12.2-brightgreen) [![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/myyrakle/rupring/blob/master/LICENSE)
![](https://img.shields.io/badge/language-Rust-red) ![](https://img.shields.io/badge/version-0.13.0-brightgreen) [![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/myyrakle/rupring/blob/master/LICENSE)

Spring Comes to Rust

Expand All @@ -9,7 +9,7 @@ Spring Comes to Rust
required dependency list

```toml
rupring = "0.11.0"
rupring = "0.13.0"
serde = { version="1.0.193", features=["derive"] }
```

Expand Down
2 changes: 1 addition & 1 deletion rupring/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rupring"
version = "0.12.2"
version = "0.13.0"
edition = "2021"
license = "MIT"
authors = ["myyrakle <[email protected]>"]
Expand Down

0 comments on commit 7a6268f

Please sign in to comment.