Skip to content

Commit 2c56002

Browse files
committed
use weapp
1 parent a0b4b64 commit 2c56002

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

gleam.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ links = [{ title = "Wechat Miniprogram", href = "https://developers.weixin.qq.co
1717
[dependencies]
1818
gleam_stdlib = ">= 0.34.0 and < 2.0.0"
1919
gleam_javascript = ">= 0.11.0 and < 1.0.0"
20-
wechat = { path = "../wechat" }
2120
envoy = ">= 1.0.1 and < 2.0.0"
21+
weapp = ">= 1.0.0 and < 2.0.0"
2222

2323
[dev-dependencies]
2424
gleeunit = ">= 1.0.0 and < 2.0.0"

manifest.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ packages = [
88
{ name = "gleam_stdlib", version = "0.39.0", build_tools = ["gleam"], requirements = [], otp_app = "gleam_stdlib", source = "hex", outer_checksum = "2D7DE885A6EA7F1D5015D1698920C9BAF7241102836CE0C3837A4F160128A9C4" },
99
{ name = "gleeunit", version = "1.2.0", build_tools = ["gleam"], requirements = ["gleam_stdlib"], otp_app = "gleeunit", source = "hex", outer_checksum = "F7A7228925D3EE7D0813C922E062BFD6D7E9310F0BEE585D3A42F3307E3CFD13" },
1010
{ name = "json", version = "1.4.1", build_tools = ["mix"], requirements = [], otp_app = "json", source = "hex", outer_checksum = "9ABF218DBE4EA4FCB875E087D5F904EF263D012EE5ED21D46E9DBCA63F053D16" },
11-
{ name = "wechat", version = "0.1.0", build_tools = ["gleam"], requirements = ["gleam_javascript", "gleam_json", "gleam_stdlib", "json"], source = "local", path = "../wechat" },
11+
{ name = "weapp", version = "1.0.0", build_tools = ["gleam"], requirements = ["gleam_javascript", "gleam_json", "gleam_stdlib", "json"], otp_app = "weapp", source = "hex", outer_checksum = "54296B5EFAA85F26D9A3A80988990CD3645E6A7C66111C976641571744110F77" },
1212
]
1313

1414
[requirements]
1515
envoy = { version = ">= 1.0.1 and < 2.0.0" }
1616
gleam_javascript = { version = ">= 0.11.0 and < 1.0.0" }
1717
gleam_stdlib = { version = ">= 0.34.0 and < 2.0.0" }
1818
gleeunit = { version = ">= 1.0.0 and < 2.0.0" }
19-
wechat = { path = "../wechat" }
19+
weapp = { version = ">= 1.0.0 and < 2.0.0"}

0 commit comments

Comments
 (0)