Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Commit cd6ce4b

Browse files
Publish spl-math v0.3.0
1 parent 7e827ef commit cd6ce4b

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

libraries/math/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "spl-math"
3-
version = "0.2.0"
3+
version = "0.3.0"
44
description = "Solana Program Library Math"
55
authors = ["Solana Labs Maintainers <[email protected]>"]
66
repository = "https://github.com/solana-labs/solana-program-library"

stake-pool/program/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ serde = "1.0.210"
2222
serde_derive = "1.0.103"
2323
solana-program = "2.0.3"
2424
solana-security-txt = "1.1.1"
25-
spl-math = { version = "0.2", path = "../../libraries/math", features = [
25+
spl-math = { version = "0.3", path = "../../libraries/math", features = [
2626
"no-entrypoint",
2727
] }
2828
spl-pod = { version = "0.4.0", path = "../../libraries/pod", features = [

token-swap/program/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ enum_dispatch = "0.3.13"
1818
num-derive = "0.4"
1919
num-traits = "0.2"
2020
solana-program = "2.0.3"
21-
spl-math = { version = "0.2", path = "../../libraries/math", features = [ "no-entrypoint" ] }
21+
spl-math = { version = "0.3", path = "../../libraries/math", features = [ "no-entrypoint" ] }
2222
spl-token = { version = "6.0", path = "../../token/program", features = [ "no-entrypoint" ] }
2323
spl-token-2022 = { version = "5.0.2", path = "../../token/program-2022", features = [ "no-entrypoint" ] }
2424
thiserror = "1.0"

token-swap/program/fuzz/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ publish = false
1212
honggfuzz = { version = "0.5.56" }
1313
arbitrary = { version = "1.3", features = ["derive"] }
1414
solana-program = "2.0.3"
15-
spl-math = { version = "0.2", path = "../../../libraries/math", features = [ "no-entrypoint" ] }
15+
spl-math = { version = "0.3", path = "../../../libraries/math", features = [ "no-entrypoint" ] }
1616
spl-token = { version = "6.0", path = "../../../token/program", features = [ "no-entrypoint" ] }
1717
spl-token-swap = { path = "..", features = ["fuzz", "no-entrypoint"] }
1818

0 commit comments

Comments
 (0)