Skip to content

Commit

Permalink
⬆️ 2.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
EvolveArt committed Aug 26, 2024
1 parent fe9a467 commit c4cdeaa
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1 +1 @@
scarb 2.6.4
scarb 2.7.1
1 change: 1 addition & 0 deletions Scarb.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ homepage = "https://github.com/astraly-labs/pragma-oracle/tree/main"
[lib]

[dependencies]
starknet = "2.7.1"
4 changes: 2 additions & 2 deletions src/types.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ struct FutureKeyStatus {
expiry_timestamp: u64,
}

#[derive(Copy, Drop, Serde, starknet::Store)]
#[derive(Copy, Drop, Serde, PartialEq, starknet::Store)]
struct BaseEntry {
timestamp: u64,
source: felt252,
Expand All @@ -55,7 +55,7 @@ struct GenericEntry {
value: u128,
}

#[derive(Copy, Drop, PartialOrd, Serde)]
#[derive(Copy, Drop, PartialEq, Serde)]
struct FutureEntry {
base: BaseEntry,
price: u128,
Expand Down

0 comments on commit c4cdeaa

Please sign in to comment.