aiken/crates/aiken-lang
rvcas a9ed04ef22 feat: newer rules around casting Data
* you cannot cast FROM Data with a `let`
* you cannot cast FROM Data by passing
  Data to none Data when calling a function
* you MUST use `assert` to cast from data
* you can cast INTO Data with a `let`
* you can cast INTO Data by passing none Data
  to Data when calling a function
* You cannot assert cast Data without an
  annotation
2023-02-04 02:33:10 -05:00
..
src feat: newer rules around casting Data 2023-02-04 02:33:10 -05:00
Cargo.toml Release 0.0.28 2023-01-06 13:41:00 -05:00