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

Replace usages of to_json() with json.encode(..) #2433

Merged
merged 1 commit into from
Mar 19, 2024

Conversation

c-mita
Copy link
Member

@c-mita c-mita commented Mar 19, 2024

struct.to_json() is deprecated and is being removed.

This replaces usages of it with the builtin json module.

struct.to_json() is deprecated and is being removed. This replaces
usages of it with the builtin json module.
@brentleyjones
Copy link
Collaborator

Thanks @c-mita!

@meteorcloudy
Copy link
Member

Can we make a new release to unblock migrating other projects? bazelbuild/rules_rust#2580
/cc @c-mita @sgowroji

@mattrobmattrob
Copy link
Contributor

Can we make a new release to unblock migrating other projects? bazelbuild/rules_rust#2580 /cc @c-mita @sgowroji

https://github.com/bazelbuild/rules_apple/releases/tag/3.4.0 has been cut and pushed to BCR, @meteorcloudy

acecilia pushed a commit to revolut-mobile/rules_apple that referenced this pull request Apr 12, 2024
struct.to_json() is deprecated and is being removed.

This replaces usages of it with the builtin json module.
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.

4 participants