Skip to content

Commit 7d42a5f

Browse files
committed
README.md: update OpenBSD and Rust version for release 7.6 (October 2024)
Signed-off-by: Laurent Cheylus <foxy@free.fr>
1 parent 72b5627 commit 7d42a5f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[cargo-nextest](https://github.com/nextest-rs/nextest) is a next-generation test runner for Rust.
44

5-
Build of this tool on OpenBSD-stable (**current version = 7.5**) and publication
5+
Build of this tool on OpenBSD-stable (**current version = 7.6**) and publication
66
of a release synced with official release of cargo-nextest.
77

88
## Why
@@ -25,15 +25,15 @@ Install requirements to run build script:
2525

2626
* Bash shell
2727
* Curl to download sources
28-
* Rust compiler (with cargo) : version 1.76.0 on OpenBSD 7.5
28+
* Rust compiler (with cargo) : version 1.81.0 on OpenBSD 7.6
2929
* [zstd](https://facebook.github.io/zstd/) library
3030

3131
```shell
3232
$ pkg_add -v bash curl rust zstd
3333
```
3434

3535
Build `cargo-nextest` for an official release (`NEXTEST_VERSION`) on
36-
OpenBSD-stable (current version = 7.5) with `build.sh` script:
36+
OpenBSD-stable (current version = 7.6) with `build.sh` script:
3737

3838
```shell
3939
$ ./build.sh <NEXTEST_VERSION>

0 commit comments

Comments
 (0)