From 07d4c5e55453450013a0e398b9cc85e13c27d10d Mon Sep 17 00:00:00 2001 From: Louis Pilfold Date: Sun, 9 Jan 2022 22:32:31 +0000 Subject: decode takes a dynamic decoder --- gleam.toml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'gleam.toml') diff --git a/gleam.toml b/gleam.toml index a471dd0..609237b 100644 --- a/gleam.toml +++ b/gleam.toml @@ -3,8 +3,6 @@ version = "0.2.0" licences = ["Apache-2.0"] description = "Work with JSON in Gleam" -# target = "javascript" - repository = { type = "github", user = "gleam", repo = "json" } links = [ { title = "Website", href = "https://gleam.run" }, @@ -12,7 +10,7 @@ links = [ ] [dependencies] -gleam_stdlib = "~> 0.18" +gleam_stdlib = "~> 0.19" thoas = "~> 0.2" [dev-dependencies] -- cgit v1.2.3