Skip to content

Commit d699748

Browse files
authored
Bump solana-ed25519-program version to 2.2.2 (#90)
1 parent 1d01c2c commit d699748

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ solana-cpi = { path = "cpi", version = "2.2.1" }
226226
solana-decode-error = { path = "decode-error", version = "2.2.1" }
227227
solana-define-syscall = { path = "define-syscall", version = "2.2.1" }
228228
solana-derivation-path = { path = "derivation-path", version = "2.2.1" }
229-
solana-ed25519-program = { path = "ed25519-program", version = "2.2.1" }
229+
solana-ed25519-program = { path = "ed25519-program", version = "2.2.2" }
230230
solana-program-entrypoint = { path = "program-entrypoint", version = "2.2.1" }
231231
solana-epoch-info = { path = "epoch-info", version = "2.2.1" }
232232
solana-epoch-rewards = { path = "epoch-rewards", version = "2.2.1" }

ed25519-program/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "solana-ed25519-program"
33
description = "Instructions for the Solana ed25519 native program"
44
documentation = "https://docs.rs/solana-ed25519-program"
5-
version = "2.2.1"
5+
version = "2.2.2"
66
authors = { workspace = true }
77
repository = { workspace = true }
88
homepage = { workspace = true }

0 commit comments

Comments
 (0)