Skip to content

Commit

Permalink
Upgrade Anchor to 0.30.0 (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xPlish authored Apr 21, 2024
1 parent 01b1360 commit b491999
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "hylo-fix"
version = "0.1.6"
version = "0.1.7"
edition = "2021"
description = "Fixed-point number types with Solana Anchor support"
authors = ["0xPlish <plish@hylo.so>", "Curtis McEnroe <programble@gmail.com>"]
Expand All @@ -17,7 +17,7 @@ name = "fix"
anchor = ["dep:anchor-lang"]

[dependencies]
anchor-lang = { version = "0.29.0", optional = true }
anchor-lang = { version = "0.30.0", optional = true }
muldiv = "1.0.1"
num-traits = "0.2.17"
paste = "1.0.14"
Expand Down

0 comments on commit b491999

Please sign in to comment.