about summary refs log tree commit diff
path: root/library/test
diff options
context:
space:
mode:
authorEric Huss <eric@huss.org>2025-02-12 14:47:53 -0800
committerEric Huss <eric@huss.org>2025-03-11 09:46:34 -0700
commitf1a95138d92aaa54716e4ecd4470f76d47dc33ac (patch)
tree9561e9707a21423e282072f45e7b288461fb2b7b /library/test
parent993359e70112fab8daad4c85ff5b069f9fbdd197 (diff)
downloadrust-f1a95138d92aaa54716e4ecd4470f76d47dc33ac.tar.gz
rust-f1a95138d92aaa54716e4ecd4470f76d47dc33ac.zip
Migrate test to Rust 2024
Diffstat (limited to 'library/test')
-rw-r--r--library/test/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/test/Cargo.toml b/library/test/Cargo.toml
index 241ef324b00..2a32a7dd76e 100644
--- a/library/test/Cargo.toml
+++ b/library/test/Cargo.toml
@@ -3,7 +3,7 @@ cargo-features = ["public-dependency"]
 [package]
 name = "test"
 version = "0.0.0"
-edition = "2021"
+edition = "2024"
 
 [dependencies]
 getopts = { version = "0.2.21", features = ['rustc-dep-of-std'] }