From 33ecad7d51d1be3372dd9cf6ca7df939f309d5c9 Mon Sep 17 00:00:00 2001 From: rsdy
Date: Sun, 22 Aug 2021 14:08:47 +0100
Subject: [PATCH] Bump version numbers
---
bpf-sys/Cargo.toml | 2 +-
cargo-bpf/Cargo.toml | 6 +++---
redbpf-macros/Cargo.toml | 4 ++--
redbpf-probes/Cargo.toml | 8 ++++----
redbpf/Cargo.toml | 4 ++--
5 files changed, 12 insertions(+), 12 deletions(-)
diff --git a/bpf-sys/Cargo.toml b/bpf-sys/Cargo.toml
index a81be84d..2000c0d1 100644
--- a/bpf-sys/Cargo.toml
+++ b/bpf-sys/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "bpf-sys"
-version = "2.0.0-rc3"
+version = "2.0.0"
description = "Bindings for libbpf"
repository = "https://github.com/foniod/redbpf"
documentation = "https://foniod.org/api/bpf_sys/"
diff --git a/cargo-bpf/Cargo.toml b/cargo-bpf/Cargo.toml
index fbfb7581..6626ead4 100644
--- a/cargo-bpf/Cargo.toml
+++ b/cargo-bpf/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "cargo-bpf"
-version = "2.0.0-rc3"
+version = "2.0.0"
description = "Cargo plugin to manage eBPF probes using redbpf"
repository = "https://github.com/foniod/redbpf"
documentation = "https://foniod.org/api/cargo_bpf/"
@@ -21,8 +21,8 @@ required-features = ["command-line"]
clap = { version = "2.33", optional = true }
bindgen = {version = "0.59.1", default-features = false, features = ["runtime"], optional = true}
toml_edit = { version = "0.2", optional = true }
-bpf-sys = { version = "2.0.0-rc3", path = "../bpf-sys", optional = true }
-redbpf = { version = "2.0.0-rc3", path = "../redbpf", default-features = false, optional = true }
+bpf-sys = { version = "2.0.0", path = "../bpf-sys", optional = true }
+redbpf = { version = "2.0.0", path = "../redbpf", default-features = false, optional = true }
futures = { version = "0.3", optional = true }
tokio = { version = "^1.0.1", features = ["rt", "macros", "signal"], optional = true }
hexdump = { version = "0.1", optional = true }
diff --git a/redbpf-macros/Cargo.toml b/redbpf-macros/Cargo.toml
index caaadf6e..1a32a9ed 100644
--- a/redbpf-macros/Cargo.toml
+++ b/redbpf-macros/Cargo.toml
@@ -4,7 +4,7 @@ description = "Procedural macros for redbpf"
repository = "https://github.com/foniod/redbpf"
documentation = "https://foniod.org/api/redbpf_macros/"
authors = ["Alessandro Decina ", "Junyeong Jeong ", "Junyeong Jeong