Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update-json #7

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Conversation

CrowdHailer
Copy link
Contributor

Needed as previous gleam_json relied on string_builder that is no longer in stdlib

import gleam/option.{type Option}
import gleam/pair
import gleam/result
import gleam/string_builder.{type StringBuilder}
import gleam/int
import gleam/string_tree.{type StringTree}
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

using gleam/string_tree means we need to bump our gleam_stdlib constraint to at least 0.42.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants