Skip to content

Commit

Permalink
update to rust version 1.75.0
Browse files Browse the repository at this point in the history
  • Loading branch information
grooviegermanikus committed Jun 28, 2024
1 parent 12d9602 commit 9f3a8d8
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# syntax = docker/dockerfile:1.2
FROM lukemathwalker/cargo-chef:0.1.62-rust-1.73-bookworm as base
FROM lukemathwalker/cargo-chef:0.1.62-rust-1.75-bookworm as base
WORKDIR /app

FROM base AS plan
Expand Down
2 changes: 1 addition & 1 deletion accounts-on-demand/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "solana-lite-rpc-accounts-on-demand"
version = "0.2.4"
edition = "2021"
description = "Library which implements accounts on demand service in lite-rpc. Whenever account is not available it will fetch from rpc and create a geyser stream to update it automatically."
rust-version = "1.73.0"
rust-version = "1.75.0"
repository = "https://github.com/blockworks-foundation/lite-rpc"
license = "AGPL"

Expand Down
2 changes: 1 addition & 1 deletion accounts/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "solana-lite-rpc-accounts"
version = "0.2.4"
edition = "2021"
description = "Library which implements accounts in lite-rpc"
rust-version = "1.73.0"
rust-version = "1.75.0"
repository = "https://github.com/blockworks-foundation/lite-rpc"
license = "AGPL"

Expand Down
2 changes: 1 addition & 1 deletion address-lookup-tables/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "solana-lite-rpc-address-lookup-tables"
version = "0.2.4"
edition = "2021"
description = "Library to save and update address lookup tables in lite-rpc"
rust-version = "1.73.0"
rust-version = "1.75.0"
repository = "https://github.com/blockworks-foundation/lite-rpc"
license = "AGPL"

Expand Down
2 changes: 1 addition & 1 deletion benchrunner-service/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name = "solana-lite-rpc-benchrunner-service"
version = "0.2.4"
edition = "2021"
description = "Service for running recurring benchmarks"
rust-version = "1.73.0"
rust-version = "1.75.0"
repository = "https://github.com/blockworks-foundation/lite-rpc"
license = "AGPL"

Expand Down
2 changes: 1 addition & 1 deletion lite-rpc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "lite-rpc"
version = "0.2.4"
edition = "2021"
description = "A lite version of solana rpc to send and confirm transactions"
rust-version = "1.73.0"
rust-version = "1.75.0"
default-run = "lite-rpc"
repository = "https://github.com/blockworks-foundation/lite-rpc"
license = "AGPL"
Expand Down
2 changes: 1 addition & 1 deletion quic-forward-proxy-integration-test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "solana-lite-rpc-quic-forward-proxy-integration-test"
version = "0.1.0"
edition = "2021"
description = "Integration test for quic proxy "
rust-version = "1.73.0"
rust-version = "1.75.0"
#default-run = "lite-rpc"
repository = "https://github.com/blockworks-foundation/lite-rpc"
license = "AGPL"
Expand Down
2 changes: 1 addition & 1 deletion quic-forward-proxy/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "solana-lite-rpc-quic-forward-proxy"
version = "0.1.0"
edition = "2021"
description = "A staked proxy for transaction forwarding to TPU nodes"
rust-version = "1.73.0"
rust-version = "1.75.0"
#default-run = "lite-rpc"
repository = "https://github.com/blockworks-foundation/lite-rpc"
license = "AGPL"
Expand Down
2 changes: 1 addition & 1 deletion services/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "solana-lite-rpc-services"
version = "0.2.4"
edition = "2021"
description = "Services used by solana lite rpc"
rust-version = "1.73.0"
rust-version = "1.75.0"
repository = "https://github.com/blockworks-foundation/lite-rpc"
license = "AGPL"

Expand Down
2 changes: 1 addition & 1 deletion util/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "solana-lite-rpc-util"
version = "0.2.4"
edition = "2021"
description = "Utility for non-domain functions"
rust-version = "1.73.0"
rust-version = "1.75.0"
repository = "https://github.com/blockworks-foundation/lite-rpc"
license = "AGPL"

Expand Down

0 comments on commit 9f3a8d8

Please sign in to comment.