aboutsummaryrefslogtreecommitdiff
path: root/cortex-m-rt/src
diff options
context:
space:
mode:
authorGravatar Alex Martens <alex@thinglab.org> 2022-01-23 10:28:06 -0800
committerGravatar Alex Martens <alex@thinglab.org> 2022-01-23 10:28:06 -0800
commit000279dd5984e7f1de90c9225ddafdaea61ed0cb (patch)
treeb00e66deef005f0fcc57e997bfd5c7ed8bc3857e /cortex-m-rt/src
parent3e8055719ba2bccd7a08dfb9df7023bf7a48aaeb (diff)
downloadcortex-m-000279dd5984e7f1de90c9225ddafdaea61ed0cb.tar.gz
cortex-m-000279dd5984e7f1de90c9225ddafdaea61ed0cb.tar.zst
cortex-m-000279dd5984e7f1de90c9225ddafdaea61ed0cb.zip
Bump MSRV from 1.40 to 1.42, fix clippy::match_like_matches_macro
Diffstat (limited to 'cortex-m-rt/src')
-rw-r--r--cortex-m-rt/src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/cortex-m-rt/src/lib.rs b/cortex-m-rt/src/lib.rs
index 8003326..752d3d7 100644
--- a/cortex-m-rt/src/lib.rs
+++ b/cortex-m-rt/src/lib.rs
@@ -418,7 +418,7 @@
//!
//! # Minimum Supported Rust Version (MSRV)
//!
-//! The MSRV of this release is Rust 1.40.0.
+//! The MSRV of this release is Rust 1.42.0.
// # Developer notes
//
ption value='jarred/fix-proxy-regression'>jarred/fix-proxy-regression Unnamed repository; edit this file 'description' to name the repository.
aboutsummaryrefslogtreecommitdiff
path: root/src/watcher.zig (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2022-07-22Workaround submodules issueGravatar Jarred Sumner 1-0/+4
2022-07-22Delete plus100-napiGravatar Jarred Sumner 1-0/+0
2022-07-22Rename linux amd64 -> linux x64Gravatar Jarred Sumner 1-18/+18
2022-07-22Mark as executableGravatar Jarred Sumner 4-11/+33
2022-07-22fix: remove suffix arg for mktemp compatibility (#825)Gravatar Connor Lurring 5-5/+5
2022-07-22Canary builds (Linux) (#824)canaryGravatar Jarred Sumner 12-220/+334
2022-07-21Separate Dockerfile for devcontainerGravatar Jarred Sumner 2-1/+100
2022-07-21BumpGravatar Jarred Sumner 1-1/+1
2022-07-21Redo the dockerfileGravatar Jarred SUmner 5-222/+203
2022-07-21docs(templates): Update README.md (#783)Gravatar Sakib Hasan 1-0/+8
2022-07-20chore(vscode): set tab size and tab format (#810)Gravatar Carter Snook 1-1/+2
2022-07-20feat(node/fs): implement more stat methods (#807)Gravatar Carter Snook 3-5/+108
2022-07-19Allow blankGravatar Jarred Sumner 1-1/+1
2022-07-19fix(api): stop double-free of prop array (#793)Gravatar Carter Snook 2-8/+6
2022-07-19refactor(installer): renovate install script (#745)Gravatar Wallunen 1-122/+162