From c9779df2a4db65e6533d1028b42d0690aba55653 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jon=20H=C3=A4ggblad?= Date: Wed, 23 Nov 2022 15:51:51 +0100 Subject: [PATCH] rust: bump required version to 1.65 in some crates that need it --- clients/native/Cargo.toml | 2 +- service-providers/network-requester/Cargo.toml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/clients/native/Cargo.toml b/clients/native/Cargo.toml index 4f4cca6a85..ab22e76a9d 100644 --- a/clients/native/Cargo.toml +++ b/clients/native/Cargo.toml @@ -4,7 +4,7 @@ version = "1.1.0" authors = ["Dave Hrycyszyn ", "Jędrzej Stuczyński "] description = "Implementation of the Nym Client" edition = "2021" -rust-version = "1.56" +rust-version = "1.65" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/service-providers/network-requester/Cargo.toml b/service-providers/network-requester/Cargo.toml index eb3cc1d229..8d81920af5 100644 --- a/service-providers/network-requester/Cargo.toml +++ b/service-providers/network-requester/Cargo.toml @@ -6,6 +6,7 @@ name = "nym-network-requester" version = "1.1.0" authors = ["Dave Hrycyszyn ", "Jędrzej Stuczyński "] edition = "2021" +rust-version = "1.65" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html