Skip to content
This repository has been archived by the owner on Jul 11, 2023. It is now read-only.

Commit

Permalink
Bump version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Parkanyi committed Sep 3, 2019
1 parent 120b1b7 commit 571db05
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "redbpf"
version = "0.3.2"
version = "0.3.3"
description = "eBPF build and runtime library"
repository = "https://github.com/redsift/redbpf"
documentation = "https://redsift.github.io/rust/redbpf/doc/redbpf/"
Expand All @@ -18,7 +18,7 @@ circle-ci = { repository = "redsift/redbpf", branch = "master" }
maintenance = { status = "actively-developed" }

[dependencies]
bpf-sys = { path = "./bpf-sys", version = "^0.3.0" }
bpf-sys = { path = "./bpf-sys", version = "^0.3.3" }
goblin = "^0.0.20"
zero = "0.1"
libc = "0.2"
Expand Down
2 changes: 1 addition & 1 deletion bpf-sys/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bpf-sys"
version = "0.3.1"
version = "0.3.3"
description = "Bindings for libbpf from BCC"
repository = "https://github.com/redsift/redbpf"
documentation = "https://redsift.github.io/rust/redbpf/doc/bpf_sys/"
Expand Down

0 comments on commit 571db05

Please sign in to comment.