Commit 9ec3f8d
authored
Bump dependency versions (#19)
* Bump dependency versions and fix signed/unsigned comparison
- platforms 0.0.10 -> 1.0.0
- coroutines 3.1.0 -> 3.2.1
- rules_cc 0.2.16 -> 0.2.17
- cpp_toolbelt 2.0.1 -> 2.0.2
Also fix signed/unsigned comparison warning in BitSet::IsEmpty by
using std::size_t for the loop index to match kNumWords.
Made-with: Cursor
* Ignore CMake build artifacts
Made-with: Cursor1 parent 6a12fe8 commit 9ec3f8d
4 files changed
Lines changed: 197 additions & 36 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
11 | | - | |
| 10 | + | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
0 commit comments