mirror of
https://github.com/mii443/wasmer.git
synced 2025-12-09 22:28:21 +00:00
Prepare for 1.0.0-beta2 release
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user