diff options
Diffstat (limited to 'gleam.toml')
-rw-r--r-- | gleam.toml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ name = "wechat_dev_tools" -version = "1.0.1" +version = "1.0.2" description = "Tools to develop wechat miniprogram in gleam" target = "javascript" @@ -8,7 +8,7 @@ target = "javascript" # licences = ["MIT"] repository = { type = "github", user = "kaiwu", repo = "wechat_dev_tools" } -gleam = ">= 0.32.0" +gleam = ">= 1.9.0" links = [{ title = "Wechat Miniprogram", href = "https://developers.weixin.qq.com/miniprogram/en/dev/framework/" }] # # For a full reference of all the available options, you can have a look at |