This repository was archived by the owner on Jul 11, 2023. It is now read-only.
Commit 6d89df8
committed
Fix dependency versions at Cargo.toml of examples
Since cargo v1.54, invalid syntax for version requirements is rejected
cf)
https://github.com/rust-lang/cargo/blob/master/CHANGELOG.md#cargo-154-2021-07-29
rust-lang/cargo#9508
Signed-off-by: Junyeong Jeong <rhdxmr@gmail.com>1 parent 479faee commit 6d89df8
File tree
2 files changed
+5
-5
lines changed- examples
- example-probes
- example-userspace
2 files changed
+5
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
14 | | - | |
| 13 | + | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
0 commit comments