diff --git a/Cargo.lock b/Cargo.lock index 1f540fa..917366e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -947,14 +947,14 @@ dependencies = [ [[package]] name = "whistle_ast" -version = "0.1.0" +version = "0.1.1" dependencies = [ "whistle_common", ] [[package]] name = "whistle_cli" -version = "0.1.0" +version = "0.1.1" dependencies = [ "clap", "whistle_ast", @@ -967,11 +967,11 @@ dependencies = [ [[package]] name = "whistle_common" -version = "0.1.0" +version = "0.1.1" [[package]] name = "whistle_compiler" -version = "0.1.0" +version = "0.1.1" dependencies = [ "byteorder", "wasm-encoder", @@ -982,14 +982,14 @@ dependencies = [ [[package]] name = "whistle_lexer" -version = "0.1.0" +version = "0.1.1" dependencies = [ "whistle_common", ] [[package]] name = "whistle_parser" -version = "0.1.0" +version = "0.1.1" dependencies = [ "whistle_ast", "whistle_common", @@ -999,7 +999,7 @@ dependencies = [ [[package]] name = "whistle_preprocessor" -version = "0.1.0" +version = "0.1.1" dependencies = [ "reqwest", "url", diff --git a/ast/Cargo.toml b/ast/Cargo.toml index 582a2f9..214bd88 100644 --- a/ast/Cargo.toml +++ b/ast/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "whistle_ast" -version = "0.1.0" +version = "0.1.1" authors = ["the Whistle authors"] edition = "2021" diff --git a/cli/Cargo.toml b/cli/Cargo.toml index bc58b12..96261cd 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "whistle_cli" -version = "0.1.0" +version = "0.1.1" authors = ["the Whistle authors"] edition = "2021" diff --git a/common/Cargo.toml b/common/Cargo.toml index bbb8ed0..c67cb0c 100644 --- a/common/Cargo.toml +++ b/common/Cargo.toml @@ -1,5 +1,5 @@ [package] name = "whistle_common" -version = "0.1.0" +version = "0.1.1" authors = ["the Whistle authors"] edition = "2021" diff --git a/compiler/Cargo.toml b/compiler/Cargo.toml index f857e57..f99f615 100644 --- a/compiler/Cargo.toml +++ b/compiler/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "whistle_compiler" -version = "0.1.0" +version = "0.1.1" authors = ["the Whistle authors"] edition = "2021" diff --git a/lexer/Cargo.toml b/lexer/Cargo.toml index 34654ef..16a8ba6 100644 --- a/lexer/Cargo.toml +++ b/lexer/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "whistle_lexer" -version = "0.1.0" +version = "0.1.1" authors = ["the Whistle authors"] edition = "2021" diff --git a/parser/Cargo.toml b/parser/Cargo.toml index a4b6074..ab05649 100644 --- a/parser/Cargo.toml +++ b/parser/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "whistle_parser" -version = "0.1.0" +version = "0.1.1" authors = ["the Whistle authors"] edition = "2021" diff --git a/preprocessor/Cargo.toml b/preprocessor/Cargo.toml index 27a1931..8866e49 100644 --- a/preprocessor/Cargo.toml +++ b/preprocessor/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "whistle_preprocessor" -version = "0.1.0" +version = "0.1.1" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/test.wasm b/test.wasm deleted file mode 100644 index 9e00bf6..0000000 Binary files a/test.wasm and /dev/null differ