Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
romainthomas committed Jul 21, 2024
1 parent 9f7230e commit 339a08f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion api/rust/cargo/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ categories = [
"development-tools::debugging",
"development-tools::profiling",
"development-tools::build-utils",
"parser-implementations",
"parsing"
]

Expand Down
2 changes: 1 addition & 1 deletion api/rust/cargo/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down

0 comments on commit 339a08f

Please # to comment.