Rust 1.85, edition=2024 (#15741)

This commit is contained in:
Jack Wright
2025-05-13 07:49:30 -07:00
committed by GitHub
parent 1a0986903f
commit c2ac8f730e
793 changed files with 4276 additions and 3687 deletions

View File

@ -2,7 +2,7 @@
authors = ["The Nushell Project Developers"]
description = "A test plugin for Nushell to stress aspects of the internals"
repository = "https://github.com/nushell/nushell/tree/main/crates/nu_plugin_stress_internals"
edition = "2021"
edition = "2024"
license = "MIT"
name = "nu_plugin_stress_internals"
version = "0.104.1"
@ -16,4 +16,4 @@ bench = false
# assumptions about the serialized format
serde = { workspace = true }
serde_json = { workspace = true }
interprocess = { workspace = true }
interprocess = { workspace = true }

View File

@ -5,10 +5,10 @@ use std::{
};
use interprocess::local_socket::{
self, traits::Stream, GenericFilePath, GenericNamespaced, ToFsName, ToNsName,
self, GenericFilePath, GenericNamespaced, ToFsName, ToNsName, traits::Stream,
};
use serde::Deserialize;
use serde_json::{json, Value};
use serde_json::{Value, json};
#[derive(Debug)]
struct Options {