File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 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
66of 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
3535Build ` 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>
You can’t perform that action at this time.
0 commit comments