diff options
| author | Fuwn <[email protected]> | 2022-05-12 23:12:34 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2022-05-12 23:12:34 +0000 |
| commit | bf7f582bd1235599759fef32314e598cbc29c99f (patch) | |
| tree | 55cb0c089b4195d104a7c2ebfd4b9d93048c61cc /README.md | |
| parent | fix(markdown): proper whitespace placement (diff) | |
| download | germ-bf7f582bd1235599759fef32314e598cbc29c99f.tar.xz germ-bf7f582bd1235599759fef32314e598cbc29c99f.zip | |
docs(cargo): bump version0.1.1
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -19,11 +19,13 @@ continue to try its hardest to have as few dependencies as possible. ## Usage +Current version: [](https://crates.io/crates/germ) + ```toml # Cargo.toml [dependencies] -germ = "0.1.0" +germ = "*" # Use current version show above! ``` ### Features |