File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -78,12 +78,12 @@ Consider this table where `a.b.c` is compatible with `x.y.z` and `x.y.z > a.b.c`
78
78
79
79
| Cargo.toml spec | Cargo.lock version | Target version | Selected by cargo update | Selected by cargo update --precise |
80
80
| --------------- | ------------------ | -------------- | ------------------------- | ----------------------------------- |
81
- | ` ^a.b.c ` | ` a.b.c ` | ` x.y.z ` | ✅ | ✅ |
82
- | ` ^a.b.c ` | ` a.b.c ` | ` x.y.z-pre.0 ` | ❌ | ✅ |
83
- | ` ^a.b.c ` | ` x.y.z-pre.0 ` | ` x.y.z-pre.1 ` | ❌ | ✅ |
84
- | ` ^a.b.c-pre.0 ` | ` a.b.c-pre.0 ` | ` a.b.c-pre.1 ` | ✅¹ | ✅ |
85
- | ` ^a.b.c-pre.0 ` | ` a.b.c-pre.0 ` | ` x.y.z ` | ✅¹ | ✅ |
86
- | ` ^a.b.c ` | ` a.b.c ` | ` a.b.c-pre.0 ` | ❌ | ❌ |
81
+ | ` ^a.b.c ` | ` a.b.c ` | ` x.y.z ` | ✅ | ✅ |
82
+ | ` ^a.b.c ` | ` a.b.c ` | ` x.y.z-pre.0 ` | ❌ | ✅ |
83
+ | ` ^a.b.c ` | ` x.y.z-pre.0 ` | ` x.y.z-pre.1 ` | ❌ | ✅ |
84
+ | ` ^a.b.c-pre.0 ` | ` a.b.c-pre.0 ` | ` a.b.c-pre.1 ` | ✅¹ | ✅ |
85
+ | ` ^a.b.c-pre.0 ` | ` a.b.c-pre.0 ` | ` x.y.z ` | ✅¹ | ✅ |
86
+ | ` ^a.b.c ` | ` a.b.c ` | ` a.b.c-pre.0 ` | ❌ | ❌ |
87
87
88
88
✅: Will upgrade
89
89
You can’t perform that action at this time.
0 commit comments