Commit 29de0eb3 authored by Chunchi Che's avatar Chunchi Che

Merge branch 'feat/version' into 'main'

bump version to 4962

See merge request !415
parents e885d327 d8818d1e
Pipeline #40719 passed with stages
in 11 minutes and 56 seconds
{ {
"version": 4961, "version": 4962,
"servers": [ "servers": [
{ {
"name": "koishi", "name": "koishi",
......
{ {
"version": 4961, "version": 4962,
"servers": [ "servers": [
{ {
"name": "koishi", "name": "koishi",
......
This diff is collapsed.
...@@ -13,7 +13,7 @@ crate-type = ["cdylib", "rlib"] ...@@ -13,7 +13,7 @@ crate-type = ["cdylib", "rlib"]
default = ["console_error_panic_hook", "wee_alloc"] default = ["console_error_panic_hook", "wee_alloc"]
[dependencies] [dependencies]
wasm-bindgen = "0.2.63" wasm-bindgen = "0.2"
js-sys = "0.3.61" js-sys = "0.3.61"
console_error_panic_hook = { version = "0.1.6", optional = true } console_error_panic_hook = { version = "0.1.6", optional = true }
wee_alloc = { version = "0.4.5", optional = true } wee_alloc = { version = "0.4.5", optional = true }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment