Skip to content

Commit 430b3ba

Browse files
authored
Merge pull request #105 from jguhlin/Ratatui-Fun
Ratatui fun
2 parents f388b4e + 650b226 commit 430b3ba

16 files changed

+1892
-436
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ minimap2-sys is the raw FFI bindings to minimap2. minimap2 is the more opinionat
1111
# How to use
1212
## Requirements
1313
```toml
14-
minimap2 = "0.1.21+minimap2.2.28"
14+
minimap2 = "0.1.22+minimap2.2.28"
1515
```
1616
Also see [Features](#features)
1717

@@ -20,6 +20,7 @@ Tested with rustc 1.82.0 and nightly. So probably a good idea to upgrade before
2020
## Minimap2 Version Table
2121
| minimap2-rs | minimap2 |
2222
|-------------|----------|
23+
| 0.1.22 | 2.28 |
2324
| 0.1.21 | 2.28 |
2425
| 0.1.20 | 2.28 |
2526
| 0.1.19 | 2.28 |

fakeminimap2/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
*.log

0 commit comments

Comments
 (0)