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

Commit

Permalink
Release v0.4.0 (#19)
Browse files Browse the repository at this point in the history
* Release v0.4.0

* Add no-entrypoint feature description in ReadMe
  • Loading branch information
ali-bahjati authored Feb 18, 2022
1 parent 210087a commit ea3d18c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "pyth-client"
version = "0.3.0"
authors = ["Richard Brooks"]
version = "0.4.0"
authors = ["Pyth Data Foundation"]
edition = "2018"
license = "Apache-2.0"
homepage = "https://pyth.network"
Expand Down
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,13 @@ Add a dependency to your Cargo.toml:
pyth-client="<version>"
```

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.

```toml
[dependencies]
pyth-client = {version = "<version>", features = ["no-entrypoint"]}
```

See [pyth-client on crates.io](https://crates.io/crates/pyth-client/) to get the latest version of the library.

## Usage
Expand Down

0 comments on commit ea3d18c

Please sign in to comment.