summaryrefslogtreecommitdiff
path: root/examples/custom_font
diff options
context:
space:
mode:
authorEmil Ernerfeldt <emil.ernerfeldt@gmail.com>2023-08-11 13:54:02 +0200
committerGitHub <noreply@github.com>2023-08-11 13:54:02 +0200
commit08fb447fb55293b2d49343cf5ade2c59d436bc58 (patch)
treee54b68cde09d6d83e2c107b9e49436e34b2e2754 /examples/custom_font
parentbdeae9e9596f2b2fbe20c77d2c3a5e54da507f8c (diff)
Increase MSRV to 1.67 (#3234)
* Bump MSRV to 1.67 * clippy fixes * cargo clippy: inline format args * Add `clippy::uninlined_format_args` to cranky lints * Fix clippy on wasm * More clippy fixes
Diffstat (limited to 'examples/custom_font')
-rw-r--r--examples/custom_font/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/custom_font/Cargo.toml b/examples/custom_font/Cargo.toml
index 78d0491d..c7b212b5 100644
--- a/examples/custom_font/Cargo.toml
+++ b/examples/custom_font/Cargo.toml
@@ -4,7 +4,7 @@ version = "0.1.0"
authors = ["Emil Ernerfeldt <emil.ernerfeldt@gmail.com>"]
license = "MIT OR Apache-2.0"
edition = "2021"
-rust-version = "1.65"
+rust-version = "1.67"
publish = false