Skip to content
Snippets Groups Projects
Verified Commit 4a48a3c2 authored by Louis's avatar Louis :fire:
Browse files

Bump web version

parent c81303fe
No related tags found
No related merge requests found
Pipeline #516 passed with stages
in 1 minute and 20 seconds
...@@ -169,7 +169,7 @@ dependencies = [ ...@@ -169,7 +169,7 @@ dependencies = [
[[package]] [[package]]
name = "forge-script-web" name = "forge-script-web"
version = "0.1.0" version = "0.2.0"
dependencies = [ dependencies = [
"console_error_panic_hook", "console_error_panic_hook",
"forge-script-lang", "forge-script-lang",
......
...@@ -11,7 +11,7 @@ let other_name = fn some_internal_name(a, b = 2) { ...@@ -11,7 +11,7 @@ let other_name = fn some_internal_name(a, b = 2) {
}; };
fn has_early_return(a, b, c) { fn has_early_return(a, b, c) {
if b { if b.foo() {
return false; return false;
}; };
......
[package] [package]
name = "forge-script-web" name = "forge-script-web"
version = "0.1.0" version = "0.2.0"
edition = "2021" edition = "2021"
license = "Apache-2.0" license = "Apache-2.0"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment