We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ebfef91 + 1ad8e61 commit c94ae4dCopy full SHA for c94ae4d
pyth-sdk-solana/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "pyth-sdk-solana"
3
-version = "0.4.1"
+version = "0.4.2"
4
authors = ["Pyth Data Foundation"]
5
edition = "2018"
6
license = "Apache-2.0"
pyth-sdk-solana/src/state.rs
@@ -127,6 +127,9 @@ impl Default for PriceType {
127
Default,
128
PartialEq,
129
Eq,
130
+ Hash,
131
+ Ord,
132
+ PartialOrd,
133
BorshSerialize,
134
BorshDeserialize,
135
serde::Serialize,
0 commit comments