From 9f3a8d8b91235c4c78e3cad235050f30dad3c48b Mon Sep 17 00:00:00 2001 From: GroovieGermanikus Date: Fri, 28 Jun 2024 15:57:12 +0200 Subject: [PATCH] update to rust version 1.75.0 --- Dockerfile | 2 +- accounts-on-demand/Cargo.toml | 2 +- accounts/Cargo.toml | 2 +- address-lookup-tables/Cargo.toml | 2 +- benchrunner-service/Cargo.toml | 2 +- lite-rpc/Cargo.toml | 2 +- quic-forward-proxy-integration-test/Cargo.toml | 2 +- quic-forward-proxy/Cargo.toml | 2 +- services/Cargo.toml | 2 +- util/Cargo.toml | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) diff --git a/Dockerfile b/Dockerfile index 876c0d1e..939d1838 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 diff --git a/accounts-on-demand/Cargo.toml b/accounts-on-demand/Cargo.toml index 21219332..3efbf16f 100644 --- a/accounts-on-demand/Cargo.toml +++ b/accounts-on-demand/Cargo.toml @@ -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" diff --git a/accounts/Cargo.toml b/accounts/Cargo.toml index 254370da..990542b7 100644 --- a/accounts/Cargo.toml +++ b/accounts/Cargo.toml @@ -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" diff --git a/address-lookup-tables/Cargo.toml b/address-lookup-tables/Cargo.toml index 1d34b6f2..9bcee1a3 100644 --- a/address-lookup-tables/Cargo.toml +++ b/address-lookup-tables/Cargo.toml @@ -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" diff --git a/benchrunner-service/Cargo.toml b/benchrunner-service/Cargo.toml index 6949df82..862a3966 100644 --- a/benchrunner-service/Cargo.toml +++ b/benchrunner-service/Cargo.toml @@ -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" diff --git a/lite-rpc/Cargo.toml b/lite-rpc/Cargo.toml index 7f1e4ba9..55d14817 100644 --- a/lite-rpc/Cargo.toml +++ b/lite-rpc/Cargo.toml @@ -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" diff --git a/quic-forward-proxy-integration-test/Cargo.toml b/quic-forward-proxy-integration-test/Cargo.toml index 59d57a42..735c8e1c 100644 --- a/quic-forward-proxy-integration-test/Cargo.toml +++ b/quic-forward-proxy-integration-test/Cargo.toml @@ -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" diff --git a/quic-forward-proxy/Cargo.toml b/quic-forward-proxy/Cargo.toml index 25c929d7..b3397b78 100644 --- a/quic-forward-proxy/Cargo.toml +++ b/quic-forward-proxy/Cargo.toml @@ -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" diff --git a/services/Cargo.toml b/services/Cargo.toml index 3b4d72b9..3700d942 100644 --- a/services/Cargo.toml +++ b/services/Cargo.toml @@ -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" diff --git a/util/Cargo.toml b/util/Cargo.toml index b00e5ea7..6bbb2d8b 100644 --- a/util/Cargo.toml +++ b/util/Cargo.toml @@ -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"