Skip to content

Commit

Permalink
chore(release): prepare for v0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
EHfive committed Nov 20, 2024
1 parent 9025fb9 commit e6938a9
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

All notable changes to this project will be documented in this file.

## [0.1.4] - 2024-11-20

This is a hotfix addressing build error on Rust 1.80 on which is the minimal version that einat requires to build.

### 🐛 Bug Fixes

- Elided lifetimes in associated constant

### 🧪 Testing

- Add tests for einat skel

## [0.1.3] - 2024-11-19

### Highlights
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 4 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "einat"
version = "0.1.3"
version = "0.1.4"
edition = "2021"
license = "GPL-2.0"
authors = ["Huang-Huang Bao <i@eh5.me>"]
Expand Down Expand Up @@ -39,7 +39,9 @@ bindgen = ["libbpf-sys?/bindgen"]
static = ["libbpf-sys?/static"]
#
# libbpf is vendrored and static in any case.
#
# Note currently there is a bug in libbpf-sys that prevent static linking if
# system libbpf is present, delete system libbpf or /path/to/pkgconfig/libbpf.pc
# to work around it. See https://github.com/libbpf/libbpf-sys/issues/112

[dependencies]
anyhow = "1.0.93"
Expand Down

0 comments on commit e6938a9

Please sign in to comment.