Skip to content

Commit fe8da3a

Browse files
authored
release: v1.0.0 (#45)
1 parent af3ec9e commit fe8da3a

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

clients/cli/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "solana-slashing-cli"
3-
version = "0.1.0"
3+
version = "1.0.0"
44
description = "Solana Program Library Slashing Command-line Utility"
55
authors = ["Anza Maintainers <[email protected]>"]
66
repository = "https://github.com/solana-program/single-pool"
@@ -32,7 +32,7 @@ solana-sdk = "2.2.1"
3232
solana-transaction-status = "2.2.0"
3333
spl-token = { version = "8.0", features = ["no-entrypoint"] }
3434
lazy_static = "1.4.0"
35-
solana-slashing-program = { version = "0.1.0", path = "../../program", features = [
35+
solana-slashing-program = { version = "1.0.0", path = "../../program", features = [
3636
"no-entrypoint",
3737
] }
3838
spl-record = "0.3.0"

program/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "solana-slashing-program"
3-
version = "0.1.0"
3+
version = "1.0.0"
44
description = "Solana Program Library Slashing"
55
authors = ["Anza Maintainers <[email protected]>"]
66
repository = "https://github.com/solana-program/slashing"

0 commit comments

Comments
 (0)