Skip to content
This repository was archived by the owner on Jun 30, 2022. It is now read-only.

Commit 3872f8d

Browse files
committed
Add deprecated as status and in readme
Apparently badge doesn't show in ui. So I needed to add in readme too
1 parent 5c80168 commit 3872f8d

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

Cargo.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "pyth-client"
3-
version = "0.5.0"
3+
version = "0.5.1"
44
authors = ["Pyth Data Foundation"]
55
edition = "2018"
66
license = "Apache-2.0"
@@ -10,6 +10,9 @@ description = "pyth price oracle data structures and example usage"
1010
keywords = [ "pyth", "solana", "oracle" ]
1111
readme = "README.md"
1212

13+
[badges]
14+
maintenance = { status = "deprecated" }
15+
1316
[features]
1417
test-bpf = []
1518
no-entrypoint = []

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Pyth Client
22

3+
**This crate has deprecated. Please use [pyth-sdk-solana](https://github.com/pyth-network/pyth-sdk-rs/tree/main/pyth-sdk-solana) instead.**
4+
35
This crate provides utilities for reading price feeds from the [pyth.network](https://pyth.network/) oracle on the Solana network.
46
The crate includes a library for on-chain programs and an off-chain example program.
57

0 commit comments

Comments
 (0)