Skip to content

Commit

Permalink
Merge pull request #25 from retis-org/at/release
Browse files Browse the repository at this point in the history
Release v1.1.0
  • Loading branch information
vlrpl authored Feb 27, 2024
2 parents c6a142a + a138b39 commit 2a06cc5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "btf-rs"
version = "1.0.0"
version = "1.1.0"
license = "LGPL-2.0-or-later"
description = "Library for the BPF type format (BTF)."
repository = "https://github.com/retis-org/btf-rs"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Rust projects.

```toml
[dependencies]
btf-rs = "1.0"
btf-rs = "1.1"
```

The [integration tests](tests/integration_test.rs) give good examples on how to
Expand Down

0 comments on commit 2a06cc5

Please sign in to comment.