From 1fa770e82dd7f598be831b2bd25e7b3e213ff26a Mon Sep 17 00:00:00 2001 From: Daniel Santana Date: Wed, 29 Nov 2023 07:50:40 +0000 Subject: [PATCH] chore(config): update to rust version 1.67 --- crates/net/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/net/Cargo.toml b/crates/net/Cargo.toml index 73681ee5..7c895f94 100644 --- a/crates/net/Cargo.toml +++ b/crates/net/Cargo.toml @@ -12,7 +12,7 @@ description = "HTTP requests library for WASM Apps" readme = "README.md" keywords = ["requests", "http", "wasm", "websockets"] categories = ["wasm", "web-programming::http-client", "api-bindings"] -rust-version = "1.64" +rust-version = "1.67" [package.metadata.docs.rs] all-features = true