Skip to content

Commit

Permalink
Merge pull request #22 from z80dev/update-generated-deps-versions
Browse files Browse the repository at this point in the history
fix: ahash pyth-sdk-solana versions
  • Loading branch information
mcintyre94 authored Dec 4, 2024
2 parents 8f5960e + efefd5a commit efa798e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/bin/cli/init.rs
Original file line number Diff line number Diff line change
Expand Up @@ -210,12 +210,12 @@ pub fn init(args: InitArgs) -> Result<(), Box<dyn Error>> {
// See https://github.com/coral-xyz/anchor/pull/2756/files
// Can also remove here when Anchor release that fix
cargo["dependencies"]["ahash"] =
Item::Value(Value::String(Formatted::new("=0.8.6".to_string())));
Item::Value(Value::String(Formatted::new("=0.8.9".to_string())));

let mut pyth = InlineTable::new();
pyth.insert(
"version",
Value::String(Formatted::new("0.8.0".to_string())),
Value::String(Formatted::new("0.10.2".to_string())),
);
pyth.insert("optional", Value::Boolean(Formatted::new(true)));
cargo["dependencies"]["pyth-sdk-solana"] = Item::Value(Value::InlineTable(pyth));
Expand Down

0 comments on commit efa798e

Please sign in to comment.