about summary refs log tree commit diff
path: root/crates/sourcegen
diff options
context:
space:
mode:
authoriDawer <ilnur.iskhakov.oss@outlook.com>2021-12-16 01:49:48 +0500
committeriDawer <ilnur.iskhakov.oss@outlook.com>2021-12-16 01:56:12 +0500
commit676744be6e051a6972acfcfa634b249b65cdb962 (patch)
tree94d81bda2f1f87e62477cd2c228cae79c0cc8e33 /crates/sourcegen
parentb75d4d3dbe703093be18c64d28f11d9f6e29dd62 (diff)
downloadrust-676744be6e051a6972acfcfa634b249b65cdb962.tar.gz
rust-676744be6e051a6972acfcfa634b249b65cdb962.zip
Bump MSRV (1.57)
Diffstat (limited to 'crates/sourcegen')
-rw-r--r--crates/sourcegen/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/sourcegen/Cargo.toml b/crates/sourcegen/Cargo.toml
index 34cebb34ec2..9cfe181c2e0 100644
--- a/crates/sourcegen/Cargo.toml
+++ b/crates/sourcegen/Cargo.toml
@@ -4,7 +4,7 @@ version = "0.0.0"
 description = "TBD"
 license = "MIT OR Apache-2.0"
 edition = "2021"
-rust-version = "1.56"
+rust-version = "1.57"
 
 [lib]
 doctest = false