Skip to content

Commit

Permalink
Rust: lower minimal Linux requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
romainthomas committed Oct 26, 2024
1 parent 4cc1dd2 commit 11b5d7c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion api/rust/cargo/lief/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
//!
//! The bindings require at least Rust version **1.74.0** with the 2021 edition and support:
//! - Windows x86-64 (support `/MT` and `/MD` linking)
//! - Linux x86-64/aarch64 (Ubuntu 20.04, Almalinux 9, Debian 11.5, Fedora 29)
//! - Linux x86-64/aarch64 (Ubuntu 19.10, Almalinux 8, Debian 10, Fedora 29)
//! - macOS (`x86-64` and `aarch64` with at least OSX Big Sur: 11.0)
//! - iOS (`aarch64`)
//!
Expand Down
2 changes: 1 addition & 1 deletion doc/sphinx/api/rust/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ As of now, the following targets are supported with pre-compilation:
+--------------------------------+--------------------------------------------------------+
| Target | Description |
+================================+========================================================+
| ``x86_64-unknown-linux-gnu`` | Regular Linux x86-64 (Ubuntu 20.04, Debian 11.5, ...) |
| ``x86_64-unknown-linux-gnu`` | Regular Linux x86-64 (Ubuntu 19.10, Debian 10, ...) |
+--------------------------------+--------------------------------------------------------+
| ``aarch64-unknown-linux-gnu`` | Linux aarch64 (Debian 12+) |
+--------------------------------+--------------------------------------------------------+
Expand Down
2 changes: 2 additions & 0 deletions doc/sphinx/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,8 @@
:Rust:

* Thanks to :github_user:`Huntragon` Rust bindings can be used without openssl (see: :pr:`1105`)
* Rust precompiled Linux packages are now supported for Debian 10 & Ubuntu 19.10.
Before, they require at least Debian 11 & Ubuntu 20.04

:ObjC:

Expand Down

0 comments on commit 11b5d7c

Please sign in to comment.