Skip to content

Commit

Permalink
Bump version of readme
Browse files Browse the repository at this point in the history
  • Loading branch information
starkbamse committed Sep 18, 2024
1 parent 1d1f560 commit 26e9587
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

A lightweight rust library for periodically retrieving cryptocurrency prices from the ChainLink decentralized price feed. With `rustlink`, you can easily retrieve the latest price of any cryptocurrency supported by ChainLink.

[![crates.io](https://img.shields.io/crates/v/minismtp.svg)](https://crates.io/crates/rustlink)
[![crates.io](https://img.shields.io/crates/v/rustlink.svg)](https://crates.io/crates/rustlink)
[![Documentation](https://docs.rs/rustlink/badge.svg)](https://docs.rs/rustlink)
[![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)
![GitHub branch status](https://img.shields.io/github/checks-status/starkbamse/rustlink/main)
Expand Down Expand Up @@ -34,7 +34,7 @@ To use `rustlink` in your project, add the following to your `Cargo.toml` file:

```toml
[dependencies]
rustlink = "0.0.2"
rustlink = "0.0.3"
```

## Build for WASM
Expand Down

0 comments on commit 26e9587

Please sign in to comment.