Prepare for 1.0.0-beta2 release

This commit is contained in:
Mark McCaskey
2020-12-16 07:41:59 -08:00
parent 22c7bc8e19
commit 59df6917d8
30 changed files with 143 additions and 158 deletions

View File

@@ -21,7 +21,7 @@ except ImportError:
# TODO: find this automatically
target_version = "1.0.0-beta1"
target_version = "1.0.0-beta2"
# TODO: generate this by parsing toml files
dep_graph = {
@@ -49,6 +49,7 @@ dep_graph = {
"wasmer-c-api": set(["wasmer", "wasmer-compiler", "wasmer-compiler-cranelift", "wasmer-compiler-singlepass",
"wasmer-compiler-llvm", "wasmer-emscripten", "wasmer-engine", "wasmer-engine-jit",
"wasmer-engine-native", "wasmer-engine-object-file", "wasmer-wasi", "wasmer-types"]),
"wasmer-middlewares": set(["wasmer", "wasmer-types", "wasmer-vm"]),
}
# where each crate is located in the `lib` directory