Skip to content

Commit 409708f

Browse files
authored
Merge pull request #2233 from ehuss/msrv.yml-docs
Update documentation for msrv.yml change
2 parents cbf7445 + 10584b6 commit 409708f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ cave resolve -x gitoxide
203203
`cargo` is the Rust package manager which can easily be obtained through [rustup]. With it, you can build your own binary
204204
effortlessly and for your particular CPU for additional performance gains.
205205

206-
The minimum supported Rust version is [documented in the CI configuration](https://github.com/GitoxideLabs/gitoxide/blob/main/.github/workflows/msrv.yml#L23),
206+
The minimum supported Rust version is [documented in the Cargo package](https://github.com/GitoxideLabs/gitoxide/blob/main/gix/Cargo.toml#L12-L14),
207207
the latest stable one will work as well.
208208

209209
There are various build configurations, all of them are [documented here](https://docs.rs/crate/gitoxide/latest). The documentation should also be useful

STABILITY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ Minor version updates for new features can be released when needed assuming ther
127127
## The _Minimal Supported Rust Version_ (->MSRV)
128128

129129
The MSRV is automatically assumed to be the latest stable version for all crates with the following exception: `gix` and all it's dependencies must
130-
adhere to an MSRV, as validated by the `msrv.yml` GitHub workflow.
130+
adhere to an MSRV, as validated by the `ci.yml` GitHub workflow.
131131

132132
Increasing the MSRV is *not* considered a breaking change like is the case for most other crates in the community.
133133

0 commit comments

Comments
 (0)