keith / rules_multirun

Bazel rules for running multiple commands in parallel in a single bazel invocation
Apache License 2.0
65 stars 13 forks source link

Replace use of to_json() with json.encode() #49

Closed mortenmj closed 3 months ago

mortenmj commented 3 months ago

The to_json() method is deprecated and will be removed. Using json.encode() is equivalent and should be used instead.

mortenmj commented 3 months ago

cc: @keith

keith commented 3 months ago

thanks!