Skip to content

Commit 079fbde

Browse files
Publish solana-example-mocks v3.0.0
1 parent 648387e commit 079fbde

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ solana-epoch-rewards = { path = "epoch-rewards", version = "3.0.0" }
231231
solana-epoch-rewards-hasher = { path = "epoch-rewards-hasher", version = "3.0.0" }
232232
solana-epoch-schedule = { path = "epoch-schedule", version = "3.0.0" }
233233
solana-epoch-stake = { path = "epoch-stake", version = "3.0.0" }
234-
solana-example-mocks = { path = "example-mocks", version = "2.2.1" }
234+
solana-example-mocks = { path = "example-mocks", version = "3.0.0" }
235235
solana-feature-gate-interface = { path = "feature-gate-interface", version = "2.2.1" }
236236
solana-fee-calculator = { path = "fee-calculator", version = "3.0.0" }
237237
solana-fee-structure = { path = "fee-structure", version = "3.0.0" }

example-mocks/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "solana-example-mocks"
33
description = "Solana mock types for use in examples"
44
documentation = "https://docs.rs/solana-example-mocks"
5-
version = "2.2.1"
5+
version = "3.0.0"
66
authors = { workspace = true }
77
repository = { workspace = true }
88
homepage = { workspace = true }

0 commit comments

Comments
 (0)