Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/proc_macro_test/imp/Cargo.toml')
| -rw-r--r-- | crates/proc_macro_test/imp/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/proc_macro_test/imp/Cargo.toml b/crates/proc_macro_test/imp/Cargo.toml index 760c867817..dfb71ce57d 100644 --- a/crates/proc_macro_test/imp/Cargo.toml +++ b/crates/proc_macro_test/imp/Cargo.toml @@ -3,7 +3,7 @@ name = "proc_macro_test_impl" version = "0.0.0" license = "MIT OR Apache-2.0" edition = "2021" -rust-version = "1.56" +rust-version = "1.57" publish = false [lib] |