Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit8abcdf7

Browse files
committed
Advertise and enforce MSRV
1 parente77b292 commit8abcdf7

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

‎.github/workflows/rust.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,3 +46,12 @@ jobs:
4646
run:rm tests/emoji-test.txt && cd scripts && python3 unicode.py
4747
-name:Diff
4848
run:git update-index --refresh && git diff-index --quiet HEAD --
49+
50+
msrv:
51+
runs-on:ubuntu-latest
52+
steps:
53+
-uses:actions/checkout@v4
54+
-uses:dtolnay/rust-toolchain@master
55+
with:
56+
toolchain:1.66.0
57+
-run:cargo check --lib --all-features

‎Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ Determine displayed width of `char` and `str` types
2323
according to Unicode Standard Annex #11 rules.
2424
"""
2525
edition ="2021"
26+
rust-version ="1.66"
2627

2728
exclude = ["/.github/*"]
2829

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp