Skip to content

Commit c84b1fb

Browse files
committed
no need for json
1 parent b82b142 commit c84b1fb

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

gleam.toml

-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ links = [{ title = "wechat miniprogram", href = "https://developers.weixin.qq.co
1818
gleam_stdlib = ">= 0.34.0 and < 2.0.0"
1919
gleam_javascript = ">= 0.11.0 and < 1.0.0"
2020
gleam_json = ">= 2.0.0 and < 3.0.0"
21-
json = ">= 1.4.1 and < 2.0.0"
2221

2322
[dev-dependencies]
2423
gleeunit = ">= 1.0.0 and < 2.0.0"

manifest.toml

-2
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,10 @@ packages = [
66
{ name = "gleam_json", version = "2.0.0", build_tools = ["gleam"], requirements = ["gleam_stdlib"], otp_app = "gleam_json", source = "hex", outer_checksum = "CB10B0E7BF44282FB25162F1A24C1A025F6B93E777CCF238C4017E4EEF2CDE97" },
77
{ name = "gleam_stdlib", version = "0.39.0", build_tools = ["gleam"], requirements = [], otp_app = "gleam_stdlib", source = "hex", outer_checksum = "2D7DE885A6EA7F1D5015D1698920C9BAF7241102836CE0C3837A4F160128A9C4" },
88
{ name = "gleeunit", version = "1.2.0", build_tools = ["gleam"], requirements = ["gleam_stdlib"], otp_app = "gleeunit", source = "hex", outer_checksum = "F7A7228925D3EE7D0813C922E062BFD6D7E9310F0BEE585D3A42F3307E3CFD13" },
9-
{ name = "json", version = "1.4.1", build_tools = ["mix"], requirements = [], otp_app = "json", source = "hex", outer_checksum = "9ABF218DBE4EA4FCB875E087D5F904EF263D012EE5ED21D46E9DBCA63F053D16" },
109
]
1110

1211
[requirements]
1312
gleam_javascript = { version = ">= 0.11.0 and < 1.0.0" }
1413
gleam_json = { version = ">= 2.0.0 and < 3.0.0" }
1514
gleam_stdlib = { version = ">= 0.34.0 and < 2.0.0" }
1615
gleeunit = { version = ">= 1.0.0 and < 2.0.0" }
17-
json = { version = ">= 1.4.1 and < 2.0.0"}

0 commit comments

Comments
 (0)