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

Commit ea3d18c

Browse files
authored
Release v0.4.0 (#19)
* Release v0.4.0 * Add no-entrypoint feature description in ReadMe
1 parent 210087a commit ea3d18c

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "pyth-client"
3-
version = "0.3.0"
4-
authors = ["Richard Brooks"]
3+
version = "0.4.0"
4+
authors = ["Pyth Data Foundation"]
55
edition = "2018"
66
license = "Apache-2.0"
77
homepage = "https://pyth.network"

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,13 @@ Add a dependency to your Cargo.toml:
2121
pyth-client="<version>"
2222
```
2323

24+
If you want to use this library in your on-chain program you should use `no-entrypoint` feature to prevent conflict between your program and this library's program.
25+
26+
```toml
27+
[dependencies]
28+
pyth-client = {version = "<version>", features = ["no-entrypoint"]}
29+
```
30+
2431
See [pyth-client on crates.io](https://crates.io/crates/pyth-client/) to get the latest version of the library.
2532

2633
## Usage

0 commit comments

Comments
 (0)