Skip to content

Commit

Permalink
0.1.5+solana.1.14.24
Browse files Browse the repository at this point in the history
Pin tokio to 1.29.0 since it requires socket2 v0.5.3 which requires rust 1.63

Also `cargo update -p cc --precise 1.0.81` due to rust-lang/rust#90829
  • Loading branch information
nyetwurk committed Aug 12, 2023
1 parent 196d5e1 commit 7100ea2
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 45 deletions.
87 changes: 44 additions & 43 deletions Cargo.lock

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

5 changes: 3 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "solana-accountsdb-plugin-kafka"
description = "Solana AccountsDb plugin for Kafka"
authors = ["Blockdaemon"]
version = "0.1.5+solana.1.14.23"
version = "0.1.5+solana.1.14.24"
edition = "2021"
repository = "https://github.com/Blockdaemon/solana-accountsdb-plugin-kafka"
license = "Apache-2.0"
Expand All @@ -11,7 +11,7 @@ license = "Apache-2.0"
crate-type = ["cdylib", "rlib"]

[dependencies]
solana-geyser-plugin-interface = { version = "=1.14.23" }
solana-geyser-plugin-interface = { version = "=1.14.24" }
solana-logger = { version = "=1.14" }
solana-program = { version = "=1.14" }
solana-transaction-status = { version = "=1.14" }
Expand All @@ -29,6 +29,7 @@ winnow = { version = "=0.4.1" } # 0.4.2 requires rust 1.64.0
[build-dependencies]
prost-build = "0.11"
tempfile = { version = "=3.6.0" } # 3.7.0 requires rustix 0.38.0 which requires linux-raw-sys 0.4.0 and hence rust 1.63.0
tokio = { version = "=1.29" } # 1.30.x requires socket2 v0.5.3 which requires rust 1.63

[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]

0 comments on commit 7100ea2

Please sign in to comment.