Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
romainthomas committed Jul 23, 2024
1 parent 03f234c commit f4d6835
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ elseif(EXISTS "${CMAKE_CURRENT_SOURCE_DIR}/.git"
else()
set(LIEF_VERSION_MAJOR "0")
set(LIEF_VERSION_MINOR "15")
set(LIEF_VERSION_PATCH "0")
set(LIEF_VERSION_PATCH "1")
endif()

# LIEF Project
Expand Down
2 changes: 1 addition & 1 deletion api/rust/cargo/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ authors = ["Romain Thomas <[email protected]>"]
license = "Apache-2.0"
description = "Official Rust bindings for LIEF."
readme = "README.md"
version = "0.15.0"
version = "0.15.1"
homepage = "https://lief.re"
keywords = ["ELF", "PE", "Mach-O", "reverse-engineering"]
repository = "https://github.com/lief-project/LIEF"
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.1"
```

The bindings require Rust edition 2021 and `rustc >= 1.74.0`
Expand Down
2 changes: 1 addition & 1 deletion api/rust/cargo/lief-ffi/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ cxx = { version = "1.0.117", features = [ "c++20" ] }
autocxx = "0.26"

[build-dependencies]
lief-build = { version="0.15.0", path = "../lief-build" }
lief-build = { version="0.15.1", path = "../lief-build" }
miette = { version="5.10", features = [ "fancy" ] }
2 changes: 1 addition & 1 deletion api/rust/cargo/lief/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ bitflags = "2.4"
num-traits = "0.2"
num-derive = "0.4"
num-bigint = "0.4"
lief-ffi = { version = "0.15.0", path = "../lief-ffi" }
lief-ffi = { version = "0.15.1", path = "../lief-ffi" }

0 comments on commit f4d6835

Please sign in to comment.