Skip to content

Commit

Permalink
release: v1.1.4 (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
yansongda authored Nov 10, 2023
1 parent 40f5142 commit c876d32
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 21 deletions.
1 change: 0 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@

- optimized(style): 消除 ts 的 any,增加 eslint 等检查(#23)


## v1.1.3

### fixed
Expand Down
34 changes: 17 additions & 17 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "miniprogram"
version = "1.1.3"
version = "1.1.4"
edition = "2021"
publish = false

Expand All @@ -19,7 +19,7 @@ serde_json = { version = "~1.0.71" }
tracing = { version = "~0.1.37", default-features = false }
tracing-subscriber = { version = "~0.3.16", default-features = false, features = ["registry"] }

tokio = { version = "~1.33.0", features = ["full"] }
tokio = { version = "~1.34.0", features = ["full"] }
axum = { version = "~0.6.4" }
tower = { version = "~0.4.12" }
tower-http = { version = "~0.4.4", features = ["cors", "request-id", "trace"] }
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "yansongda",
"version": "1.0.0",
"version": "1.1.4",
"description": "",
"scripts": {
"lint": "eslint --ext js,cjs,mjs,ts,tsx miniprogram",
Expand Down

0 comments on commit c876d32

Please sign in to comment.