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 in a template of cargo-bpf
Browse files Browse the repository at this point in the history
Signed-off-by: Junyeong Jeong <rhdxmr@gmail.com>
  • Loading branch information
rhdxmr committed Aug 26, 2021
1 parent 33ecad7 commit 81b2a15
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cargo-bpf/src/new.rs
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@ edition = '2018'
[dependencies]
cty = "0.2"
redbpf-macros = "1.3"
redbpf-probes = "1.3"
redbpf-macros = "2.0"
redbpf-probes = "2.0"
[build-dependencies]
cargo-bpf = {{ version = "1.3", default-features = false }}
cargo-bpf = {{ version = "2.0", default-features = false }}
[features]
default = []
Expand Down

0 comments on commit 81b2a15

Please sign in to comment.