Skip to content

Commit

Permalink
try to lock the dependency version
Browse files Browse the repository at this point in the history
  • Loading branch information
lijunwangs committed Oct 17, 2023
1 parent 8858834 commit 1380c79
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ postgres-openssl = { version = "0.5.0"}
serde = "1.0.145"
serde_derive = "1.0.145"
serde_json = "1.0.85"
solana-geyser-plugin-interface = { version = "1.16.0" }
solana-geyser-plugin-interface = "=1.16.0"
solana-logger = { version = "1.16.0" }
solana-measure = { version = "1.16.0" }
solana-metrics = { version = "1.16.0" }
Expand All @@ -41,10 +41,11 @@ libloading = "0.7.3"
serial_test = "0.9.0"
socket2 = { version = "0.4.7", features = ["all"] }

solana-account-decoder = { version = "1.16.0" }
solana-account-decoder = "=1.16.0"
solana-core = { version = "1.16.0" }
solana-local-cluster = { version = "1.16.0" }
solana-net-utils = { version = "1.16.0" }
solana-program = { version = "1.16.0" }
solana-streamer = { version = "1.16.0" }
tempfile = "3.3.0"

Expand Down
2 changes: 1 addition & 1 deletion src/postgres_client.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#![allow(clippy::integer_arithmetic)]
#![allow(clippy::arithmetic_side_effects)]

mod postgres_client_account_index;
mod postgres_client_block_metadata;
Expand Down

0 comments on commit 1380c79

Please sign in to comment.