Skip to content

Commit

Permalink
feat: update version (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
RequescoS authored Jul 31, 2023
1 parent a89aac0 commit 6e64328
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 43 deletions.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
@@ -1 +1 @@
versions_for_test="1.14.17 1.14.19"
versions_for_test="1.14.17 1.14.19 1.14.21"
72 changes: 36 additions & 36 deletions Cargo.lock

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

12 changes: 6 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,16 @@ keywords = ["solana", "geyser", "plugin", "solana-geyser-plugin"]
crate-type = ["cdylib", "rlib"]

[dependencies]
solana-geyser-plugin-interface = { version = "=1.14.19" }
solana-logger = { version = "=1.14.19" }
solana-geyser-plugin-interface = { version = "=1.14.21" }
solana-logger = { version = "=1.14.21" }
log = "0.4.17"
bs58 = "0.4.0"
flatbuffers = "23.1.21"
parking_lot = "0.12.0"
solana-sdk = { version = "=1.14.19" }
solana-transaction-status = { version = "=1.14.19" }
solana-program = { version = "=1.14.19" }
solana-metrics = { version = "=1.14.19" }
solana-sdk = { version = "=1.14.21" }
solana-transaction-status = { version = "=1.14.21" }
solana-program = { version = "=1.14.21" }
solana-metrics = { version = "=1.14.21" }
serde = { version = "1.0.133" }
serde_json = "1.0.75"
anyhow = "1.0.52"
Expand Down

0 comments on commit 6e64328

Please sign in to comment.