diff options
| author | nsfisis <nsfisis@gmail.com> | 2025-01-12 09:42:13 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2025-01-12 09:42:13 +0900 |
| commit | 700dc21f3f19064eca0cd33e21ad71c6c5b6406a (patch) | |
| tree | 9d403279c29a2fb7ff9c0eaaa33619083a52a83d /Cargo.toml | |
| parent | 77db1ae300e742e1867e215cf5935f03bd364a41 (diff) | |
| download | turbofish-aquarium-700dc21f3f19064eca0cd33e21ad71c6c5b6406a.tar.gz turbofish-aquarium-700dc21f3f19064eca0cd33e21ad71c6c5b6406a.tar.zst turbofish-aquarium-700dc21f3f19064eca0cd33e21ad71c6c5b6406a.zip | |
update dependencies
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ [package] name = "turbofish-aquarium" -version = "0.1.0" +version = "0.1.1" edition = "2021" authors = ["nsfisis"] license = "MIT" @@ -9,4 +9,4 @@ license = "MIT" [dependencies] rand = "0.8.5" -termion = "2.0.1" +termion = "4.0.3" |
