diff options
| author | Laurenz <laurmaedje@gmail.com> | 2023-03-28 11:36:26 +0200 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2023-03-28 11:36:26 +0200 |
| commit | a0249d230961c9ccbcc37dea61357f0ea56961cc (patch) | |
| tree | 3574f99d8b631c27359efc4f1d6b9b6612b8f4c9 /library | |
| parent | 056d15aa49f545980b03068684f0d44e35248cd6 (diff) | |
Switch to crates.io version of `lipsum`
Diffstat (limited to 'library')
| -rw-r--r-- | library/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/Cargo.toml b/library/Cargo.toml index b65005c9..a7f1f418 100644 --- a/library/Cargo.toml +++ b/library/Cargo.toml @@ -17,7 +17,7 @@ ecow = "0.1" hayagriva = "0.2" hypher = "0.1" kurbo = "0.8" -lipsum = { git = "https://github.com/reknih/lipsum" } +lipsum = "0.9" log = "0.4" once_cell = "1" roxmltree = "0.14" |
