File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2828 - name : Install trunk and wasm target
2929 run : |
3030 rustup target add wasm32-unknown-unknown
31- cargo install wasm-bindgen-cli --version 0.2.105 --locked
31+ cargo install wasm-bindgen-cli --version 0.2.100 --locked
3232 cargo install trunk --locked
3333
3434 - name : Build frontend
Original file line number Diff line number Diff line change 3333 - name : Install trunk and wasm target
3434 run : |
3535 rustup target add wasm32-unknown-unknown
36- cargo install wasm-bindgen-cli --version 0.2.105 --locked --force
36+ cargo install wasm-bindgen-cli --version 0.2.100 --locked --force
3737 cargo install trunk --locked --force
3838
3939 - name : Clean cargo cache and target directory
@@ -101,7 +101,7 @@ jobs:
101101
102102 - name : Install trunk
103103 run : |
104- cargo install wasm-bindgen-cli --version 0.2.105 --locked --force
104+ cargo install wasm-bindgen-cli --version 0.2.100 --locked --force
105105 cargo install trunk --locked --force
106106
107107 - name : Create static directory
Original file line number Diff line number Diff line change @@ -8,15 +8,15 @@ license = "MIT"
88rustmail_types = { path = " ../rustmail_types" }
99yew = { version = " 0.21" , features = [" csr" ] }
1010yew-router = " 0.18.0"
11- wasm-bindgen-futures = " 0.4.55 "
11+ wasm-bindgen-futures = " 0.4.50 "
1212gloo-net = " 0.6.0"
1313gloo-utils = " 0.2.0"
14- web-sys = { version = " 0.3.82 " , features = [" HtmlSelectElement" ] }
14+ web-sys = { version = " 0.3.77 " , features = [" HtmlSelectElement" ] }
1515serde_json = " 1.0.145"
1616i18nrs = { version = " 0.1.7" , features = [" yew" ] }
1717serde = { version = " 1.0.228" , features = [" derive" ] }
1818js-sys = " 0.3.82"
19- wasm-bindgen = " 0.2.105 "
19+ wasm-bindgen = " 0.2.100 "
2020urlencoding = " 2.1.3"
2121ammonia = " 4.1.2"
2222pulldown-cmark = " 0.13.0"
You can’t perform that action at this time.
0 commit comments