From 339a08fa605f2a4ae66866d43f320bad5591d281 Mon Sep 17 00:00:00 2001 From: Romain Thomas Date: Sun, 21 Jul 2024 10:11:59 +0200 Subject: [PATCH] Fix typo --- api/rust/cargo/Cargo.toml | 1 - api/rust/cargo/README.md | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/api/rust/cargo/Cargo.toml b/api/rust/cargo/Cargo.toml index d64d296384..3aef663f0b 100644 --- a/api/rust/cargo/Cargo.toml +++ b/api/rust/cargo/Cargo.toml @@ -12,7 +12,6 @@ categories = [ "development-tools::debugging", "development-tools::profiling", "development-tools::build-utils", - "parser-implementations", "parsing" ] diff --git a/api/rust/cargo/README.md b/api/rust/cargo/README.md index ff7da54cb8..b06544269e 100644 --- a/api/rust/cargo/README.md +++ b/api/rust/cargo/README.md @@ -8,7 +8,7 @@ These are the offical rust bindings for LIEF. ```toml [dependencies] -lief = = "0.15.0" +lief = "0.15.0" ``` The bindings require Rust edition 2021 and `rustc >= 1.74.0`