examples: set rust-version to help guide clippy

This commit is contained in:
Dirkjan Ochtman 2023-01-16 10:52:09 +01:00
parent 6dfa67809d
commit b4e48468a0
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@
name = "rustls-examples"
version = "0.0.1"
edition = "2021"
rust-version = "1.57"
authors = ["Joseph Birr-Pixton <jpixton@gmail.com>"]
license = "Apache-2.0/ISC/MIT"
description = "Rustls example code and tests."