Skip to content

Commit 2a06cc5

Browse files
authored
Merge pull request #25 from retis-org/at/release
Release v1.1.0
2 parents c6a142a + a138b39 commit 2a06cc5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "btf-rs"
3-
version = "1.0.0"
3+
version = "1.1.0"
44
license = "LGPL-2.0-or-later"
55
description = "Library for the BPF type format (BTF)."
66
repository = "https://github.com/retis-org/btf-rs"

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Rust projects.
1212

1313
```toml
1414
[dependencies]
15-
btf-rs = "1.0"
15+
btf-rs = "1.1"
1616
```
1717

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

0 commit comments

Comments
 (0)