Update mentions of alpha to beta

This commit is contained in:
Mark McCaskey
2020-12-02 11:01:54 -08:00
parent 57966ac771
commit e928a832a8
12 changed files with 18 additions and 18 deletions

View File

@@ -17,5 +17,5 @@ proc-macro2 = "1"
proc-macro-error = "1.0.0"
[dev-dependencies]
wasmer = { path = "../api", version = "1.0.0-alpha4" }
wasmer = { path = "../api", version = "1.0.0-beta1" }
compiletest_rs = "0.5"