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

Commit

Permalink
Merge pull request #172 from foniod/fix-template-version
Browse files Browse the repository at this point in the history
Bump version numbers in a template of cargo-bpf
  • Loading branch information
rsdy authored Aug 28, 2021
2 parents 78486b5 + 81b2a15 commit da0dc18
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 da0dc18

Please sign in to comment.