This repository has been archived by the owner on Jul 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 136
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #210 from foniod/version-bump
Bump version 2.1.0
- Loading branch information
Showing
8 changed files
with
20 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 <[email protected]>", "Peter Parkanyi <[email protected]>", "Junyeong Jeong <[email protected]>"] | ||
version = "2.0.2" | ||
version = "2.1.0" | ||
edition = '2018' | ||
keywords = ["bpf", "ebpf", "redbpf"] | ||
license = "MIT OR Apache-2.0" | ||
|
@@ -23,6 +23,6 @@ rustc_version = "0.3.0" | |
|
||
[dev-dependencies] | ||
# redbpf-probes is needed by doctests | ||
redbpf-probes = { version = "2.0.2", path = "../redbpf-probes" } | ||
redbpf-probes = { version = "2.1.0", path = "../redbpf-probes" } | ||
# memoffset is needed by doctests | ||
memoffset = "0.6" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,19 +4,19 @@ description = "eBPF probe-related types for redbpf" | |
repository = "https://github.com/foniod/redbpf" | ||
documentation = "https://foniod.org/api/redbpf_probes/" | ||
authors = ["Alessandro Decina <[email protected]>", "Peter Parkanyi <[email protected]>", "Junyeong Jeong <[email protected]>"] | ||
version = "2.0.2" | ||
version = "2.1.0" | ||
edition = '2018' | ||
keywords = ["bpf", "ebpf", "redbpf"] | ||
license = "MIT OR Apache-2.0" | ||
|
||
[dependencies] | ||
cty = "0.2" | ||
redbpf-macros = { version = "2.0.2", path = "../redbpf-macros" } | ||
redbpf-macros = { version = "2.1.0", path = "../redbpf-macros" } | ||
ufmt = { version = "0.1.0", default-features = false } | ||
|
||
[build-dependencies] | ||
cargo-bpf = { version = "2.0.2", path = "../cargo-bpf", default-features = false, features = ["bindings"] } | ||
bpf-sys = { version = "2.0.2", path = "../bpf-sys" } | ||
cargo-bpf = { version = "2.1.0", path = "../cargo-bpf", default-features = false, features = ["bindings"] } | ||
bpf-sys = { version = "2.1.0", path = "../bpf-sys" } | ||
syn = {version = "1.0", default-features = false, features = ["parsing", "visit"] } | ||
quote = "1.0" | ||
glob = "0.3.0" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters