diff options
| author | Fuwn <[email protected]> | 2024-05-31 00:28:03 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-05-31 00:28:03 +0000 |
| commit | 68133a7c15a36414c9f1f6b3e988d6e46fb51856 (patch) | |
| tree | a8de65fe37978eb6f215668f92cbb26c1fd6c56b /gleam.toml | |
| parent | feat(request): redirect index to github (diff) | |
| download | mayu-68133a7c15a36414c9f1f6b3e988d6e46fb51856.tar.xz mayu-68133a7c15a36414c9f1f6b3e988d6e46fb51856.zip | |
deps(gleam): bump gleam to 0.1.2
Diffstat (limited to 'gleam.toml')
| -rw-r--r-- | gleam.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,7 @@ name = "mayu" version = "0.1.4" -gleam = ">= 1.1.0" +gleam = ">= 1.2.0" description = "Moe-Counter Compatible Website Hit Counter" licenses = ["GPL-3.0-only"] repository = { type = "github", user = "Fuwn", repo = "mayu" } |