Skip to content

Commit

Permalink
chore: version 0.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
vicanso committed Apr 3, 2024
1 parent c999bb6 commit e6c113d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pingap"
version = "0.1.7"
version = "0.1.8"
authors = ["Tree Xie <[email protected]>"]
edition = "2021"
categories = ["network-programming", "web-programming::http-server"]
Expand Down
14 changes: 7 additions & 7 deletions web/src/pages/basic-info.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,13 @@ export default function BasicInfo() {
span: 6,
category: FormItemCategory.NUMBER,
},
{
id: "work_stealing",
label: "Work Stealing",
defaultValue: config.work_stealing,
span: 6,
category: FormItemCategory.CHECKBOX,
},
{
id: "user",
label: "User",
Expand All @@ -50,13 +57,6 @@ export default function BasicInfo() {
span: 6,
category: FormItemCategory.TEXT,
},
{
id: "work_stealing",
label: "Work Stealing",
defaultValue: config.work_stealing,
span: 6,
category: FormItemCategory.CHECKBOX,
},
{
id: "error_template",
label: "Error Template",
Expand Down

0 comments on commit e6c113d

Please sign in to comment.