Skip to content
This repository has been archived by the owner on Oct 14, 2021. It is now read-only.

Releases: google/starlark-rust

0.3.1

07 Oct 08:53
Compare
Choose a tag to compare
This release remove a noisy debug print statement

0.2.0

28 Dec 14:53
Compare
Choose a tag to compare

Grab release 0.2.0 from https://crates.io

Breaking changes:

  • Mutation during iteration are no longer allowed.
  • The REPL is in its own crate now.
  • string * bool are no longer allowed.
  • repr() now uses double quotes.