@@ -117,43 +117,12 @@ It takes just a few minutes to get up and running with `hsh`.
117117### Requirements
118118
119119The minimum supported Rust toolchain version is currently Rust
120- ** 1.69.0 ** or later (stable). It is recommended that you install the
120+ ** 1.60 ** or later (stable). It is recommended that you install the
121121latest stable version of Rust.
122122
123123### Platform support
124124
125- ` Hash (HSH) ` is supported and tested on the following platforms:
126-
127- ### Tier 1 platforms 🏆
128-
129- | | Operating System | Target | Description |
130- | --- | --- | --- | --- |
131- | ✅ | Linux | aarch64-unknown-linux-gnu | 64-bit Linux systems on ARM architecture |
132- | ✅ | Linux | i686-unknown-linux-gnu | 32-bit Linux (kernel 3.2+, glibc 2.17+) |
133- | ✅ | Linux | x86_64-unknown-linux-gnu | 64-bit Linux (kernel 2.6.32+, glibc 2.11+) |
134- | ✅ | macOS | x86_64-apple-darwin | 64-bit macOS (10.7 Lion or later) |
135- | ✅ | Windows | i686-pc-windows-gnu | 32-bit Windows (7 or later) |
136- | ✅ | Windows | i686-pc-windows-msvc | 32-bit Windows (7 or later) |
137- | ✅ | Windows | x86_64-pc-windows-gnu | 64-bit Windows (7 or later) |
138- | ✅ | Windows | x86_64-pc-windows-msvc | 64-bit Windows (7 or later) |
139-
140- ### Tier 2 platforms 🥈
141-
142- | | Operating System | Target | Description |
143- | --- | --- | --- | --- |
144- | ✅ | Linux | aarch64-unknown-linux-musl | 64-bit Linux systems on ARM architecture |
145- | ✅ | Linux | arm-unknown-linux-gnueabi | ARMv6 Linux (kernel 3.2, glibc 2.17) |
146- | ✅ | Linux | arm-unknown-linux-gnueabihf | ARMv7 Linux, hardfloat (kernel 3.2, glibc 2.17) |
147- | ✅ | Linux | armv7-unknown-linux-gnueabihf | ARMv7 Linux, hardfloat (kernel 3.2, glibc 2.17) |
148- | ✅ | Linux | mips-unknown-linux-gnu | MIPS Linux (kernel 2.6.32+, glibc 2.11+) |
149- | ✅ | Linux | mips64-unknown-linux-gnuabi64 | MIPS64 Linux (kernel 2.6.32+, glibc 2.11+) |
150- | ✅ | Linux | mips64el-unknown-linux-gnuabi64 | MIPS64 Linux (kernel 2.6.32+, glibc 2.11+) |
151- | ✅ | Linux | mipsel-unknown-linux-gnu | MIPS Linux (kernel 2.6.32+, glibc 2.11+) |
152- | ✅ | macOS | aarch64-apple-darwin | 64-bit macOS (10.7 Lion or later) |
153- | ✅ | Windows | aarch64-pc-windows-msvc | 64-bit Windows (7 or later) |
154-
155- The [ GitHub Actions] [ 10 ] shows the platforms in which the
156- ` Hash (HSH) ` library tests are run.
125+ ` hsh ` supports a variety of CPU architectures. It is supported and tested on MacOS, Linux, and Windows.
157126
158127### Documentation
159128
0 commit comments