Skip to content

Commit 52e97e5

Browse files
d-e-s-odanielocfb
authored andcommitted
Revert "examples/rust: Don't specify minimum Rust version for examples"
This reverts commit 0c8ddaa. Signed-off-by: Daniel Müller <[email protected]>
1 parent 0c8ddaa commit 52e97e5

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

examples/rust/profile/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ version = "0.1.0"
44
authors = ["Kuifeng Lee <[email protected]>"]
55
license = "GPL-2.0 OR BSD-3-Clause"
66
edition = "2021"
7+
rust-version = "1.71"
78

89
[dependencies]
910
blazesym = { path = "../../../blazesym", features = ["tracing"] }

examples/rust/tracecon/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ version = "0.1.0"
44
authors = ["Magnus Kulke <[email protected]>"]
55
edition = "2021"
66
license = "GPL-2.0 OR BSD-3-Clause"
7+
rust-version = "1.71"
78

89
[dependencies]
910
anyhow = "1.0"

examples/rust/xdp/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name = "xdp"
33
version = "0.1.0"
44
authors = ["Hengqi Chen <[email protected]>"]
55
edition = "2021"
6+
rust-version = "1.71"
67

78
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
89

0 commit comments

Comments
 (0)