move-language / move

Apache License 2.0
2.25k stars 684 forks source link

[package] Allow bytecode version to be set from input #919

Closed gregnazario closed 1 year ago

gregnazario commented 1 year ago

Motivation

Right now, the bytecode version can only be set by environment variable, which is a bit messy. This ensures that the input can be set from other ways than just the environment variable.

Have you read the Contributing Guidelines on pull requests?

Yes

Test Plan

Already existing tests