Commit 0c8ddaa
examples/rust: Don't specify minimum Rust version for examples
It's not actually clear that specifying the minimum supported Rust
version is something we should do in these examples. Dependencies should
carry their own requirements and these examples by now should build on
the majority of Rust versions out there, as they don't use any advanced
features and 1.71, even assuming that it is accurate [which it may not
be], is fairly "old" at this point.
As such, the specified minimum Rust version is more of a maintenance
burden, as it can clash with *higher* requirements caused by
dependencies (see #342 as an example). Remove it.
Signed-off-by: Daniel Müller <[email protected]>1 parent aa18cc0 commit 0c8ddaa
File tree
3 files changed
+0
-3
lines changed- examples/rust
- profile
- tracecon
- xdp
3 files changed
+0
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | 7 | | |
9 | 8 | | |
10 | 9 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | 7 | | |
9 | 8 | | |
10 | 9 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
7 | 6 | | |
8 | 7 | | |
9 | 8 | | |
| |||
0 commit comments