Skip to content

Commit

Permalink
Publish spl-math v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Sep 23, 2024
1 parent 7e827ef commit cd6ce4b
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion libraries/math/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "spl-math"
version = "0.2.0"
version = "0.3.0"
description = "Solana Program Library Math"
authors = ["Solana Labs Maintainers <[email protected]>"]
repository = "https://github.com/solana-labs/solana-program-library"
Expand Down
2 changes: 1 addition & 1 deletion stake-pool/program/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ serde = "1.0.210"
serde_derive = "1.0.103"
solana-program = "2.0.3"
solana-security-txt = "1.1.1"
spl-math = { version = "0.2", path = "../../libraries/math", features = [
spl-math = { version = "0.3", path = "../../libraries/math", features = [
"no-entrypoint",
] }
spl-pod = { version = "0.4.0", path = "../../libraries/pod", features = [
Expand Down
2 changes: 1 addition & 1 deletion token-swap/program/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ enum_dispatch = "0.3.13"
num-derive = "0.4"
num-traits = "0.2"
solana-program = "2.0.3"
spl-math = { version = "0.2", path = "../../libraries/math", features = [ "no-entrypoint" ] }
spl-math = { version = "0.3", path = "../../libraries/math", features = [ "no-entrypoint" ] }
spl-token = { version = "6.0", path = "../../token/program", features = [ "no-entrypoint" ] }
spl-token-2022 = { version = "5.0.2", path = "../../token/program-2022", features = [ "no-entrypoint" ] }
thiserror = "1.0"
Expand Down
2 changes: 1 addition & 1 deletion token-swap/program/fuzz/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ publish = false
honggfuzz = { version = "0.5.56" }
arbitrary = { version = "1.3", features = ["derive"] }
solana-program = "2.0.3"
spl-math = { version = "0.2", path = "../../../libraries/math", features = [ "no-entrypoint" ] }
spl-math = { version = "0.3", path = "../../../libraries/math", features = [ "no-entrypoint" ] }
spl-token = { version = "6.0", path = "../../../token/program", features = [ "no-entrypoint" ] }
spl-token-swap = { path = "..", features = ["fuzz", "no-entrypoint"] }

Expand Down

0 comments on commit cd6ce4b

Please sign in to comment.