-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathconstants.env
More file actions
36 lines (31 loc) · 1.16 KB
/
constants.env
File metadata and controls
36 lines (31 loc) · 1.16 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# Copyright (c) Microsoft Corporation.
# Licensed under the MIT License.
# Shared constants for GitHub workflows and repository automation.
# Rust toolchain versions
# used for testing, ensures the MSRV promise is kept; must match Cargo.toml [workspace.package].rust-version
RUST_MSRV=1.88
# used for static analysis & mutation testing; must match rust-toolchain.toml
RUST_LATEST=1.93
# used for coverage and extended analysis; update on a regular basis
RUST_NIGHTLY=nightly-2026-01-21
# used for external type exposure checks; update alongside updates to cargo-check-external-types
RUST_NIGHTLY_EXTERNAL_TYPES=nightly-2025-10-18
# Cargo tools
CARGO_CAREFUL_VERSION=0.4.9
CARGO_CHECK_EXTERNAL_TYPES_VERSION=0.4.0
CARGO_DENY_VERSION=0.19.0
CARGO_DOC2README_VERSION=0.6.4
CARGO_ENSURE_NO_CYCLIC_DEPS_VERSION=0.2.0
CARGO_ENSURE_NO_DEFAULT_FEATURES_VERSION=1.0.0
CARGO_HACK_VERSION=0.6.41
CARGO_LLVM_COV_VERSION=0.8.4
CARGO_MUTANTS_VERSION=26.1.2
CARGO_NEXTEST_VERSION=0.9.122
CARGO_SEMVER_CHECKS_VERSION=0.46.0
CARGO_SORT_VERSION=2.0.2
CARGO_SPELLCHECK_VERSION=0.15.1
CARGO_UDEPS_VERSION=0.1.60
CARGO_WORKSPACES_VERSION=0.4.2
# Other tools
JUST_VERSION=1.46.0
SCCACHE_VERSION=v0.13.0